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.
Your Klavis AI API key.
The identifier for the user to fetch.
1
Successful Response