Request my onboarding verification link
Returns the account’s own identity-verification link (person accounts get a KYC link, company accounts a KYB link — derived from the account type). The hosted wizard covers the full flow: form, document uploads and video liveness. Free. If an open link already exists it is returned with 200; an already-approved account gets 409 already_verified. Until the account’s verification is approved, every outgoing-money action answers 403 verification_required (funding and reads stay available).
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Body
Optional link expiry (1-30 days). Omitted, the link never expires.
Response
Onboarding link created (200 when an open link is reused).
kyc, kyb Hosted wizard URL to share with the verified person/business.
pending, opened, completed, expired Present once the link is completed.