Hi, I encountered the issues that the proxy api is not working. It was working this morning. The API call I tried to test is http://demo-au04-test.apigee.net/sms-prod
I encountered the following errors:
An error occurred.
Sorry, the page you are looking for is currently unavailable. Please try again later.
Not sure if you are still seeing an error. When I hit
[http://demo-au04-test.apigee.net/sms-prod](http://demo-au04-test.apigee.net/sms-prod)
I see this result -
{
fault: {
faultstring: "Failed to resolve API Key variable request.queryparam.apikey",
detail: {
errorcode: "steps.oauth.v2.FailedToResolveAPIKey"
}
}
}
@jason Lynn,
From the fault message, the verify api key is incorrect that means the flow is getting invoked.
I guess the issue is resolved now.