Skip to main content

Get Current User Info

GET /v1/users/me

Get current user's information including usage statistics

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Responses

200

Successful Response

{
"$ref": "#/components/schemas/UserWithUsageResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}