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

API Resource Path: /oauth1/accesstokens
Oauth 1.0a Access Tokens
Apigee Enterprise validates the API key, retrieves the service profile associated with the API key, and checks to see that the quota has not been exceeded. When you apply OAuth to the API, Enterprise checks the request for an access token. Apigee Enterprise uses access tokens to define a user's permissions for modifying and using a specific API. If an access token is present, and the API is within the scope of the access token, you are allowed to access the API. Prerequisites to use this API call are: The provider has created an organization. You have a valid user ID as a developer. You have created an App. You have a valid consumer key. An access token has been generated.
Approve Oauth 1.0 Access TokenDetail
/oauth1/accesstokens/{access_token}?action=approve
Verb:POST
Description:Approves the specified Access Token
Auth:Basic Auth
Delete Oauth 1.0 Access TokenDetail
/oauth1/accesstokens/{access_token}
Verb:DELETE
Description:Deletes the specified access token
Auth:Basic Auth
Get count of Oauth 1.0 Access TokensDetail
/oauth1/accesstokens
Verb:GET
Description:Returns a count of all 1.0a access tokens in an orgnization
Auth:Basic Auth
Get Oauth 1.0 Access TokenDetail
/oauth1/accesstokens/{access_token}
Verb:GET
Description:Fetches the details of given access token
Auth:Basic Auth
Revoke Oauth 1.0 Access TokenDetail
/oauth1/accesstokens/{access_token}?action=revoke
Verb:POST
Description:Revokes the issued accesstoken
Content Types:
application/x-www-url-form-encoded
Auth:Basic Auth
Update Oauth 1.0 Access TokenDetail
/oauth1/accesstokens/{access_token}
Verb:POST
Description:Updates the attributes of given accesstoken
Auth:Basic Auth