Create a new KYC or KYB verification
| Header | Required | Description |
|---|---|---|
| X-API-Key | Yes | Your API key |
| Content-Type | Yes | Must be application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
| subjectType | string | Yes | Type of verification: kyc or kyb |
| subjectReference | string | Yes | Your unique identifier for this subject |
| metadata | object | No | Additional data to store with the verification |
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_SUBJECT_TYPE | subjectType must be “kyc” or “kyb” |
| 400 | MISSING_SUBJECT_REFERENCE | subjectReference is required |
| 403 | NO_ACTIVE_SUBSCRIPTION | No active subscription found |
| 403 | LIMIT_EXCEEDED | Monthly verification limit reached |
| 409 | DUPLICATE_SUBJECT_REFERENCE | Active verification already exists |
Your API key from the dashboard