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>"
}

Documentation Index

Fetch the complete documentation index at: https://www.klavis.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

userId
string
required

The identifier for the user to fetch.

Minimum string length: 1

Response

Successful Response

userId
string
required
createdAt
string
required
lastUsedAt
string | null