Retrieve a sub-account

Returns a sub-account owned by the caller. IDs belonging to another parent return 404.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Sub-account ID

Response

sub-account found

objectenum
idstringformat: "uuid"
namestring
external_idstring or null
Idempotency key supplied by the parent account, unique within that parent
enabledboolean
productslist of strings
created_atdatetime

Errors

403
Get Sub Account Request Forbidden Error
404
Get Sub Account Request Not Found Error