2.2.3 Executing Customer Screening GET RT Events Request

To execute RT event request, follow these steps:

  1. Open Postman or relevant tool.
  2. Copy only the Authorization token in the previous request.
  3. Go to the Header tab.
  4. Enter KEY as an Authentication and Description as a bearer (Authorization token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>..
  5. Send a request using the GET method. The request must be in the following format:
    • HTTP Link:http://hostname:port/api.
    • Path : csxe-real-time/RTEvents/getForRequestId/{requestID}

    You will get a response as an event generated for the particular request ID.