BrandKwikID Documentation
API SuitePAN & ITR

Get OTP

Initializes the ITR flow by generating OTP for user authorization.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

pan?string

Pan number

Formatstring
password?password

ITR Login password

Formatstring

Response Body

curl -X POST "https://__mock__/verification/v2/itr/get_otp" \  -H "Content-Type: application/json" \  -d '{}'
{
  "otp_status": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "error": "string"
}