v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB

Verify mobile OTP and get user session token

post/abdm/v1/session/verify

Query parameters

oidstring

OID is used to Identify the user.

OID is used to Identify the user.

Headers

X-Pt-Idstring

Eka User ID (OID)

X-Partner-Pt-Idstring

Partner User ID

X-Hip-Idstring

Partner HIP ID

Request body

otpstring required

OTP received on the mobile number.

txn_idstring required

Transaction ID received in the session/init API response.

Response

OK

{"stackTrail":"components:schemas:VerifyResponseType4:properties:refresh_token","oasType":"schema","type":"unknown","description":"Token used to obtain a new access token."}
tokenstring

Access token for the user.