Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is it possible to get a list of all refresh tokens and their attributes via an API call?

 
Solved Solved
0 2 236
1 ACCEPTED 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

2 REPLIES 2