API
⌘K
My Developer Account

MailchimpSyncStatus

The status of syncing a List with Mailchimp.

Example Request

curl https://api.planningcenteronline.com/people/v2/lists/{list_id}/mailchimp_sync_status

View in API Explorer →

Example Object

{
  "type": "MailchimpSyncStatus",
  "id": "1",
  "attributes": {
    "completed_at": "2000-01-01T12:00:00Z",
    "error": "string",
    "progress": 1,
    "segment_id": 1,
    "status": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
completed_at date_time
error string
id primary_key
progress integer
segment_id integer
status 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 /people/v2/lists/{list_id}/mailchimp_sync_status

Reading

HTTP Method Endpoint
GET /people/v2/lists/{list_id}/mailchimp_sync_status/{id}

Belongs To

HTTP Method Endpoint Association Details Filter By
GET https://api.planningcenteronline.com/people/v2/lists/{list_id}/mailchimp_sync_status List