INVALID_REQUEST
HTTP 400
What it means
The request is missing a required parameter, includes an invalid parameter value, or is otherwise malformed.
What to do
Check the request body and headers against the documented schema for this endpoint.
Envelope
{
"error": {
"code": "INVALID_REQUEST",
"http_status": 400,
"message": "The request is missing a required parameter, includes an invalid parameter value, or is otherwise malformed.",
"remediation_hint": "Check the request body and headers against the documented schema for this endpoint.",
"docs_url": "https://developers.cognethics.com/errors/INVALID_REQUEST",
"request_id": "0f2c9b6e-...",
"details": {}
}
}Back to Errors & status codes.
