Get current user (me)
Get current user (me)
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
ok
data
Errors
401
Unauthorized Error

