Retrieve Me
Retrieve information about the currently logged on user.
This API call will always succeed with a 200 OK if called with valid authentication information.
If the authentication information provided is not valid, calling this API will return a 401
Authentication Failed error message. If successful, this API returns information about the user
including its home URL, email address, user name, and workspace name.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Information about a currently logged in user.
You can call the RetrieveMe API to gather information about the current user.