Skip to content

Commit 5a823e7

Browse files
committed
add webhook replay job endpoint
1 parent fc390f8 commit 5a823e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-api/webhooks/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ flowchart LR
7474
| POST | [`/2/webhooks`](/x-api/webhooks/create-webhook) | Register a new webhook |
7575
| GET | [`/2/webhooks`](/x-api/webhooks/get-webhook) | List registered webhooks |
7676
| 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 |
7778
| PUT | [`/2/webhooks/:webhook_id`](/x-api/webhooks/validate-webhook) | Trigger CRC check and re-enable a webhook |
7879

7980
All endpoints require **OAuth2 App Only Bearer Token** authentication.

0 commit comments

Comments
 (0)