{ "error": { "type": "request_error", "code": "unsupported_media_type", "detail": "Content-Type must be \"application/json\".", "documentation_url": "https://developer.paddle.com/errors/shared/unsupported_media_type" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 415
- Error code
-
unsupported_media_type - Error message
- Content-Type must be "application/json".
Common causes
- You sent an unsupported
Content-Typeheader with your request
Troubleshooting
- Make sure that your
Content-Typeheader is"application-json".