Returns the currently authenticated user's profile

GET
https://api.are.na/v3/me
Full user representation
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
counts
UserCounts!
Counts of various items for the user
channels
integer!
Number of channels owned by the user
followers
integer!
Number of followers
following
integer!
Number of users being followed
_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