API
⌘K
My Developer Account

AvailableEvent Collection Only

An event supported by webhooks

Example Request

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

View in API Explorer →

Example Object

{
  "type": "AvailableEvent",
  "id": "1",
  "attributes": {
    "action": "string",
    "app": "string",
    "name": "string",
    "resource": "string",
    "type": "string",
    "version": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
action string
app string
id primary_key
name string
resource string
type string
version string

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/available_events

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/webhooks/v2/available_events Organization