It’s possible that the Swagger generation is incorrect. (You might need to file a bug report with Bubble to be able to know what the actual endpoint name is. I don’t know of any other way to know what the endpoint name is.)
There is a way to see what Bubble internally calls a data type and you can expose this with my “Fielder” plugin. You can’t inquire directly about a Thing, but if you put a field of that type on some other thing, Fielder can tell you the internal data type name for that field.
So, if I make a data type called Tabela De Preço:
And then I put a field of that type on some other Thing:
When I run Fielder on the Favorite Thing data type with Debug mode turned on, here’s what we learn about that data type in the console:
So it would seem its internal name is:
tabela_de_pre_o
My best guess is that that is the actual name of the endpoint.


