For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get the status of an integration

Returns whether an integration is installed for the organization and the status of that installation. Use this for a single integration instead of listing every status.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
integrationNamestring · max: 100Required

Name of the integration.

Pattern: ^[a-zA-Z0-9-_.]+$
Responses
200

Integration installation status

application/json
statusstring · enumRequiredPossible values:
get/orgs/{organizationId}/integrations/{integrationName}/installation_status
GET /v1/orgs/{organizationId}/integrations/{integrationName}/installation_status HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "status": "active"
}

Last updated

Was this helpful?

Powered by GitBook