User Session
Verify
Verify mobile OTP and get user session token
POST
/
abdm
/
v1
/
session
/
verify
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
otp
string
requiredOTP received on the mobile number.
txn_id
string
requiredTransaction 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.