cURL
curl --request GET \ --url https://api.klavis.ai/user/{userId} \ --header 'Authorization: Bearer <token>'
{ "userId": "<string>", "createdAt": "<string>", "lastUsedAt": "<string>" }
Get user information by user_id.
Documentation IndexFetch the complete documentation index at: https://www.klavis.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.klavis.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your Klavis AI API key.
The identifier for the user to fetch.
1
Successful Response