KYC
Get KYC Status
Retrieve the aggregated KYC state for a customer_use sub-account - which verifications have passed, whether calls are still blocked, and the business type.
GET
Get sub-account KYC status
Returns the aggregated KYC state for aDocumentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
customer_use sub-account: the per-document verification states, whether calls are still blocked (kyc_calls_blocked), and the business_type.
Authenticate as the parent main account with
Authorization: Bearer {parent_jwt}. The caller must own the sub-account (or be an admin).Authorizations
Parent main-account JWT. Sub-account KYC endpoints authenticate as the
parent account that owns the sub-account (or an admin), not with the
X-Auth-ID / X-Auth-Token header pair.
Path Parameters
The sub-account's Auth ID.
Example:
"SA_XXXXXX"
Response
Aggregated KYC state
Aggregated KYC state for a sub-account.
Available options:
personal_use, customer_use Available options:
not_started, pending, verified, failed True while the sub-account still needs KYC before it can place calls.
Per-document state keyed by verification type.