KYC Status

GET /get-kyc-status

Get KYC status of a specific user with user id, uuid, or email parameter

Headers

Name
Value

Content-Type

application/json

Parameters

Name
Type
Description

token*

string

Authrization Token

user_param*

string

User Id, Uuid or Email

Response

{
  "status": "Success",
  "message": "User KYC status fetched successfully",
  "data": "Verified"
}

Last updated