v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Generate Web View URL

This API is used to generate a web view URL for signing or account verification.

post/esign-partner/v2/submissions/generate-web-view-url

Headers

x-onekyc-tokenstring required

IAB Partner token generated using the Get Partner Token API

x-esign-onboarding-partnerstring required

Used to identify the source of the request (generated by OneKYC team)

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.

x-submission-idstring uuid required

Unique identification of submission record

Submission ID generated from GetPresignedUrl API, used to fetch submission details or generate web view URL for an existing submission

Request body

emailstring email required

Email of signer

Response

Successfully initiated flow

successboolean

Example response

{
  "success": true,
  "data": {
    "launchUrl": "https://web-app.staging.goidentitas.id/digisign-mitra/v1/index.html#...."
  }
}