POST /oauth/oauth10/token
Generates an OAuth 1.0a access token using HTTP POST.
Note: there is a corresponding operation that performs the same action using HTTP GET: GET /oauth/oauth10/token. For information on why you might choose one or the other, see OAuth Operations: GET or POST?
For detailed information about this operation, refer to the documentation for the corresponding GET operation: GET /oauth/oauth10/token.
For a broader picture of how OAuth 1.0a token management works, and how this operation files into the process flow, see OAuth: Using Tokens with OAuth 1.0a.
Authorization Roles/Permissions: Anyone can run this operation.