BrandKwikID Documentation
API SuiteeKYC & DigiLocker

Init

Initializes the Digilocker flow by generating a redirection URL for user authorization.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

handshake_id?string

Client-provided unique identifier for session tracking.

Formatstring
callback_url?string

Client-provided URL for handling callbacks after processing.

Formatstring

Response Body

curl -X POST "https://__mock__/verification/v2/digilocker/init" \  -H "Content-Type: application/json" \  -d '{}'

{
  "redirection_url": "https://verify.test.getkwikid.com/verification/v2/digilocker/redirect?redirection_url=aHR0cHM6Ly9hcGkuZGlnaXRhbGxvY2tlci5nb3YuaW4vcHVibGljL29hdXRoMi8xL2F1dGhvcml6ZT9jbGllbnRfaWQ9RjM5Njk3MDQmc3RhdGU9YmFzaWMmZGxfZmxvdz1zaWdudXAmcmVzcG9uc2VfdHlwZT1jb2RlJnJlZGlyZWN0X3VyaT1odHRwczovL3ZlcmlmeS50ZXN0LmdldGt3aWtpZC5jb20vdmVyaWZpY2F0aW9uL3YyL2RpZ2lsb2NrZXIvY2FsbGJhY2smZGxfZmxvdz1zaWdudXA=&client_id=a3dpa2lkLWRldg==&authorization=QmVhcmVyIGZKSmhrMDNfNTE3Y3BCNmduMThMRnJIYVJoQnlZdDEzWTg4ZFAyMFVzeWZxc0RmOVZXaF9saE5ReHQxMm56amZnR1JYeWdqQzFURmd5MFNURUxSSlZmSHRxYTk0WDdYTjdzaVdVb1d3"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "error": "string"
}