All APIs are REST APIs with content-type “application/json”, unless otherwise specified.
All API requests would be authenticated using HTTP basic authorization. The authentication can be done using the following headers:
Authorization: "Basic Base64encodedValueOf(client_id:client_secret)"
client_id and client_secret would be separately provided.