postWebhooktos.accept

Payload

webhook_event'tos.accept' required
tos_idstring required
idempotency_keystring uuid required
customer_idstring nullable
version'1.0.0' | '1.0.1' nullable

Example payload

{
  "tos_id": "to_000000000000",
  "idempotency_key": "123e4567-e89b-12d3-a456-426614174000",
  "customer_id": "re_000000000000",
  "version": "1.0.0"
}

Response

Terms of service accepted

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.