Obtaining a token
Learn the process of creating a verification token and the methods for sending user data.
This API method allows you to create customer verification and obtain a unique token that will be used to access the Know Your Customer (KYC) process.
POST
/api/external/v1/autokyc/verification
"Content-Type: multipart/form-data"
Headers
Name
Type
Description
API-KEY*
String
SIGNATURE*
String
Request Body
Name
Type
Description
timestamp*
String
user_id*
String
Unique identifier of the user undergoing verification. This parameter allows you to identify the user in your system.
callback_url
Format: https://example.com/ You will receive verification result via this link.
Response Parameters:
token: A unique token used to access the KYC process. Keep this token secure, as it serves as the key for access. Note that the token will expire in an hour if no data is submitted.
Last updated