Get Authenticated User
BetaGet the authenticated User based on the provided access token
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
id
The UUID of the User
login
The username of the User
name
The full name of the User
email
The email address of the User
avatarUrl
URL to the User’s profile picture
providerUrl
URL to the User’s profile on the authentication provider
createdAt
Timestamp when the User was created
updatedAt
Timestamp when the User was last updated