cURL
curl --request POST \ --url https://production.deepvue.tech/v1/verification/itr/create-client \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "code": 123, "message": "<string>", "timestamp": 123, "transaction_id": "<string>", "sub_code": "SUCCESS", "data": { "client_id": "<string>" } }
Enter your username and password and you will receive a unique client ID.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes