Skip to main content
GET
List my tags
Returns metadata tags attached to the authenticated member. The subject is resolved from the access token, so there is no member ID in the path. A tag with type: "industry" identifies the member as a restaurant employee.
From the kitchen - Use the industry tag for staff-recognition flows, internal experiences, and industry-only rewards.
Tasting note - Tag type values are lowercase. Match exact case: type === "industry", not "INDUSTRY".
Auth: OAuth access token.

Example

Response

A member with no tags returns { "tags": [] }.

Schema