latestOpenAPI 3.1.12026-08-194448166.0 KB
80748f72965e
collect.sessions
Request a new collect session link
Sends the current active link when possible, or creates a new session for an expired token. The recipient comes from the session itself, so no body is needed. Always returns 202 to prevent enumeration.
post/collect/sessions/{token}/request-link
Path parameters
tokenstring required
The expired collect session token
Example:cs_live_cmll8jh7b00013b6tlu7lvntw
Response
Request accepted
Example response
{
"success": true,
"maskedEmail": "c***@example.com"
}