Account Environments

Manage account environments

Get account environments for the account

get

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
_pageintegerOptional

Index of the page

Example: 0
_max_per_pageintegerOptional

Number of items per page

Example: 10
Responses
get
/accounts/{account_id}/account_environments

Get one environment

get

Return 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
get
/accounts/{account_id}/account_environments/{account_environment_id}

Panic the account environment

patch

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 · enumRequired

Status of the panic mode

Possible values:
Responses
patch
/accounts/{account_id}/account_environments/{account_environment_id}

No content

Last updated

Was this helpful?