Customise endpoint URLs

I am doing discovery for an application where a core feature will invovle allowing users to get information about their account via HTTP GET request.

I see the bubble default endpoint format is https://myapp.bubbleapps.io/version-test/api/1.1/obj/[datatype]

Is it possible to create custom (shorter) endpoints.

Ideally I would like to offer something like https://[user’s business name].[my domain]/[record name].

Before I invest too much time in Bubble, I wanted to understand if something like this is possible?

Thanks in advance

Look at the following thread might found some solution but I guess its a yes and no for your requirement

1 Like

Thanks - looks intriguing but I’m not sure introducing another dependency is the right solution for me.

This isn’t possible natively. I’m sure others have other solutions for example, creating your own endpoint using a lambda on AWS or something similar.