Hello,
I have a simple Boomi process that uses an HTTP connector to connect to the Magento API. I am trying to do a search to find a customer by email. The response I get from Magento is "The signatire is invalid. Verify and try again.". The request that is sent is
https://{magento.server}/rest/default/V1/customers/search?searchCriteria[filter_groups][0][filters][...[0][value]=user@system.com&searchCriteria[filter_groups][0][filters][0][condition_type]=eq
The same request works fine when using Postman. The credentials are the same in PM as in Boomi.
Any ideas are appreciated.
Regards,
Joe