OAuth API Reference Index

OAuth 1.0a

Purpose Method
Allows a Consumer application to use an OAuth request_token to request user authorization. GET oauth/authenticate
Allows a Consumer application to obtain an OAuth Request Token to request user authorization. POST oauth/request_token
Allows a Consumer application to exchange the OAuth Request Token for an OAuth Access Token. POST oauth/access_token
Allows a Consumer application to use an OAuth Request Token to request user authorization. GET oauth/authorize
Allows a registered application to revoke an issued OAuth access_token by presenting its client credentials. POST oauth/invalidate_token


OAuth 2.0 Bearer Token

Purpose Method
Allows a registered application to obtain an OAuth 2 Bearer Token, which can be used to make API requests on an application's own behalf, without a user context. POST oauth2/token
Allows a registered application to revoke an issued OAuth 2 Bearer Token by presenting its client credentials. POST oauth2/invalidate_token

Was this document helpful?

Thank you for the feedback. We’re really glad we could help!

Thank you for the feedback. How could we improve this document?

Thank you for the feedback. Your comments will help us improve our documents in the future.