Get integration details and status

GET/api/v1/integrations/{type}

Parameters

typepathstringrequired

Integration type (servicenow, pagerduty, slack, etc.)

Responses

200Integration details

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/integrations/{type}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Integration details
Example response not yet documented.