JSON troubleshooting: how to fix the 415 error?

How to check what error I got?

To see the details of an error you received, click "View more" on the error notification after the importer was executed:

How to fix the error I got?

415 - Unsupported Media Type error

The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format.

The most common reason is an undefined default content type for the API response, so the content type needs to be defined manually.

Example:

Execution error:

To fix this issue, define Content-Type in the Coupler.io importer settings:

If you faced an error and cannot fix it after reading this article ,feel free to contact our support at contact@coupler.io.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.