We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc390f8 commit 5a823e7Copy full SHA for 5a823e7
x-api/webhooks/introduction.mdx
@@ -74,6 +74,7 @@ flowchart LR
74
| POST | [`/2/webhooks`](/x-api/webhooks/create-webhook) | Register a new webhook |
75
| GET | [`/2/webhooks`](/x-api/webhooks/get-webhook) | List registered webhooks |
76
| DELETE | [`/2/webhooks/:webhook_id`](/x-api/webhooks/delete-webhook) | Delete a webhook |
77
+| POST | [`/2/webhooks/replay`](/x-api/webhooks/create-replay-job-for-webhook) | Create a replay job for webhook |
78
| PUT | [`/2/webhooks/:webhook_id`](/x-api/webhooks/validate-webhook) | Trigger CRC check and re-enable a webhook |
79
80
All endpoints require **OAuth2 App Only Bearer Token** authentication.
0 commit comments