v1

latestOpenAPI 3.1.02026-07-263847150.4 KB
Submissions

On-Demand Data Fetch

Get all details and KYC status about current submission by the user.

get/esign-partner/v1/submissions

Headers

x-onekyc-tokenstring required

IAB Partner token generated using the Get Partner Token API

x-partner-user-idstring required

User ID of the current session. IAB will tie this info to the resulting submission ID.

x-partner-user-id-typestring required

Detailed name of the User ID. IAB will tie this info to the resulting submission ID.

x-partner-session-idstring uuid required

Session ID of the current session (generated by partner) that can be used as a correlation ID. Should be uniquely generated for each invocation. Acts as idempotency ID between Partner BE and IAB BE.

Response

Successfully retrieved submission data

successboolean

Example response

{
  "success": true,
  "data": {
    "flow": "STANDALONE_IDENTITY_VERIFICATION"
  }
}