JSON payload invalid
Your request isn't valid JSON.
| Error Message | Invalid JSON in your request. |
| Error Code | invalid_json |
| Status Code | 400 |
Common causes
You're sending invalid JSON in your request.
You may be sending an incorrect
Content-Typeheader.
Solutions
Check that your request body is JSON.
Check that the JSON you sent is formatted correctly.
Make sure that your
Content-Typeheader isapplication-json.
On this page