API
⌘K
My Developer Account

Organization

Example Request

curl https://api.planningcenteronline.com/webhooks/v2

View in API Explorer →

Example Object

{
  "type": "Organization",
  "id": "1",
  "attributes": {},
  "relationships": {}
}

Attributes

Name Type Description
id primary_key

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

Reading

HTTP Method Endpoint
GET /webhooks/v2/{id}

Associations

HTTP Method Endpoint Returns Details Filter By
GET https://api.planningcenteronline.com/webhooks/v2/available_events AvailableEvent
GET https://api.planningcenteronline.com/webhooks/v2/webhook_subscriptions WebhookSubscription