Requests
Last updated
Last updated
All requests to be made using application/json
media type.
In addition, all operations (except for Authentication) requires a Header attribute to be supplied:
Authorization
Bearer
[token]
Where [token]
is the token returned from the authentication/getToken
operation. See for more information.
A 401 Unauthorized HTTP response will be returned if a malformed authorisation header is supplied (empty, invalid, or expired).
Note that all date and times supplied are in UTC (Coordinated Universal Time).