2.2.2 Executing iHUB Case Status Feedback Request

To execute iHUB case status feedback request, follow these steps:
  1. Open Postman or relevant tool.
  2. Copy only the Authorization token that you got from the previous request.
  3. Go to Header.
  4. Enter KEY as a Authentication and Description as a bearer (Authorization token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.
  5. 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.