Latest Legacy

The Subaccount object

Attributes

account string

URI to the parent account

auth_id string

Auth ID of the subaccount.

auth_token string

Auth Token of the subaccount.

created string

Date on which the subaccount was created.

enabled boolean

Whether the subaccount is enabled.

modified string

Date on which the subaccount was last modified.

name string

Name of the subaccount.

new_auth_token string 
resource_uri string

URI to the subaccount resource.

Response

{
  "account": "/v1/Account/MA2025RK4E639VJFZAGV/",
  "api_id": "968f0a22-9237-11e7-a51d-0245fa790d9e",
  "auth_id": "SA2025RK4E639VJFZAMM",
  "auth_token": "NWM3YjliMjk0ZGYxMGM2YjJiYWE0MjEwZDM5YWU5",
  "created": "2022-09-05",
  "enabled": true,
  "modified": null,
  "name": "Subaccount Test",
  "new_auth_token": "NWM3YjliMjk0ZGYxMGM2YjJiYWE0MjEwZDM5YWU5",
  "resource_uri": "/v1/Account/MA2025RK4E639VJFZAGV/Subaccount/SA2025RK4E639VJFZAMM/"
}