cURL
curl --request GET \ --url https://api.klavis.ai/user/{user_id} \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "created_at": "<string>", "last_used_at": "<string>" }
Get user information by user_id.
Your Klavis AI API key.
The identifier for the user to fetch.
1
Successful Response