NewWacht Bench is live — AI-assisted development for Wacht

Get Delivery

GET
/webhook/deliveries/{id}

Authorization

__session<token>

Session JWT stored as a cookie after sign-in. Used in production environments.

In: cookie

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://{deployment_host}/webhook/deliveries/string"
{
  "status": 0,
  "message": "string",
  "data": [
    {
      "id": 0,
      "deployment_id": 0,
      "app_slug": "string",
      "endpoint_id": 0,
      "event_name": "string",
      "event_type": "string",
      "status": "string",
      "http_status_code": 0,
      "response_status": 0,
      "response_time_ms": 0,
      "attempt_number": 0,
      "max_attempts": 0,
      "payload": "string",
      "response_body": "string",
      "response_headers": "string",
      "request_headers": "string",
      "timestamp": "2019-08-24T14:15:22Z",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ],
  "session": {
    "id": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
}
{
  "errors": [
    {
      "message": "string",
      "code": 0
    }
  ]
}
{
  "errors": [
    {
      "message": "string",
      "code": 0
    }
  ]
}
{
  "errors": [
    {
      "message": "string",
      "code": 0
    }
  ]
}
{
  "errors": [
    {
      "message": "string",
      "code": 0
    }
  ]
}