Returns the currently authenticated user's profile, including the
token holder's email address. The email field is only exposed
to the user themselves and is not present on /v3/users/{id} or on
embedded User references in other resources.
GET
https://api.are.na/v3/me
The authenticated user's own profile, returned by `GET /v3/me`.
id
integer!
Unique identifier for the user
type
string!
User type
User
name
string!
User's display name
slug
string!
URL-safe identifier (use this in API paths)
avatar
string | null (uri)!
URL to user's avatar image
initials
string!
User's initials
created_at
string (date-time)!
When the user was created
updated_at
string (date-time)!
When the user was last updated
bio
MarkdownContent
User biography with markdown, HTML, and plain text renderings
MarkdownContent
MarkdownContent
Markdown content with multiple renderings
markdown
string!
Original markdown value
html
string!
HTML rendering of the markdown
plain
string!
Plain text rendering of the markdown
unknown
null
badge
UserBadge!
Denotes plan or other distinction
UserBadge
UserBadge
Denotes plan or other distinction:
staffinvestorsupporterpremium
unknown
null
tier
UserTier!
User subscription tier:
guestfreepremiumsupporter
counts
MeCounts!
Counts for the authenticated user, including private notification state.
channels
integer!
Number of channels owned by the user
followers
integer!
Number of followers
following
integer!
Number of users being followed
notifications
integer!
Number of unread notifications for the authenticated user
_links
Links!
HATEOAS links for navigation and discovery.
self
Link!
A hypermedia link containing the URL of a linked resource.
href
string (uri)!
The URL of the linked resource
[key: string]
Link
A hypermedia link containing the URL of a linked resource.
href
string (uri)!
The URL of the linked resource
email
string (email)!
The authenticated user's email address.