Last updated 1 year ago
The KYC Level wanted for the KYC form instance
noKyc
firstLevel
secondLevel
The zone for the KYC form instance
CAN
EUR
GET /kyc/register/{kycLevel}/{zone} HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
HTML response with the KYC form, used by a user to register their KYC
No content
GET /kyc HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
List of KYC levels for that user
{ "userId": 12, "kycLevels": [ "firstLevel" ] }