Hello,
It seems Celigo doesn't have any out-of-box capabilities to integrate with Plytix PIM API, so, I think I need to make use of some of those universal HTTP connectors.
I'm trying to follow this help article:
Set up a token-based HTTP connection – Celigo Help Center
The very first thing I'm having issues with, is that the Authentication URL for this API is https://auth.plytix.com/auth/api/get-token, whereas the Base URI for the rest of the whole API is https://pim.plytix.com/api/v1/
How can I setup this Token Based Connector to get the Token from one URL, and actually have all the other flows work with the base URI https://pim.plytix.com/api/v1/?
And then my second question, is that Plytix asks us to send an API Key and Password through a POST call, but I didn't find anything on the Token authentication that lets me add a Body to be sent via POST.
Anyone that can assist me in getting this connection setup?
Thanks in advance.