Meta

code
number
required

A 1 to 5-digit integer that represents the status of the request.

Example:
200
message
string

A human-readable string message that gives a short description to the specific meta code.

type
string

A human-readable short string which is the type of HTTP status, e.g. OK for a 200 HTTP status, or BadRequest for a 400 HTTP status.

Allowed values:
OKBadRequestUnauthorizedForbiddenNotFoundUnprocessableEntityTooManyRequestsInternalError
errors
array[Error]
code
number

A 1 to 5-digit integer that represents the status of the request.

path
string

JSON path of the request object where the error happens.

info
string

The verbal description of the error that was detected in the request JSON at the specified JSON path.

Example
preparing...