API
⌘K
My Developer Account

Email

A persons email

Example Request

curl https://api.planningcenteronline.com/services/v2/people/{person_id}/emails

View in API Explorer →

Example Object

{
  "type": "Email",
  "id": "1",
  "attributes": {
    "address": "string",
    "primary": true
  },
  "relationships": {}
}

Attributes

Name Type Description
address string
id primary_key
primary boolean

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 /services/v2/people/{person_id}/emails

Reading

HTTP Method Endpoint
GET /services/v2/people/{person_id}/emails/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/services/v2/people/{person_id}/emails Person