API
⌘K
My Developer Account

Organization

Example Request

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

View in API Explorer →

Example Object

{
  "type": "Organization",
  "id": "1",
  "attributes": {
    "downloads_used": 1,
    "name": "string",
    "subdomain": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
downloads_used integer Only available when requested with the `?fields` param
id primary_key
name string
subdomain 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 /publishing/v2

Reading

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

Associations

HTTP Method Endpoint Returns Details Filter By
GET https://api.planningcenteronline.com/publishing/v2/channels Channel
  • podcast_enabled
  • published
GET https://api.planningcenteronline.com/publishing/v2/episodes Episode
  • connected_to_services
  • not_connected_to_services
  • not_published_live
  • published_live
  • published_on_church_center
GET https://api.planningcenteronline.com/publishing/v2/series Series
  • not_published
  • published
GET https://api.planningcenteronline.com/publishing/v2/speakers Speaker