Bubble Data API

The Bubble Data API allows external services to read, create, update, and delete data stored in Bubble apps via REST endpoints. The API supports authentication via API keys and exposes app data types as addressable resources for integration with third-party tools and services.

API entry from apis.yml

apis.yml Raw ↑
aid: bubbles:bubble-data-api
name: Bubble Data API
description: The Bubble Data API allows external services to read, create, update, and delete data stored
  in Bubble apps via REST endpoints. The API supports authentication via API keys and exposes app data
  types as addressable resources for integration with third-party tools and services.
humanURL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
baseURL: https://{app-name}.bubbleapps.io/api/1.1
tags:
- Data
- REST
properties:
- type: Documentation
  url: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
- type: Authentication
  url: https://manual.bubble.io/core-resources/api/the-bubble-api/authentication