Digilocker
Status and OAuth Verify
Digilocker
Status and OAuth Verify
GET
/
api
/
v1
/
in
/
digilocker
/
status
/
digilocker_cJUwfcyqxwZEfRwquORx
curl --request GET \
--url https://infopass.in/api/v1/in/digilocker/status/digilocker_cJUwfcyqxwZEfRwquORx \
--header 'Authorization: Basic <encoded-value>'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": {
"clientId": "digilocker_LcVknlhLzfOmCelIVuzt",
"token": ".eJyrVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87LyfCpSvPPdU7N8QwrrSpR0lFKTyxJLU-sBKotKMpPKU0uyczPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo",
"url": "https://digilocker-sdk.notbot.in/?gateway=production&type=digilocker&token=.eJyrVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87LyfCpSvPPdU7N8QwrrSpR0lFKTyxJLU-sBKotKMpPKU0uyczPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo&auth_type=web",
"expirySeconds": 600
}
}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://infopass.in/api/v1/in/digilocker/status/digilocker_cJUwfcyqxwZEfRwquORx \
--header 'Authorization: Basic <encoded-value>'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": {
"clientId": "digilocker_LcVknlhLzfOmCelIVuzt",
"token": ".eJyrVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87LyfCpSvPPdU7N8QwrrSpR0lFKTyxJLU-sBKotKMpPKU0uyczPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo",
"url": "https://digilocker-sdk.notbot.in/?gateway=production&type=digilocker&token=.eJyrVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87LyfCpSvPPdU7N8QwrrSpR0lFKTyxJLU-sBKotKMpPKU0uyczPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo&auth_type=web",
"expirySeconds": 600
}
}