Get my status
Users
Get my status
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.
Auth: OAuth access token with the
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.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
- Money and tokens: how FLY wei strings and USD cents are encoded.
- List memberships: per-restaurant check-in counts and tiers.