API
Error handling
1min
our api returns standard http success or error status codes if we can, we'll also include extra information about what went wrong in the response as json the various http status codes are code title description 200 ok the request succeeded 201 ok the request succeeded 204 ok the request has succeeded no content (only relevant for the stop session api endpoint 400 bad request the request was bad 401 unauthorized you're not allowed to do that make sure your bearer token is correct 404 not found that location, image or organization doesn't seem to exist 409 container id has been used the container id has already been used try a different one (we recommend using a uuid ) 420 session not started we can't start the session usually, this is because there have been too many sessions in a short period try again in a minute or so 422 bad request invalid data provided 500 internal server error our api has hit an error 503 service unavailable our api has hit an error unable to forward a request to an internal service 504 gateway timeout we couldn't reach one of our internal services