get
https://example.com
POST /v2/webhooks/{id}/actions/rollbackPayloadVersion — Revert to v1 payloads
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Reverts a webhook from v2 to v1 payload delivery and restores the legacy signature format.
Requires master token. Standard affiliate tokens are rejected with
403 Forbidden.
Required role
Master token only
Response 200
200{
"id": "webhook::abc123",
"payloadVersion": "v1",
"previousPayloadVersion": "v2",
"status": "enabled",
"isEnabled": true
}Errors
| Status | Code | Description |
|---|---|---|
403 | forbidden | Not a master token request |
404 | entity_not_found | Webhook not found |
