Errors

200OKEverything worked successfully!
400Bad RequestMissing or malformed parameter
403ForbiddenThe API Signature is wrong
404Not FoundThe requested endpoint does not exist
405Method Not AllowedThe selected method is not available for this resource

All errors will return a JSON in the following format:

{
	status: "error",
  message: "An error occurred: Human readable message goes here"
}