API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /oauth2/accesstokens
OAuth 2.0-compliant access tokens generated, managed, and validated by the API Platform
Approve an Access Token Detail
/oauth2/accesstokens/{access_token}?action=approve
Verb: GET
Description:
Auth: Basic Auth
Delete an Access Token Detail
/oauth2/accesstokens/{access_token}
Verb: DELETE
Description: Deletes the Access Token specified
Auth: Basic Auth
Get an Access Token Detail
/oauth2/accesstokens/{access_token}
Verb: GET
Description: Gets details of a specific Access Token
Auth: Basic Auth
Get count of AccessTokens Detail
/oauth2/accesstokens
Verb: GET
Description: Get count of oauth 2.0 access tokens under an organization
Auth: Basic Auth
Revoke an Access Token Detail
/oauth2/accesstokens/{access_token}?action=revoke
Verb: POST
Description: Revokes a specific access token
Auth: Basic Auth
Update Access Token Detail
/oauth2/accesstokens/{access_token}
Verb: POST
Description: Updates the access token attributes.
Content Types:
application/json
text/xml
Auth: Basic Auth