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

API Resource Path: /oauth2/accesstokens/{access_token}?action=approve

Verb: GET

Auth: Basic Auth

Sample Request:
$ curl -H "Content-type:application/x-www-form-urlencoded" -X POST \
https://api.enterprise.apigee.com/v1/o/{org_name}/oauth2/accesstokens/{access_token}?"action=approve" \
-u myname:mypass
Sample Response:
Success 204

Errors
Failure 404 with proper error message
<Error>
<Code>keymanagement.service.invalid_accesstoken</Code>
<Message>Invalid Access Token</Message>
<Contexts/>
</Error>

Error Codes:
1. keymanagement.service.application_not_approved
2. keymanagement.service.invalid_access_token
3. keymanagement.service.access_token_approve_failed
Last updated: about 1 month ago