Test an integration connection (admin)

POST/api/v1/integrations/{type}/test

Parameters

This endpoint does not accept parameters.

Responses

200Connection test result

Request

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

Response

200Connection test result
Example response not yet documented.