Skip to main content
GET
Get my status
Returns the authenticated member’s membership status: their tier, benefits, and progress toward the next level. The subject is resolved from the access token, so there is no member ID in the path.
Tasting note - tier is a display string and may contain a newline (e.g. "$FLY\nwith us"). Render the break or strip it, but don’t treat it as a flat label.
From the kitchen - progress.*_threshold is the bar to clear to advance; the matching progress.* value is where the member stands now. Pair them for a progress bar.
Auth: OAuth access token with the read:profile scope. A token missing that scope returns 403 with error="insufficient_scope" in the WWW-Authenticate header. A member with no active status record returns 404 with code: "resource_not_found".

Example

Response

Schema

See also