Hi,
We have to enable Multi Factor Authentication in our management API calls. But it seems that API call to get the token to access the management API calls is not present in the Apigee docs (or I couldn't find it 😞 ). There are couple of tools mentioned here: http://docs.apigee.com/api-services/content/using-oauth2-security-apigee-edge-management-api#howtoge....
Both the tools are command line based, but we have to call management APIs through one of our APIs so it is not possible for us to use any of the mentioned tools.
Could anyone help me by pointing me to the correct documentation?
Solved! Go to Solution.
Apigee has released the documentation some time back. We needed it for one of our monitoring API which calls Apigee Analytics to check if any error occurred in the span of last 15 minutes. As to query analytics Apigee's user credentials is required, so when we got MFA enabled, the API stopped working, which was obvious.
So to make that work we started generated the OTP in the API only in the way, this community post has mentioned.