401 Unauthorized Error While Calling Reels API from SSD

Hi Team,

I am working on my Motor Renewal POC. While trying to call the Reels workflow API from SSD, I am getting a 401 Unauthorized error.

I have already generated a new token and passed it in the request header, but the issue still persists. The same Reels API works from Swagger/Postman, but it fails when called from SSD.

@NashitaAfrah @Eldho

Can you put a debugger and check in which flow the error is being thrown? Also, if you are using any API inside SSD, please ensure that the corresponding token is passed along with the API call to Reels.

I am passing the token on header, But still getting 401 Unauthorized error

Can you try the same API from Postman that you configured in the HTTP Request and check whether it is working there?

I am able to get the response successfully for the same API when it is configured directly in the HTTP Request. However, when I try to call the API from SSD, I am getting an error.

Can you check the cURL of the API to see how the token is being passed in that API? Please configure the same approach in your API as well.

I am able to hit the endpoint, Thank you