v1
latestOpenAPI 3.1.12026-07-124448163.2 KBcollect.sessions
Complete collect session
Marks the session as completed by the client, optionally with a note about missing documents.
post/collect/sessions/{token}/complete
Path parameters
tokenstring required
The session token
Example:cs_live_cmll8jh7b00013b6tlu7lvntw
Request body
Example request
{
"outcome": "complete"
}Response
Session completed
Example response
{
"success": true
}