General information
Authentication & content-type
In order to authenticate to our API you will be using http basic auth together with your generated api-key-ID and password. Data is transfered via JSON-body.
Statuses & error codes
The API will answer with different status codes depending on various scenarios. The status codes can be used in order to know how to handle the response.
# Successful requests 200 # Everything is ok 201 # Resource created 204 # Resource updated (nothing returned) # Unsuccessful requests 400 # Bad request 403 # Forbidden 404 # Resource not found 422 # Validation error 500 # Internal server error