2.2.2 Executing Customer Screening Realtime Request

To execute Customer Screening Realtime 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: /csxe-real-time/executeRealTime

    You will get a response as an integer value (for example, "requestId": 141) which has to be passed in the Get RTevent API {requestID}. For more information, see the Executing Customer Screening GET RT Events Request section.