Bubble · Postman Collection

Bubble Plugin API

The Bubble Plugin API is a JavaScript SDK surface (not an HTTP API) that plugin authors use to extend Bubble apps. It exposes server-side actions, client-side actions, and visual elements that read configured properties and interact with the runtime via a `context` object. Plugin API v4 replaces Fibers with Promises and adds first-class type checks (`isBubbleThing`, `isBubbleList`), by-id lookups (`getThingById`, `getThingsById`), and async iteration on `BubbleList`. This OpenAPI document descri

8
Requests
15
Folders
View on GitHub Raw JSON No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsPostman Collection

Overview

Bubble Plugin API is a Postman Collection published by Bubble on the APIs.io network.

The Bubble Plugin API is a JavaScript SDK surface (not an HTTP API) that plugin authors use to extend Bubble apps. It exposes server-side actions, client-side actions, and visual elements that read configured properties and interact with the runtime via a context object. Plugin API v4 replaces Fibers with Promises and adds first-class type checks (isBubbleThing, isBubbleList), by-id lookups (getThingById, getThingsById), and async iteration on BubbleList. This OpenAPI document descri

The collection contains 8 requests organised into 15 folders.

Tagged areas include No-Code, Application Platform, Database, Workflow Automation, and Plugins.

Requests & Folders

actions
elements
thing
things
context

Related API Specs

Bubble Data API (OpenAPI) Bubble Workflow API (OpenAPI) Bubble Plugin API (OpenAPI)
Back to Bubble · All Collections · GitHub