Requests
All requests and responses are JSON-formatted and UTF-8 encoded.
To ensure requests are treated as JSON, please add the ACCEPT header:
Accept: application/json; charset=utf-8
In addition, you must set the CONTENT-TYPE header for every request:
Content-type: application/json; charset=utf-8
Response
An API request, that has been sent to the API service, returns an API response. All responses from the Upodi API will be in JSON. All responses will contain a unique request identifier in the HTTP headers with name Request-Id. The format is a GUID.