My App
APIEndpoints

GET /v1/webhooks/{webhookId}/deliveries

List webhook delivery attempts and status.

GET/v1/webhooks/{webhookId}/deliveries

Path Parameters

webhookId*string

Query Parameters

limit?integer
Default50
Range1 <= value <= 200
cursor?string
status?string
Value in"PENDING" | "SENDING" | "SUCCEEDED" | "FAILED" | "RETRY_SCHEDULED"

Response Body

application/json

curl -X GET "https://api.hyrelog.com/v1/webhooks/string/deliveries"
{
  "data": [
    {}
  ],
  "nextCursor": null
}