Account Environments
Manage account environments
Return the list of the account environments for the account
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_environmentsReturn one environment by its 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
Responses
200
Success
application/json
404
Not Found
get
/accounts/{account_id}/account_environments/{account_environment_id}Update the panic mode of the account environment
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
404
Not Found
patch
/accounts/{account_id}/account_environments/{account_environment_id}No content
Last updated
Was this helpful?

