Last updated
Last updated
This core reference entry is suited for advanced-level builders.
The Data API is disabled by default. To enable it, go to Settings - API and check the box 'This app exposes a Data API'. This allows you to select one-by-one which data types are exposed in the Data API.
Access to data is controlled by the privacy rules applied to that particular data type.
If this box is checked, the client will be able to retrieve all the fields on all the things of a given data type. If you uncheck this box you can check which fields are returned one-by-one.
If this box is checked, the client will be able to retrieve a list of things of a given data type, optionally using search constraints.
If this box is checked, the client will be able to retrieve files saved to a given data type.
This setting does not affect clients who access the database via the Data API.
Whenever the Data API is enabled for a database thing, three new options are available in that thing’s privacy rule:
Create via API
Modify via API
Delete via API
These settings only apply to clients that access the database via the Data API. All three are disabled by default on existing privacy rules. They do not affect your application’s regular users or your API Workflows.
The Bubble manual gives extended information about Bubble's features and how to use them.
Article: Video: Article:
Authentication is the process of identifying who the client is in order to determine what they have access to. Article series: Authentication types The Bubble API lets clients authenticate in different ways: Article: Article: Article:
Article:
The Data API lets you set up an API in your Bubble application that accepts incoming requests to search for, read, create, edit and delete entries in your database. Article series:
The Data API allows other systems to search for, read, create, modify and delete data in your application’s database via a RESTful interface.