HTTP request and response headers - lithnet/resourcemanagement-webservice GitHub Wiki

HTTP Requests sent to the API must include the following headers

Header Description
Content-Type Required. This must always be application/json
Authorization An authorization header will be required if using authentication
Content-Length Required. This must indicate the size of the HTTP request

HTTP Responses will always return the following headers

Header Description
Content-Type application/json
Content-Length The length of the response, if present