POST
/
abdm
/
v1
/
session
/
verify

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) 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

Access token for the user.