Digilocker
Initiate
Digilocker
Initiate
POST
/
api
/
v1
/
in
/
digilocker
/
init
curl --request POST \
--url https://infopass.in/api/v1/in/digilocker/init \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Test Kumar",
"email": "ku*******@gmail.com",
"mobile": "965*****986",
"redirectUrl": "https://infopass.in",
"state": "Uttar Pradesh"
}'
{
"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
.
Body
application/json · object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://infopass.in/api/v1/in/digilocker/init \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Test Kumar",
"email": "ku*******@gmail.com",
"mobile": "965*****986",
"redirectUrl": "https://infopass.in",
"state": "Uttar Pradesh"
}'
{
"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
}
}