The Data API

The Data API allows other systems to search for, read, create, modify and delete data in your application’s database via a RESTful interface.

Enabling the Data API

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.

The Data API and privacy rules

Access to data is controlled by the privacy rules applied to that particular data type.

View all fields

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.

Find this in searches

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.

View attached files

If this box is checked, the client will be able to retrieve files saved to a given data type.

Allow auto-binding

This setting does not affect clients who access the database via the Data API.

Data API Privacy Rules

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.

Other ways to learn

User manual articles

The Bubble manual gives extended information about Bubble's features and how to use them.

Introduction to APIs

This article series takes an in-depth look at what exactly an API is and how you can both set up an API in Bubble and connect to external APIs in different ways.

Article: Introduction to APIs Video: Introduction to APIs Article: What is a RESTful API?

Authenticating with the Bubble API

Authentication is the process of identifying who the client is in order to determine what they have access to. Article series: The Bubble API and authentication Authentication types The Bubble API lets clients authenticate in different ways: Article: Accessing the Bubble API without authentication Article: Accessing the Bubble API authenticated as a User Article: Accessing the Bubble API authenticated as an admin

How to set up authentication in the external system The Bubble uses the bearer token method to authenticate clients.

Article: How to set up authentication in an external app

The Data API

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

Video lessons

Video lessons

Last updated