on 2025 Mar 16 1:16 PM
Hello Friends!
I've created an API proxy with a single resource defined with a path parameter.
https://api-dev.cooldomain.com:443/v1/private/cart/{cart_id}/availability-check-url
It does route to the target iflow; however, when I add the VerifyAPIKey it fails the error far below.
This would generate the VerifyAPIKey error
https://api-dev.cooldomain.com:443/v1/private/cart/12068208/availability-check-url
This does not.
https://api-dev.cooldomain.com:443/v1/private/cart
I think my answer lies in this apigee documentation; however, I'm not able to reconcile the differences in terminology and screens 😞
https://docs.apigee.com/api-platform/publish/create-api-products#behavior-resource-path
Screenshots are below - any guidance would be appreciated.
Thank you /Greg
Screen shots
{
"fault": {
"faultstring": "Invalid ApiKey for given resource",
"detail": {
"errorcode": "oauth.v2.InvalidApiKeyForGivenResource"
}
}
}
Request clarification before answering.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.