To execute Customer Screening Realtime 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: /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.