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.
Path parameters
The expired collect session token
Response
Request accepted
Example response
{
"success": true,
"maskedEmail": "c***@example.com"
}Changes
Changed in 2 of the 5 revisions of this API.25
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
- ▲
removed the request body
request-body-removed
- ▲
the response's body type/format changed from
/toobject/for status422response-body-type-changed
- ○
removed
subschema #1subschema #2from the response bodyanyOflist for the response status422response-body-any-of-removed
- ○
added the required property
errorto the response with the422statusresponse-required-property-added
- ○
added the required property
maskedEmailto the response with the202statusresponse-required-property-added
- ○
added the required property
successto the response with the422statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲