< All Topics
Print

Response Headers

The headers returned with the API response will only indicate the type of content through the ‘Content-Type’ header. By default the content type will always be ‘application/json’ except when the ‘resultType’ parameter in the API Query was set to ‘XML’. In that case the content-type will be ‘application/xml’ instead.

Http status codes

Besides response headers, also the standard http status codes are returned:

  • 200: Succesful request
  • 400 – 499: client request errors
  • 500 – 599: Server errors

Table of Contents