GET
/
mcp-server
/
instance
/
get-auth
/
{instance_id}
Get Authentication Metadata
curl --request GET \
  --url https://api.klavis.ai/mcp-server/instance/get-auth/{instance_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "authData": {},
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

instance_id
string
required

The ID of the connection instance to get auth metadata for.

Response

200
application/json

Successful Response

The response is of type object.