get
https://example.com
POST /v2/webhooks/{id}/actions/upgradePayloadVersion — Switch to v2 payloads
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
200{
"id": "webhook::abc123",
"payloadVersion": "v2",
"previousPayloadVersion": "v1",
"status": "enabled",
"isEnabled": true
}