I remember a while back being able to click a URL and see the documentation of my own apps Data API. Does this still exist? If so, where do I go to find it?
https://manual.bubble.io/core-resources/api/introduction#swagger-specification
https://appname.bubbleapps.io/api/1.1/meta/swagger.json
or https://yourdomain.com/api/1.1/meta/swagger.json
1 Like
Right, I was able to find that URL but I remember there being a “cleaned up” version that is similar to the Bubble manual. Maybe the feature has since been removed, thank you!
I like to load the swagger.json here: https://editor.swagger.io/
You can visualize the api and also perfor test requests.
I hope this can be helpful for you as well
Perfect! That will work, thank you!
Great!