Skip to main content
Fetch the profile of the user associated with the provided Bearer API key. This is useful for verifying key validity and checking user permissions.

Endpoint

GET /v1/auth/me Authentication: Bearer API key

Response

string
Unique user identifier.
string
Registered username.
string
User’s email address.
string
User role. One of: admin, user.

Example