API Connect

 View Only
  • 1.  Unable to hit the request parameter URL from Postman

    Posted 24 days ago
      |   view attached

    Hi Team,

    As per our requirement we need the create the API which is the value passing from the parameters and our configuration is done but when we tried to test from the postman that time getting 404 not found error.

    Please find below details for the same.

    Actual Backend URL: https://api.abc.com/probe_reports_sandbox/companies/ABCCG3995M/reports?type=pdf&client_name=probe&unit=INR&identifier_type=PAN

    Configured URL in API Connect: https://api.abc.com/probe_reports_sandbox/companies/$(request.parameters.pan)/reports?type=$(request.parameters.type)&client_name=$(request.parameters.client_name)&unit=$(request.parameters.unit)&identifier_type=$(request.parameters.identifier_type)

    Gateway Testing URL:https://dpapi.xyz.com/external/api/probe/v1/company/ABCCG3995M/reports?type=pdf&client_name=probe&unit=INR&identifier_type=PAN

    When we tried to test the gateway testing URL that time we are getting 404 not found error and also we have mentioned the correctly basepath and path in the gateway testing URL so please let us know if any configuration missing when we configured in the API connect?

    Please find attached screenshot for your reference



    ------------------------------
    Jyoti Pednekar
    ------------------------------


  • 2.  RE: Unable to hit the request parameter URL from Postman

    Posted 24 days ago

    You have /company not /companies ?



    ------------------------------
    Chris Dudley
    ------------------------------



  • 3.  RE: Unable to hit the request parameter URL from Postman

    Posted 24 days ago

    Hi Chris,

    We have configured the path as /company in the API Manager but in the backend URL mention the path as companies.



    ------------------------------
    Jyoti Pednekar
    ------------------------------



  • 4.  RE: Unable to hit the request parameter URL from Postman

    Posted 21 days ago

    Hi Jyoti,
    Do you have any parameters configured for your /company path that are required that you are not providing via postman? I believe you will get a 404 in that case.
    Best Regards,
    Steve Linn



    ------------------------------
    Steve Linn
    Senior Consulting I/T Specialist
    IBM
    ------------------------------