Workflow API endpoints
This section covers how to identify the correct endpoint for a given API Workflow
The root URL
To find your application's Workflow API root URL, go to Settings - API.

Constructing the complete URL
The complete endpoint URL consists of the root URL combined with the name of the Workflow you want to access.

For example, the URL of the API Workflow in the image above would be:
No domain connected
https://my-bubble-application.bubbleapps.io/version-test/api/1.1/wf/url-friendly-name
or for Live:
https://my-bubble-application.bubbleapps.io/api/1.1/wf/url-friendly-name
Domain connected
https://www.mydomain.com/version-test/api/1.1/wf/url-friendly-name
or for Live:
https://www.mydomain.com/api/1.1/wf/url-friendly-name
Last updated
Was this helpful?