Unable to call API from APIM

ayeni 1 Reputation point
2020-09-23T15:49:45.273+00:00

i set up an APIM with a test API, but could not get to the API, was getting error 404 error.
The test from the APIM azure portal worked ok.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,746 Reputation points
    2020-09-24T02:08:47.75+00:00

    @ayeni 404 error means that the URI that you are calling is incorrect. As you have mentioned that the test from azure portal works fine but when you are testing outside the azure portal (like REST client etc.) you are not able to hit the API and it returns 404 error. Please confirm if my understanding is correct.

    Can you please navigate to any of your API that you are testing and in the Test tab please verify the Request URL that you are calling from your REST client is correct or not.

    27901-image.png

    If you are still facing the issue please share the screenshot and error details.

    0 comments No comments