KYC API

Preform KYC verification on external users using this API.

If you use the JavaScript SDK you could use the KycApi abstraction instead.

You need the kyc:read scope to access this endpoints.

KYC Instance Status

GET https://identity.vulos.io/api/v1/kyc/:id

Get the status of a KYC verification instance.

Path Parameters

Headers

KYC Instance List

GET https://identity.vulos.io/api/v1/kyc/list

List the KYC verification instances that were created by the application's owner.

Query Parameters

Headers

You need the kyc:write scope to access this endpoints.

KYC File Upload

POST https://identity.vulos.io/api/v1/kyc/upload

Upload KYC verification files for future use.

Headers

Request Body

KYC Instance Create

POST https://identity.vulos.io/api/v1/kyc/create

Create a KYC verification instance.

Headers

Request Body

"19208495-11e2-41b4-a80d-ba69cc3e1d50"

Last updated