v1

latestOpenAPI 3.1.12026-07-124448163.2 KB
collect.sessions

Request a new collect session link

Sends the current active link when possible, or creates a new session for an expired token. 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

Request body

emailstring email required

Email to send the new link to

Example request

{
  "email": "client@example.com"
}

Response

Request accepted

successboolean required

Example response

{
  "success": true
}