get
https://vitalsapi.luscii.com/v1/webhooks-events
Get a list of webhook events
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Our webhook system allows you to automate processes by sending event notifications to a designated URL when certain actions occur. Once a webhook is configured, it will automatically generate webhook events. These events will trigger HTTP requests to the specified webhook URL, delivering real-time data related to the event. With these endpoints you can check the status of webhook events and update the status, allowing you to requeue failed events for retry.
The status of the webhook events can be one of the following:
pending: Webhook event has been created and is queued for a request to be executed.success: Webhook event has executed a request that has received a success response (i.e. 2xx response code).failing: Webhook event has executed a request that resulted in a failed response. The event is still queued to be retried.failed: All webhook event requests have resulted in failed responses and no more retries are scheduled.
403Forbidden, e.g. trying to access the endpoint without authorization
422Unprocessable entity, i.e. Validation error
500Internal server error