Bubble Docs
Search
⌃K

Workflow API endpoints

This section covers how to identify the correct endpoint for a given API Workflow
Help us improve this article
This article is part of a significant update to the Bubble manual and your feedback is critical to our efforts to continuously enhance our written documentation. We would greatly appreciate if you could take a moment to let us know your thoughts on the quality of it. Thank you for your support! Give feedback on this article

The root URL

To find your application's Workflow API root URL, go to Settings - API.
As soon as you have activated the Workflow API Bubble will reveal the root URL.

Constructing the complete URL

Keep in mind that the version-test and version-live versions of your application have separate root URLs for API workflows. Remember to update the external call to reflect whether you want to communicate with the test or live version of your app.
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 the live version of your app:
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 the live version of your app:
https://www.mydomain.com/api/1.1/wf/url-friendly-name