Rest API
- Introduction
- allowlists
- analytics
- chainalysis
- chains
- custom fields
- environments
- events
- exports
- externaljwt
- gates
- members
- organizations
- origins
- projects
- invites
- sdk views
- settings
- tokens
- sessions
- users
- wallets
- webhooks
- Schemas
Updates the environment settings
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the environment
External integrations like e-mail, social credentials, mpc providers, etc.
Whether to enable whitelisting mobile deeplink URLs, which will be used for redirecting back to the mobile app. Is required for many features such as social sign in.
passkeyEmbeddedWalletEnabled is deprecated as of v0.19. Please enable embedded wallets using the provider API.
Embedded wallet authenticator security methods required upon creation of the embedded wallet at onboarding
When true embedded wallets will be generated during onboarding for the users. When false customer needs to trigger the creation.
When true users will see embedded wallets action confirmation views.
When true users will be able to start recovery for their accounts.
When true user will be prompted to add a security method during onboarding. When false user will need to add a security method before a transaction
When combined with forceAuthenticatorAtSignup it allows user to skip adding a security method during onboarding. User will need to add it before a transaction.
Chain specific configuration for dynamic embedded wallets
When a client domain needs to be whitelisted explicitly by one of our embedded wallet providers, this will be true when Dynamic has confirmed that this is the case.
When true, the user will be prompted to export their private key after creating a wallet.
Configs used to create the views in the sdk.
If set to false, will create smart wallets for embedded wallets only.
If set to false, will create smart wallets for new users only.
Secret key used to validate captcha response. This will never be surfaced in a GET response.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the environment
36
Body
sandbox
, live
External integrations like e-mail, social credentials, mpc providers, etc.
Response
sandbox
, live
External integrations like e-mail, social credentials, mpc providers, etc.
Was this page helpful?