API
⌘K
My Developer Account

Organization

The root level Organization record which serves as a link to Signups.

Example Request

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

View in API Explorer →

Example Object

{
  "type": "Organization",
  "id": "1",
  "attributes": {
    "created_at": "2000-01-01T12:00:00Z",
    "name": "string",
    "updated_at": "2000-01-01T12:00:00Z"
  },
  "relationships": {}
}

Attributes

Name Type Description
created_at date_time
id primary_key
name string Name of the Organization.
updated_at date_time

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 /registrations/v2

Reading

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

Associations

HTTP Method Endpoint Returns Details Filter By
GET https://api.planningcenteronline.com/registrations/v2/campuses Campus
GET https://api.planningcenteronline.com/registrations/v2/categories Category
GET https://api.planningcenteronline.com/registrations/v2/signups Signup
  • archived
  • unarchived