Endpoint
POST /v3/onboarding/managed_accounts/detail
Authentication and target
A user-scoped owner credential is required. The selected managed account must be visible through the user’s active Master Account relationship. This route does not become accessible merely by adding account-targeting headers. Do not send X-ISPB or X-Account-Number. This user-only management route rejects account-targeting headers. The account selector documented below belongs in the JSON request body.Request body
Send exactly one selector:Success data
Amanaged_account with reference, holder document/name, document type, model, account and compliance statuses, compliance session, trading name, notification email, timestamps, optional bank account, and optional linked account.
Behavior and validation
This is a synchronous read. Bank account references can be absent before opening completes.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.invalid_userwhen the owner lacks an active Master context.permission_deniedwhen the account is outside the owner’s relationship.not_foundwhen no visible account matches.