Has anyone created an app that integrates with apliiq api?

Hey guys-

New bubble user here. I am reaching out to the community to see if anyone here has experience working with the Apliiq print on demand platform and their APIs specifically?

Best,
-Ian

You will need to use a plugin to create the authorization header.
You can do the call using API connector with the authorization header filled dynamically from the plugin.

I prefer to create my own auth plugin for this kind of API, but existing plugin, and even Bubble native HMAC function (you will find this in formatted as…) can work.