Skip to content

Error codes

HTTPMeaningExample
400Invalid request / validationMissing field, wrong format
401Not authenticated or invalid tokenSession expired
402Payment / limitPlan quota exceeded
403ForbiddenInsufficient role
404Resource not foundWrong ID
429Too many requestsRate limit
500Server errorUnexpected condition

Response body (typical)

json
{
  "message": "Description or field list",
  "statusCode": 400,
  "error": "Bad Request"
}

Cere Insight 2.0 documentation