200OKEverything worked successfully!
403ForbiddenThe API Signature is wrong
404Not FoundThe 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"
}