2.2.2 Executing Real-Time KYC Risk Assessment Request

To execute Real-Time KYC Risk Assessment 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 tab.
  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:
    • HTTPS Link: https://hostname:port/api.
    • Path: /kycob-prospect-service/prospect/v1/add

    You will get a response as an integer value (for example, "requestId": 141) which has to be passed in the Get KYC Prospect Feedback API {requestID}. For more information, see the Executing Get Real-Time KYC Prospect Feedback by Request ID section.