Skip to main content
GET
/
kyc
/
inquiry
/
{id}
/
result
Get KYC inquiry result
curl --request GET \
  --url https://platform.inklink.com/api/v1/kyc/inquiry/{id}/result \
  --header 'api-key: <api-key>'
{
  "id": "kyc_res_xxx",
  "inquiry_id": "<string>",
  "status": "pending",
  "submitted_at": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.inklink.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

api-key
string
required
Example:

"secret_live_xxx"

Path Parameters

id
string
required

KYC inquiry id (kyc_iq_…).

Example:

"kyc_iq_xxx"

Response

Result found.

id
string
Example:

"kyc_res_xxx"

inquiry_id
string
status
enum<string>
Available options:
pending,
manual_review,
approved,
rejected
submitted_at
string<date-time>
completed_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>