Appearance
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.
| Responses | Description |
|---|---|
| 200 - OK | A GET request succeeded. JSON dictionary response. |
| 201 - Created | A POST response succeeded. JSON dictionary response. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. JSON dictionary response |
| 401 - Unauthorized | No valid API key provided. Empty body. |
| 403 - Forbidden | The requested action is restricted based on your account profile. Empty body. |
| 404 - Not Found | The requested resource doesn't exist. Empty body. |
| 500, 502, 503 | Something is wrong on the Zubie side. |

