v1
latestOpenAPI 3.0.22026-07-14225376.6 KBDigiLocker Sign up APIs
Verify OTP
This API is used to verify the OTP sent by DigiLocker during the sign up API call above.
post/signup/1/demoauthverify
Response
successful operation
Example response
{
"details": {
"access_token": "bc125c212a4b03a9a188a858be5a163f379e878a",
"refresh_token": "a47ab18c593703e4f83a274694db7422a8cfcb8f",
"token_type": "Bearer"
}
}