Skip to main content
GET
/
user
/
{userId}
/
integrations
Get User Integrations
curl --request GET \
  --url https://api.klavis.ai/user/{userId}/integrations \
  --header 'Authorization: Bearer <token>'
{
  "integrations": [
    {
      "is_authenticated": true
    }
  ]
}

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 external user ID

Minimum string length: 1

Response

Successful Response

integrations
IntegrationItem · object[]
required