Errors

Approriate HTTP status codes will be returned along with an error object response for context.

Possible HTTP status codes

Status CodeDescription
200Everything worked as expected.
400The request was rejected due to a malformed or missing parameter.
401API key is not valid.
403API key does not have permission to make the request.
429Your request was denied because you have exceeded the rate limit for your API key.
500Something went wrong at the Stackup server. We've been notified and are looking into it.

Response

{
  "error": {
    "message": "Everything worked as expected."
  }
}