Opening Dev APIs
Allow external services to call your APIs as webhooks during development.
Go to Settings
Click the Settings button and you'll see the Configuration page.
Choose Access
Click the Access tab and find the Development URLs section.
Understand the risks
Making the APIs public will make ALL endpoints from your development environment open on the internet. Make sure your private endpoints have auth enabled.
Click Make APIs public
By default your undeployed workspace APIs are only accessible in the development workspace. Clicking this button will make them open to the internet for a limited time period. Click again to close access.
Copy the prefix url
Your endpoints in the dev workspace are now accessible via the prefix URL + the endpoint path.
Last updated
Was this helpful?