Sub-accounts
Retrieve a sub-account
Returns the sub-account identified by id.
get/v1/sub-organizations/{id}
Path parameters
idinteger required
Example:123
The unique ID of the sub-account.
Response
Returns the sub-account.
Example response
{
"id": 123,
"created_at": "2023-06-15T10:30:00Z",
"name": "My sub-account",
"api_key": "abc123def456",
"master_organization": 456,
"status": "enabled",
"default_destinations": {
"sms_endpoint": "https://examples.com/sms",
"dlr_endpoint": "https://examples.com/dlr"
}
}