Skip to content

Get the authenticated user

GET/user

Returns the authenticated caller's own user record. Unlike the gist list endpoints this is a fully-private resource with no public form, so a token lacking the scope gets 403 rather than a reduced response.

Request

Headers

NameTypeScopes
Authorizationrequiredstringuser:read

Responses

StatusBodyDescription
200PrivateUserThe authenticated user.
401ErrorMissing or invalid credentials.
403ErrorThe token lacks the required scope or permission.