Skip to content

Responses and Errors

Note that Zubie adds new properties from time to time as new features are released without an API version change. We do not recommend using the API docs to perform schema validation.

Zubie uses standard HTTP response codes to indicate success or failure of an API request.

ResponsesDescription
200 - OKA GET request succeeded. JSON dictionary response.
201 - CreatedA POST response succeeded. JSON dictionary response.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter. JSON dictionary response
401 - UnauthorizedNo valid API key provided. Empty body.
403 - ForbiddenThe requested action is restricted based on your account profile. Empty body.
404 - Not FoundThe requested resource doesn't exist. Empty body.
500, 502, 503Something is wrong on the Zubie side.