API
⌘K
My Developer Account

Delivery

Example Request

curl https://api.planningcenteronline.com/webhooks/v2/webhook_subscriptions/{webhook_subscription_id}/events/{event_id}/deliveries

View in API Explorer →

Example Object

{
  "type": "Delivery",
  "id": "1",
  "attributes": {
    "created_at": "2000-01-01T12:00:00Z",
    "object_url": "string",
    "request_body": "string",
    "request_headers": "string",
    "response_body": "string",
    "response_headers": "string",
    "status": 1,
    "timing": 1.42,
    "updated_at": "2000-01-01T12:00:00Z"
  },
  "relationships": {
    "event": {
      "data": {
        "type": "Event",
        "id": "1"
      }
    }
  }
}

Attributes

Name Type Description
created_at date_time
id primary_key
object_url string
request_body string
request_headers string
response_body string
response_headers string
status integer
timing float
updated_at date_time

Relationships

Name Type Association Type Note
event Event to_one

Order By

Parameter Value Type Description
order created_at string prefix with a hyphen (-created_at) to reverse the order

Pagination

Name Parameter Type Description
per_page per_page integer how many records to return per page (min=1, max=100, default=25)
offset offset integer get results from given offset

Endpoints

Listing

HTTP Method Endpoint
GET /webhooks/v2/webhook_subscriptions/{webhook_subscription_id}/events/{event_id}/deliveries

Reading

HTTP Method Endpoint
GET /webhooks/v2/webhook_subscriptions/{webhook_subscription_id}/events/{event_id}/deliveries/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/webhooks/v2/webhook_subscriptions/{webhook_subscription_id}/events/{event_id}/deliveries Event