collect.sessions

Get collect session by token

Validates the token and returns the Collect-UI session payload if valid.

get/collect/sessions/{token}

Path parameters

tokenstring required

The session token

Example:cs_live_cmll8jh7b00013b6tlu7lvntw

Response

Collect session

idstring uuid required
descriptionstring required
status'created' | 'active' | 'pending_review' | 'completed' | 'cancelled' required

Changes

Changed in 2 of the 5 revisions of this API.11

    • added the media type application/json for the response with the status 500

      response-media-type-added

    • removed the optional property groups/items/items/items/config/oneOf[subschema #2]/matchingHints from the response with the 200 status

      response-optional-property-removed