Skip to main content
GET
aid_account_settings_sandbox_get

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Path Parameters

aid
string<^[PT]{1}\d{8}$>
required

An id that uniquely identifies the account.

Required string length: 9

Response

Account sandbox settings

services
object
required

Sandbox services

account_id
string
required
read-only

The id that uniquely identifies the account.

status
enum<string>
required
read-only

Status of the sandbox settings

Available options:
pending,
enabled
created_by
string
required
read-only
created_at
string<datetime>
required
read-only
updated_by
string
required
read-only
updated_at
string<datetime>
required
read-only
Last modified on July 22, 2026