This API endpoint retrieves the events related to a specific webhook. The webhook ID is provided as a path parameter. Query parameters like last_received_at and limit can be used to control pagination and the number of events retrieved.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the system will return webhook event details such as content type, body, IP, and received time.
If the request is unauthorized, the system will return an authentication error message.
Path Parameters
id string
The unique ID of the webhook for which events are being retrieved. Example: 'c03b02ec-244f-4d2c-8f68-3910071ed5c8'
Query Parameters
limit (optional) positive integer
Specifies the maximum number of webhook events to return, such as '10'. You can choose to include this parameter as needed.
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).