Skip to main content
GET
/
locations
/
{locationId}
/
webhook-deliveries
Delivery attempts (debugging)
curl --request GET \
  --url https://api.pickupbell.com/locations/{locationId}/webhook-deliveries \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "endpoint_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "event_type": "call.ended",
      "status": "pending",
      "status_code": 123,
      "response_body": "<string>",
      "attempts": 123,
      "next_retry_at": "2023-11-07T05:31:56Z",
      "delivered_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pickupbell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Path Parameters

locationId
string
required

Location UUID or slug (e.g. premier-hvac).

Query Parameters

endpoint_id
string<uuid>
limit
integer
default:50
Required range: 1 <= x <= 200

Response

200 - application/json

Deliveries

data
object[]