GitBook API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100Required
Pattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$installationIdstringRequired
Identifier of the installation
Query parameters
extendedbooleanOptionalDefault:
If true, returns the space object in each items. If false, returns the space ID in each items.
falseBody
spacestringRequired
ID of the space to install the integration on
Responses
201
Integration installed successfully on space
application/json
404
Not Found
application/json
post
/integrations/{integrationName}/installations/{installationId}/spacesLast updated
Was this helpful?