| OK | Everything worked successfully! |
---|---|---|
| Forbidden | The API Signature is wrong |
| Not Found | The requested endpoint does not exist |
All errors will return a JSON in the following format:
{
status: "error",
message: "An error occurred: Human readable message goes here"
}