Errors

Errors can be seen in the following formats with the 400 HTTP status code:

Public key error

{
    "status": "error",
    "message": "public key is required",
    "data": null
}

Authorisation error

{
    "status": "error",
    "message": "Authorization required",
    "data": null
}

Bad request error

{
    "status": "Bad Request",
    "message": "Bad Request"
}

Last updated