List memberships
Memberships
List memberships
GET
List memberships
Returns the authenticated member’s paginated membership records, one per
restaurant, each carrying a
Auth: OAuth access token carrying
check_in_count and the member’s
membership_tier at that restaurant. The subject is resolved from the
access token, so there is no member ID in the path. This is the
canonical source for the member’s per-restaurant check-in totals: filter
by restaurant and sum check_in_count across the result.
Tasting note - There is no
GET /users/me/memberships/{id}; the
filtered list is the only accessor. Server-side sorting isn’t applied:
sort and friends are accepted but ignored, so sort check_in_count
client-side for leaderboards.read:memberships. A token missing
that scope returns 403 with error="insufficient_scope" in the
WWW-Authenticate header.
Example
Response
Schema
Query parameters
See also
- Get my status: the member’s tier and level.