API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /oauth2/authorizationcodes |
| Oauth 2.0-compliant authorization codes generated, managed, and validated by the API Platform |
| Delete Authorization Code | Detail | |
/oauth2/authorizationcodes/{authorization_code} | ||
| Verb: | DELETE | |
| Description: | Deletes the given authorization Code. | |
| Auth: | Basic Auth | |
| Get Authorization Code | Detail | |
/oauth2/authorizationcodes/{authorization_code} | ||
| Verb: | GET | |
| Description: | Get a specific Authorization Code | |
| Auth: | Basic Auth | |
| List Authorization Codes | Detail | |
/oauth2/authorizationcodes | ||
| Verb: | GET | |
| Description: | Lists all the Authorization Codes in an Organization | |
| Auth: | Basic Auth | |