What is the url for event endpoints?

I have an API workflow endpoint named beaches which is configured to return some data. What is the correct url format for the GET call ?
https://appname.bubbleapps.io/api/1.0/obj/beaches OR
https://appname.bubbleapps.io/api/1.0/beaches ?
I’ve tried both but none of them work.

The second one. Make sure you have deployed to live if you are using the live endpoint.

https://appname.bubbleapps.io/version-test/api/1.0/obj/my_endpoint

Also, if you have a custom url on the site, then “appname.bubbleapps.io” is replaced with your URL.

1 Like