invalid_json
HTTP 400Invalid JSONIngest API
What happened
The request body is not parseable JSON. The parser’s own message is in detail, including where it gave up.
How to fix it
Check the Content-Type: application/json header and that the body was not truncated in transit.
What you received
{
"type": "https://docs.sidelineexchange.com/errors/invalid_json",
"title": "Invalid JSON",
"status": 400,
"detail": "…"
}