Skip to main content
GET
/
user
/
{userId}
Get User
curl --request GET \
  --url https://api.klavis.ai/user/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "userId": "<string>",
  "createdAt": "<string>",
  "lastUsedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

userId
string
required

The identifier for the user to fetch.

Minimum length: 1

Response

Successful Response

userId
string
required
createdAt
string
required
lastUsedAt
string | null
I