Skip to content

Start KYC to elevate an authorised user to signatory

Request

Perform the kyc for a corporate user.

Security
api-key
curl -i -X POST \
  https://sandbox.weavr.io/multi/users/kyc \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Success

Headers
request-refstringrequired

A request identifier. Providing this reference when contacting our support team will help us investigate your query.

Bodyapplication/json
referencestring^[0-9]+$required

The reference required to initialise the KYB UI Component.

Response
{ "reference": "string" }