GitBook API

Install an integration on a space

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100Required

Name of the integration.

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

Identifier of the installation

Query parameters
extendedbooleanOptional

If true, returns the space object in each items. If false, returns the space ID in each items.

Default: false
Body
spacestringRequired

ID of the space to install the integration on

Responses
post
/integrations/{integrationName}/installations/{installationId}/spaces

Last updated

Was this helpful?