I am getting below error which doing test connection operation with GET API call. The same works in Postman and I’m able to get the output. Not sure why its throwing 400 error which is bad request. This is GET operation and I’m not passing anything in the body.
Only “authorization” and “host” are the two headers required for this operation
What is your BaseURL in your config? Did you already include a
“/” at the end of your base URL? If so, you don’t need the / before ‘fusion’ in your context URL
Actually, the same GET request is working as expected in Postman. I used POST method instead of GET for test connection and that is working as expected.
Test connection is working with POST request where I am calling token generation end point. Now when I try to call any of GET request by manually updating the token in the headers, its throwing me 400 error, so issue is not with authentication. This is something else.
I have raised a case and asked for logs as its SaaS based connector. Will keep posted here.