Retrieve Member
Retrieves a member by ID. Accessible to the account and to the member’s own user.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-02-2"
Path Parameters
Member ID (mber_ tag).
Response
the stamped number outranks the consented account read
What the member can reach on the account: customer for paying members, admin for team members, no_access once every grant has lapsed.
no_access, admin, customer "customer"
The account this member belongs to, prefixed biz_.
"biz_xxxxxxxxxxxxxx"
When the member record was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Member ID, prefixed mber_.
"mber_xxxxxxxxxxxxxx"
When the member first joined the account, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
When the member last opened the account's content, as an ISO 8601 timestamp. null if they never have.
"2026-01-01T12:00:00.000Z"
The member's phone number, or null. Their account number when they have shared one with this seller; otherwise the most recent number collected (or verified) at checkout.
"+xxxxxxxxxxx"
joined while the member is part of the account, left after they leave.
joined, left "joined"
The member's current token balance for this account, computed from token transactions.
0
The user behind this member. null when the buyer is another business rather than a person.

