Appearance
users
Get user profile
GET
/users/v2/me
Get the profile of the current user
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Responses
Successful response
application/json
JSON "data": { "uuid": "string", "oauthUserUuid": "string", "firstName": "string", "lastName": "string", "email": "string", "role": "string" }, "message": "string", "status": 200, "meta": { }
{
}