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-Type
header.
Solutions
Check that your request body is JSON.
Check that the JSON you sent is formatted correctly.
Make sure that your
Content-Type
header isapplication-json
.
On this page