List my tags
Users
List my tags
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
Auth: OAuth access token.
A member with no tags returns
type: "industry" identifies the member as a
restaurant employee.
Tasting note - Tag
type values are lowercase. Match exact case:
type === "industry", not "INDUSTRY".Example
Response
{ "tags": [] }.
Schema
| Field | Type | Notes |
|---|---|---|
object | string | Always "user_tag". |
type | string | Lowercase enum. Currently "industry". |
metadata | array | Each item is { "key": string, "value": string[] }. |
created_at | ISO 8601 timestamp | Created time. |
updated_at | ISO 8601 timestamp | Last update time. |