list_oauth_authorize
Initiate the OAuth authorization flow for an application to access Trakt data by providing client ID, redirect URI, and state.
Instructions
Authorize Application.
GET /oauth/authorize
Args: response_type: Query parameter. client_id: Query parameter. redirect_uri: Query parameter. state: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| client_id | No | ||
| redirect_uri | No | ||
| response_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |