Need help?

Requests and responses

Requests

Requests should be made using the GET method unless otherwise stated for the given service, and must include the Authorization header.

If the Authorization header is not present, or is not valid, then a ‘403 Forbidden’ response will be generated.

Responses

Response data is provided in XML format. All data is encoded using the UTF-8 character set.

Requesting an unknown service will return a ‘404 Not Found’ response. If the service requested is a known service, but the supplied Authentication details do not have access to that service then the response will be ‘403 Forbidden’