Share this topic
LinkedIn
Twitter
Copy URL
Solved! Go to Solution.
There's no API call to list the access (refresh) tokens. Only a GET API call is available to get info for a particular token.
v1/o/{org}/oauth2/accesstokens/{accesstoken}
http://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/oauth2/accesstokens/%7Bacces...
View solution in original post