v1
latestOpenAPI 3.1.02026-07-263847150.4 KBGenerate 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
Response
Successfully initiated flow
Example response
{
"success": true,
"data": {
"launchUrl": "https://web-app.staging.goidentitas.id/digisign-mitra/v1/index.html#...."
}
}