cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/kyc/verify/document \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "docType": "<string>", "docImage": "<string>", "documentNumber": "<string>" }'
{ "statusCode": 00, "message": "Completed successfully" "data": {}, "errors": [] }
This endpoint enables you to verify an identity document for authenticity.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
DR
base64encodedstringofdocument
A1234567
Was this page helpful?