POST /public/contact-verifications/{contact_verification_token}/confirm
publicoptional rc
Confirm requester contact email for an anonymous public proposal.
Request
POST /public/contact-verifications/{contact_verification_token}/confirm HTTP/1.1Response
Returns 200 OK with the response body below.
200 OK · example
HTTP/1.1 200 OK
Content-Type: application/json
{
"status": "confirmed"
}Errors
| Code | Description |
|---|---|
404 | Calendar owner or booking id not found. |
409 | Conflict — the requested slot was already committed at higher priority. Inspect alternatives[] in the response body. |
429 | Rate limit exceeded. Per-key limits: POST /v1/availability/search → 300 req/min; POST /v1/holds, POST /v1/bookings, and /v1/bookings/{hold_id}/confirm → 120 req/min each. A global fallback of 600 req/min per IP applies to all other endpoints. Read the Retry-After header for the exact backoff in seconds. |