Request headers when connecting to the Sozuri OmniChannel API

These are the standard request headers that are needed when communicating with the API.

Parameter Name Mandatory Type Description
Authorization Yes String Define the Sozuri project API key as the Bearer token eg. Bearer Your_Api_Key   (dont forget the single space between "Bearer" and the api Key.)
(Alternatively you can include the api key within the body of your request eg. for a JSON body..."apiKey":"Your_API_KEY"...while for query parameters ...&apiKey=Your_Api_Key&username=...)
Content-Type Yes String The requests content type. Can be application/x-www-form-urlencoded or application/json
Accept No String The requests response type. Defaults to application/json
See an example Postman Screenshot below with the headers set: