Data Query methods other than GET (I need POST, OPTIONS etc.)

What the title says.

I can’t use APIs like the one below as I’m restricted to generic HTTP (browser) in Plasmic which exposes my API keys.

What’s the workaround? I really need to be making queries using POST.

You can use integrations to securely make requests with secret API keys. Note they will be routed through Plasmic servers.

Alternatively, you can also to provide your own backend.

Yes I know I can do that, but GET is the only method available. That’s my issue.

Ah I see, we do allow POST method, but only in interactions, not as a query… I’ll add it to the feature requests.