Bubble Data API
REST API exposing the Bubble app database. Supports search with constraints, cursor-based pagination, single-record CRUD, bulk create (up to 1,000 records), and metadata discovery. Authentication uses bearer tokens (admin tokens bypass privacy rules; user tokens enforce them). Endpoints are available on both live and `version-test` (development) environments.
Documentation
Documentation
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api.md
APIReference
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-endpoints.md
Authentication
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication.md
GettingStarted
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests.md
Specifications
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-data-thing-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-data-search-response-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-error-schema.json
Other Resources
APIsJSON
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/apis.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-bulk-create-then-search-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-create-and-get-thing-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-create-thing-then-trigger-workflow-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-discover-types-then-search-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-get-then-replace-thing-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-initialize-then-trigger-workflow-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-search-then-delete-thing-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-search-then-update-thing-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-trigger-workflow-then-log-thing-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/arazzo/bubble-upsert-thing-workflow.yml