2.2.3 Executing Get Real-Time KYC Prospect Feedback by Request ID

To execute Get Real-Time KYC Prospect Feedback by Request ID, follow these steps:
  1. Open Postman or relevant tool.
  2. Copy only the Authorization token in 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 GET method. The request must be in the following format:
    • HTTPS Link: https://hostname:port/api.
    • Path: kycob-prospect-service/prospect/v1/getFeedbackByRequestID/{requestID}

    You will get a response as KYC Prospect Feedback for the particular request ID.