Skip to main content
POST
/
v1
/
verification
/
itr
/
create-client
Create Client
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/itr/create-client \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{
  "code": 200,
  "timestamp": 123,
  "transaction_id": "<string>",
  "sub_code": "SUCCESS",
  "message": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

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

Enter your username and password and you will receive a unique client ID.

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Body

application/json
username
string
required

This body parameter specifies the username of the client being created for the verification process.

password
string
required

This body parameter represents the password of the client being created for the verification process.

Response

Successful Response

code
integer
default:200
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
message
string
data
Data · object