Skip to main content
GET
Get authenticated user

Authorizations

Authorization
string
header
required

Generate an API token at https://qlty.sh/user/settings/tokens

Response

The currently authenticated user

id
string
required
Example:

"usr_123"

login
string
required
Example:

"johndoe"

name
string
required
Example:

"John Doe"

email
string<email>
required
Example:

"john@example.com"

avatarUrl
string
required
Example:

"https://avatars.githubusercontent.com/u/12345"

providerUrl
string
required
Example:

"https://github.com/johndoe"

createdAt
string<date-time>
required
Example:

"2024-01-01T00:00:00.000Z"

updatedAt
string<date-time>
required
Example:

"2024-01-01T00:00:00.000Z"