POST
/
abdm
/
v1
/
session
/
verify

Authorizations

auth
string
headerrequired

The API requires the following auth in headers for authentication.

Body

application/json
otp
string
required

OTP received on the mobile number.

txn_id
string
required

Transaction ID received in the session/init API response.

Response

200 - application/json
refresh_token
string | null

Token used to obtain a new access token.

token
string | null

Access token for the user.