cURL
curl --request GET \ --url https://api.bridge.xyz/v0/kyc_links/{kycLinkID} \ --header 'Api-Key: <api-key>'
200
ApprovedKYCLinkGetResponse
{ "id": "kyc_link_123", "full_name": "John Doe", "email": "johndoe@johndoe.com", "type": "individual", "kyc_link": "www.kyclink.com/blah", "tos_link": "www.toslink.com/blah", "kyc_status": "approved", "rejection_reasons": [], "tos_status": "approved", "customer_id": "cust_123"}
Retrieve the status of a KYC request from the passed in KYC link id
A UUID that uniquely identifies a resource
1 - 42
Successful KYC link status response
The response is of type object.
object
Was this page helpful?