Skip to main content
GET
/
v1
/
in
/
digilocker
/
status
/
digilocker_cJUwfcyqxwZEfx
Get Status And Oauth Verify
curl --request GET \
  --url https://base_url/v1/in/digilocker/status/digilocker_cJUwfcyqxwZEfx \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "clientId": "digilocker_LcVknlCelIVuzt",
    "token": ".eJyrVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87zPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo",
    "url": "https://digilocker-sdk.notbot.in/?grVkrOyUzNK4nPTFGyUkrJTM_MyU_OTi2K90kOy87LyfCpSvPPdU7N8QwrrSpR0lFKTyxJLU-sBKotKMpPKU0uyczPAwqXVBakouhXqgUA1GUghg.Zn0XGg.3PFECg5-_gpi5uSKtMFIYJzZFIo&auth_type=web",
    "expirySeconds": 600
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

OK

The response is of type object.