GET /oauth/oauth10/initiate

Generates a request to the OAuth Provider for an OAuth 1.0a token, using HTTP GET.

Note: there is a corresponding operation that performs the same action using HTTP POST: POST /oauth/oauth10/initiate. For information on why you might choose one or the other, see OAuth Operations: GET or POST? For full documentation of this operation, refer to POST /oauth/oauth10/initiate.

For detailed information about this operation, refer to the documentation for the corresponding POST operation: POST /oauth/oauth10/initiate.

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.