Use List Webhooks to find the IDs of webhooks. You can resend a webhook that is in status ERR.
POST {{baseUrl}}/v1/webhooks/:webhookId
Resend a webhook that was not sent successfully.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"token":"\u003cstring\u003e","type":"\u003cstring\u003e","data":{},"status":"\u003cstring\u003e","last_attempt_at":"\u003cnumber\u003e","created_at":"\u003cnumber\u003e","next_attempt_at":"\u003cnumber\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}