View KYC Status https://docs.herald-api.rare-able.com/api/kyc/{{userId}}
GET

This endpoint retrieves to know the user (KYC) status of the authenticated merchant. It provides information about whether the user's identity verification process is pending, approved, or rejected.

Query PARAMS

userId string required
Required | Must be a valid user's unique id

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To know how to generate please use Merchant Secret

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

user "object"

unique_id "string"
kyc_note "string"
kyc_status_formatted "string"
client_reference_id "string"
created_at "string"
updated_at "string"

success "boolean"
message "string"
code "integer"
data "array"