Skip to main content
GET
/
environments
/
{environmentId}
/
embeddedWalletVersions
Get the active embedded wallet versions for an environment
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/embeddedWalletVersions \
  --header 'Authorization: Bearer <token>'
[
  "V1"
]

Authorizations

Authorization
string
header
required

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Response

enum<string>
Available options:
V1,
V2,
V3