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
Keep in mind that each branch in your app (including custom branches) have a separate root URL. The Main branch always has the ID version-test. Remember to update the external call to reflect which branch you want to send the request to.
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
or for Live:
Domain connected
or for Live:
Last updated