cURL
curl --request GET \ --url https://api.klavis.ai/user/{userId}/integrations \ --header 'Authorization: Bearer <token>'
{ "integrations": [ { "name": "Affinity", "is_authenticated": true } ] }
Get all available integrations (MCP server names) by user ID. Returns a list of integration names and their authentication status.
Your Klavis AI API key.
The external user ID
1
Successful Response
Show child attributes