GET
/
webhooks
/
{id}
/
deliveries
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/webhooks/{id}/deliveries
[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "subscriptionId": "550e8400-e29b-41d4-a716-446655440001",
    "eventId": "550e8400-e29b-41d4-a716-446655440002",
    "statusCode": 500,
    "attempt": 3,
    "maxAttempts": 5,
    "nextRetryInSeconds": 120,
    "failedAt": "2024-03-08T12:00:00Z",
    "errorMessage": "Connection timeout"
  }
]

Path Parameters

id
string
required

Webhook Id

Response

200 - application/json

Webhook deliveries retrieved successfully

The response is of type object[].