GET
/
webhooks
/
{id}
/
deliveries
/
{delivery_id}
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/webhooks/{id}/deliveries/{delivery_id}
{
  "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

delivery_id
string
required

Delivery Id

Response

200 - application/json

Webhook delivery details retrieved successfully

The response is of type object.