Question

I have just started coding with APIgee I found this error can anyone help me with this

"faultstring":"Invalid API call as no apiproduct match found",

"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
Was it helpful?

Solution

Please ensure that your API bundle is associated with at least 1 API Product.

OTHER TIPS

Have you used the trace facility to figure out which policy is failing?

Most likely your API Key is not not associated with a product bundle.

Go to the "developer App": Dashboard / Developer Apps / And check that the product you are trying to access is indeed listed in the products list

click on publish > products from menu bar, select product which is associated to your proxy. under "paths" make sure the path of your endpoint is listed if not click on edit pencil icon and add path and save

Api key Approval at the time of creating product you selected manual select it automatically ,, your problem will be resolved

If an oauth policy is added then trace session doesn't work... because you need to add a header which consists of access code which can be done in console. If you are new to Apigee then I would suggest you to go and watch the foundation training video especially Lesson 6 which explains about OAuth v.2.0 in detail.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top