Authorized User

Basic information about the authorized user.

Authentication

AuthorizationBearer

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

Headers

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstringOptionalformat: "uuid"
The uniqueID of the user
emailstringOptionalformat: "email"
The user's email address
firstNamestringOptional
The user's first name
lastNamestringOptional
The user's last name

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error