GET
/
environments
/
{environmentId}
Authorization
Path
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId} \
  --header 'Authorization: <authorization>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "sdkVersion": "<string>",
  "settings": {
    "chains": [],
    "design": {},
    "general": {},
    "kyc": [],
    "privacy": {},
    "providers": [],
    "sdk": {},
    "security": {}
  },
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Response

200 - application/json
createdAt
string
id
string
required
sdkVersion
string
settings
object
updatedAt
string