API
⌘K
My Developer Account

Carrier Collection Only

Example Request

curl https://api.planningcenteronline.com/people/v2/carriers

View in API Explorer →

Example Object

{
  "type": "Carrier",
  "id": "1",
  "attributes": {
    "international": true,
    "name": "string",
    "value": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
id primary_key
international boolean
name string
value string

Order By

Parameter Value Type Description
order international string prefix with a hyphen (-international) to reverse the order
order name string prefix with a hyphen (-name) 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 /people/v2/carriers

Belongs To

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