Get current user (me)

View as Markdown

What: Return the signed-in user’s profile.

Auth: Bearer token required.

Params: None.

Returns: data = { user }.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
okboolean
dataobject

Errors

401
Unauthorized Error