environments
Find an environment by ID
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
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Response
200 - application/json
createdAt
string
id
string
requiredsdkVersion
string
settings
object
updatedAt
string
Was this page helpful?
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"
}