API
⌘K
My Developer Account

MembershipType

A profile's membership type, e.g. Visitor, Regular Attender, Member, etc.

Example Request

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

View in API Explorer →

Example Object

{
  "type": "MembershipType",
  "id": "1",
  "attributes": {
    "value": "string"
  },
  "relationships": {}
}

Attributes

Name Type Description
id primary_key
value string

Order By

Parameter Value Type Description
order sequence string

prefix with a hyphen (-sequence) to reverse the order

order value string

prefix with a hyphen (-value) to reverse the order

Query By

Name Parameter Type Description Example
value where[value] string

Query on a specific value

?where[value]=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/membership_types

Reading

HTTP Method Endpoint
GET /people/v2/membership_types/{id}

Creating

HTTP Method Endpoint Assignable Attributes
POST /people/v2/membership_types
  • value

Updating

HTTP Method Endpoint Assignable Attributes
PATCH /people/v2/membership_types/{id}
  • value

Deleting

HTTP Method Endpoint
DELETE /people/v2/membership_types/{id}

Belongs To

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