API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /oauth1/verifiers |
| OAuth 1.0a Verifiers |
| A successful validation/verification of this API call returns the following responses and passes the request to protected resources: The access token and its attributes are made available in flow oauth_token, oauth_token_secret, oauth_response. The consumer token and its attributes are made available in the flow oauth_consumer_key, oauth_consumer_secret. If the request fails the verification, the server sends a response with an appropriate error code and error message. OAuth 1.0 verifier is a verification code tied to the request token. Both the OAuth verifier and request token must be provided in exchange for an access token. |
| Delete OAuth 1.0 Verifier | Detail | |
/oauth1/verifiers/{verifier_code} | ||
| Verb: | DELETE | |
| Description: | Deletes the issued verifier code | |
| Auth: | Basic Auth | |
| Get an OAuth 1.0 Verifier | Detail | |
/oauth1/verifiers/{verifier_code} | ||
| Verb: | GET | |
| Description: | Gets the detail of given verifier code | |
| Auth: | Basic Auth | |
| List OAuth 1.0 Verifiers | Detail | |
/oauth1/verifiers | ||
| Verb: | GET | |
| Description: | List OAuth 1.0 Verifiers | |
| Auth: | Basic Auth | |