collect.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
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
- ▲
the request property
outcomebecame requiredrequest-property-became-required
- ▲