Errors
DevRev’s APIs use standard HTTP status codes when responding to requests. On success, a 20X
status code is returned along with any response data, as indicated in the OpenAPI specification.
A request may encounter a set of errors that are common across all the APIs. In the response, a JSON object with a message
field is provided that contains supplemental information to the encountered error.
An endpoint may be annotated with additional status codes in the OpenAPI specification to denote special behavior.