BrandKwikID Documentation
API SuiteDocument Signing

Get Signed File

Retrieves Aadhaar XML data if valid; otherwise, instructs on renewal steps.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

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

In: header

Path Parameters

txn_idunknown

The txn_id of the received in send-request API.

Default""
Formatstring

Response Body

curl -X GET "https://__mock__/esign/v1/esign/get/signed-file/"
{
  "s3_url": "string",
  "success": true
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "error": "string"
}