Skip to main content
GET
/
user
/
{userId}
/
auth
/
{serverName}
Get User Auth
curl --request GET \
  --url https://api.klavis.ai/user/{userId}/auth/{serverName} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "userId": "<string>",
  "serverName": "<string>",
  "authData": {},
  "isAuthenticated": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

userId
string
required

The identifier for the user

Minimum length: 1
serverName
enum<string>
required

The name of the MCP server (e.g., 'GitHub', 'Jira')

Available options:
Affinity,
Airtable,
Asana,
Attio,
Box,
Brave Search,
Cal.com,
ClickUp,
Close,
Cloudflare,
Coinbase,
Confluence,
Dialpad,
Discord,
Doc2markdown,
DocuSign,
Dropbox,
ElevenLabs,
Exa,
Fathom,
Figma,
Fireflies,
Firecrawl Deep Research,
Firecrawl Web Search,
Freshdesk,
GitHub,
GitLab,
Gmail,
Gong,
Google Calendar,
Google Docs,
Google Drive,
Google Jobs,
Google Sheets,
Hacker News,
Heygen,
HubSpot,
Jira,
Klaviyo,
Klavis ReportGen,
Linear,
LinkedIn,
Markdown2doc,
Mem0,
Microsoft Teams,
Mixpanel,
Monday,
Moneybird,
Motion,
Notion,
OneDrive,
Openrouter,
Outlook,
PagerDuty,
Pipedrive,
Plai,
Postgres,
PostHog,
QuickBooks,
Resend,
Salesforce,
SendGrid,
Shopify,
Slack,
Stripe,
Supabase,
Tavily,
Vercel,
WhatsApp,
WordPress,
YouTube,
Zendesk,
ServiceNow

Response

Successful Response

success
boolean
required
userId
string
required

The user identifier

serverName
string
required

The name of the server

isAuthenticated
boolean
required

Whether the server has authentication data configured

authData
object | null

The authentication data if available

message
string | null
I