Skip to main content
GET
List my check-ins
Returns the authenticated member’s own check-ins, newest first. The subject is resolved from the access token, so there is no member ID in the path. Same shape as GET /check_ins, scoped to the member.
Tasting note - This is the clean self-feed. To read check-ins for a specific restaurant or location instead, use the filterable GET /check_ins. Each row embeds the full location (with its restaurant and neighborhood), so one call renders a feed without follow-ups.
Auth: OAuth access token with the read:user_checkins scope. A token missing that scope returns 403 with error="insufficient_scope" in the WWW-Authenticate header.

Example

Response

Each location is returned in full, embedding its restaurant and neighborhood.

Schema

See also