Get an integration by its name
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$Responses
200
Integration
application/json
objectstring · enumRequiredPossible values:
namestringRequired
Unique named identifier for the integration
versionnumberRequired
Version of the integration
titlestring · min: 2 · max: 30Required
Title of the integration
descriptionstring · max: 100Optional
Description of the integration
summarystring · max: 2048Optional
Long form markdown summary of the integration
previewImagesstring[] · max: 3Required
URLs of images to showcase the integration
targetstring · enumRequiredPossible values:
The target on which the integration can operate and needs to be configured for
verifiedbooleanRequired
If true, the integration has been verified by the GitBook team
visibilitystring · enumRequiredPossible values:
contentSecurityPolicyone ofOptional
Security policy to validate the content of the integrations scripts and Contentkit. Will be sent as headers when processing the script fetch event and the blocks fetch events.
stringOptional
404
No matching integration found for given name
application/json
get/integrations/{integrationName}
Last updated
Was this helpful?