Use List Webhooks to find the IDs of webhooks.
GET {{baseUrl}}/v1/webhooks/:webhookId
Retrieve the details of a Webhook.
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"}}