post

POST /v2/webhooks/{id}/actions/rollbackPayloadVersion — Revert to v1 payloads

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

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

{
  "id": "webhook::abc123",
  "payloadVersion": "v1",
  "previousPayloadVersion": "v2",
  "status": "enabled",
  "isEnabled": true
}

Errors

StatusCodeDescription
403forbiddenNot a master token request
404entity_not_foundWebhook not found
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!