Guide
The Fibery API provides a way to integrate Fibery with your external systems and automate routine tasks.
There are many extension points in Fibery. Here are the guides you can start with:
HTTP API - fetch data from Fibery and add data into Fibery.
GraphQL API - fetch data from Fibery and add data into Fibery using a modern GraphQL.
Webhooks - use webhooks to update other tools based on changes in Fibery.
History API - use the History API to access a full, paginated log of every change made in your Fibery workspace.
Integrations API - sync data from external tools into Fibery.
Terminology
To avoid confusion, please note that the terms used in the API guide may differ from what you’ve seen in other parts of the User Guide and in the interface.
This applies to two terms:
Type → Database
App → Space
Initially, we used Type and App across all assets and interface. Based on user feedback, we decided to rename them as Database and Space.
However, the old terms still exist in the API code and are likely to remain unchanged. So in the API guide you still encounter Type and App to align with the API code.