Footer Section
Explore

Callback updates the status of a document that has undergone a verified review.
Tenant name
Document ID
The URL of the org instance
User ID/email of the logged-in user
Full name of the logged-in user
Status (error, in-progress, complete)
Stage
OK
curl --request POST \--url https://idd_url/idd/api/v2/congasfdc/document/verifiedstatus \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"context": {"status": "complete","stage": "extraction"}}'