Using Investigation Hub API Getting Started Authentication Executing iHUB Case Status Feedback Request 2.2.2 Executing iHUB Case Status Feedback Request To execute iHUB case status feedback request, follow these steps: Open Postman or relevant tool. Copy only the Authorization token that you got from the previous request. Go to Header. Enter KEY as a Authentication and Description as a bearer (Authorization token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>. Send a request using the POST method. The request must be in the following format: HTTP Link: http://hostname:port/api. Path: /data-api-service/API/getData/cscasestatusfeedback You will get a response as a result array which will contain case status of all the case ids requested. For more information, see the iHUB Screening JSON Service section. Parent topic: Authentication