Submit a consumer + business identity for verification

Submits a consumer identity together with the business they operate for KYC + KYB verification and evaluation of the operator link between them. Verification runs asynchronously: the request is accepted with a 202 and a submission id — poll GET /identity-submissions/{submission_id} or subscribe to the OnboardingSession.completed webhook for the outcome, the principal_ref, and the business_ref. Submissions are idempotent per idempotency_key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body for POST /identity-submissions/consumer-business.

string
required
length between 1 and 255

Caller-chosen key making the submission idempotent: a resubmission under the same key returns the original submission instead of minting a second session.

length ≤ 128

Caller-supplied correlation id.

consumer
object
required

The consumer identity to verify.

business
object
required

The business the consumer operates.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/vnd.baselayer.v1+json