environments
Find an environment by ID
GET
/
environments
/
{environmentId}
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
Required string length:
36
Response
200 - application/json
id
string
requiredRequired string length:
36
settings
object
createdAt
string
updatedAt
string
sdkVersion
string
Was this page helpful?