Errors

200

OK

Everything worked successfully!

403

Forbidden

The API Signature is wrong

404

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"
}