Requests

All requests to be made using application/json media type.

In addition, all operations (except for Authentication) requires a Header attribute to be supplied:

Header Name
Value
Description

Authorization

Bearer [token]

Where [token] is the token returned from the authentication/getToken operation. See Authentication for more information.

A 401 Unauthorized HTTP response will be returned if a malformed authorisation header is supplied (empty, invalid, or expired).

Date and Time

Note that all date and times supplied are in UTC (Coordinated Universal Time).

Last updated