Endpoint
POST /v3/onboarding/master_accounts/detail
Authentication and target
A platform credential can read accounts in its tenant. A user-scoped owner credential can read its own Master Account. This route does not accept account-targeting headers.Request body
Send exactly one selector:Success data
Amaster_account object with reference, holder document/name, document type, onboarding and compliance statuses, compliance session, trading name, notification email, timestamps, and bank account details after opening.
Behavior and validation
This is a synchronous read. Theaccount field can be absent while onboarding is not yet activated.
Errors
Every call can fail for missing or invalid signature headers, an expired timestamp, nonce replay, an invalid body hash or signature, insufficient permission, or a downstream service error. Endpoint-specific errors include:invalid_parameterwhen neither or both selectors are sent.permission_deniedwhen the account is outside the caller’s tenant/owner scope.not_foundwhen no visible account matches.