Retrieve a check-in
Check-ins
Retrieve a check-in
GET
Retrieve a check-in
Returns one check-in by UUID. The response embeds the location,
restaurant, and neighborhood needed to render the row. Check-ins carry
no member identity.
Auth: API key in
X-API-Key, minted with the read:checkins scope
ā the same credential as the /check_ins venue feed.
A key without that scope returns 403 insufficient_scope; a missing
key returns an empty-body 401 with a WWW-Authenticate: Bearer header.