Errors
Errors can be seen in the following formats with the 400 HTTP status code:
{
"status": "error",
"message": "public key is required",
"data": null
}
{
"status": "error",
"message": "Authorization required",
"data": null
}
{
"status": "Bad Request",
"message": "Bad Request"
}
Last modified 1yr ago