Hello Squiz,
I have got a situation where I’m trying to use an API which has a client_id and client_secret. I have made sure that they are correct by testing within Postman (I am getting back a result). In the past, I have placed my Basic Auth within the Response Headers and it has worked successfully.
In this instance however, I have No Auth (as noted within Postman), however I do have a client_id/client_secret with accomodating value. I have tried a few different methods so far, which includes each of those values on a line in the Response Headers.
Example below:
Any help would be fantastic,
Thanks