Get own user profile
Retrieves the authenticated user's profile information.
Authorization
apiKeyAuth x-api-key<token>
API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/users/me"{
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"status": "active",
"country": "af",
"avatarUrl": "string",
"theme": "system",
"displayLanguage": "en",
"formattingLocale": "en",
"roleId": "string",
"roleName": "string",
"roleIsSystemRole": true
}"string""string""string""string"