Account Environments
Authorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
Query parameters
_pageintegerOptionalExample:
Index of the page
0_max_per_pageintegerOptionalExample:
Number of items per page
10Responses
200
Success
application/json
404
Not Found
get
/accounts/{account_id}/account_environmentsAuthorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
account_environment_idstringRequired
The ID of the environment
Responses
200
Success
application/json
idstringRead-onlyOptional
ID of the accountEnvironment
environmentstringOptional
Name of the accountEnvironment
isMainstringOptional
Is this accountEnvironment the main production one
panicstringOptional
Is this accountEnvironment in panic mode
singleAssignmentstringOptional
Is XP-C enabled for this accountEnvironment
404
Not Found
get
/accounts/{account_id}/account_environments/{account_environment_id}Authorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
account_environment_idstringRequired
The ID of the environment
Body
panicstring · enumRequiredPossible values:
Status of the panic mode
Responses
200
Success
No content
404
Not Found
patch
/accounts/{account_id}/account_environments/{account_environment_id}No content
Last updated
Was this helpful?

