Verify API key
Authentication
Verify API key
Validates the API key supplied in the Authorization header and returns the caller’s identity. Use this as the first call in any CLI or integration to confirm the key is valid and retrieve the user it belongs to.
GET
Verify API key
Call this endpoint after the user provides an API key to your CLI or tool to confirm it is valid
and to display who they are authenticated as.
Sensitive fields such as billing details, payment method, and social links are intentionally excluded from this response.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Response
API key is valid. Returns the caller's identity.
Unique identifier of the authenticated user.
Example:
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
The user's unique username.
Example:
"kostek"
The user's display name.
Example:
"Kostek Sytnyk"
The user's email address.
Example:
"kostek@versuno.ai"

