Space integrations
Connect external tools and plugins to enhance your space functionality.
This API handles the registration and removal of integrations, automating how data flows between GitBook and your chosen external services.
Returns a paginated list of integrations that are currently installed and enabled on the space. Use the query parameter to filter by integration name. Use this to check which integrations are active before interacting with integration-specific features or blocks.
A unique entity identifier
^[a-zA-Z0-9_-]+$A search string to filter integrations by name
Listing of integrations enabled in the space.
Listing of integrations enabled in the space.
Returns all custom block types contributed by integrations installed on the space. Integration blocks are custom content elements (e.g. embedded widgets, code runners) that integrations register for use in pages. Use this to discover what custom block types are available in a given space.
A unique entity identifier
^[a-zA-Z0-9_-]+$list of installed integration blocks
Not Found
Last updated
Was this helpful?