All requests to be made using application/json media type.
application/json
In addition, all operations (except for Authentication) requires a Header attribute to be supplied:
Authorization
Bearer [token]
Bearer
[token]
Where [token] is the token returned from the authentication/getToken operation. See Authentication for more information.
authentication/getToken
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).
Last updated 3 years ago