post

POST /v2/webhooks/{id}/actions/upgradePayloadVersion — Switch to v2 payloads

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Switches the webhook's outbound payload from v1 (full raw events) to v2 (sanitized envelopes with PHI stripped). Also upgrades the TelegraMD-Signature scheme to the timestamped v2 format.

Update your consumer to handle v2 payloads and the new signature format before calling this endpoint.

To roll back (requires master token), use POST /:id/actions/rollbackPayloadVersion.

Required role

affiliate_super_admin

Response 200

{
  "id": "webhook::abc123",
  "payloadVersion": "v2",
  "previousPayloadVersion": "v1",
  "status": "enabled",
  "isEnabled": true
}
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!