Api Connector error Unsupported Media Type

Hi,

I have created a api using api connector. I have the tested the api body and request using postman first and then started implementing the same in API  Connector as well. But getting this error :

There was an issue setting up your call.

Raw response for the API
Status code 415
Unsupported Media Type

This is my Postman snippet:


This is my API Connector snippet:

I am using same JSON as body and literally copied the same request from Postman. Let me know if someone faced this issue.

Thanks,
Nagendra.

1 Like

Get your headers in!

Thanks @jared.gibb . Need to add Content-type explicitly in the headers section.

2 Likes