KYB Cases
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Creates a KYB case
legal_namestringRequiredExample:
The legal name of the business. Required
Acme Holdings Ltdcompany_numberstringOptionalExample:
The company registration number
07495895website_urlsstring · uri[]OptionalExample:
Optional list of websites associated with the business. Important: For compatibility, this field accepts multiple URLs, but currently only the first URL in the array is processed and displayed in the Vivox interface. Additional URLs are ignored at this time. The array format is retained to allow future functionality without breaking changes.
["https://acme.com","https://blog.acme.com"]jurisdiction_codestring · min: 2 · max: 2RequiredExample:
Two-letter ISO jurisdiction code. Must exist in the jurisdictions list.
CNreference_idstringRequiredExample:
Your internal reference key for the case.
CRM-CASE-12931Responses
201
Successfully created
application/json
401
Not authenticated
application/json
422
Validation error
application/json
post
/v1/kyb-casesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
kyb_case_idstring · uuidRequiredExample:
The KYB case UUID.
019a51aa-6a43-7268-b9e1-3c53e8f6c8e9Responses
200
Success
application/json
401
Not authenticated
application/json
404
Resource not found or access denied
application/json
get
/v1/kyb-cases/{kyb_case_id}Last updated