Errors

Zenstrin's API is RESTful and as such, uses conventional HTTP response codes to indicate the success or failure of requests.

HTTP Codes

200

Request was successful and intended action was carried out.

400

Bad Request. This can be triggered by not passing required parameters or by passing invalid parameters.

401

The request was not authorized. This can be triggered by passing an invalid secret key in the authorization header or the lack of one.

404

Not Found. Request could not be fulfilled as the request resource does not exist.

409

Conflict. This can be triggered when creating a resource that already exists.

Last updated