setup_auth
Authenticate with Inoreader RSS reader API using OAuth 2.0. Obtain authorization URL or exchange code for access tokens to enable reading content and managing subscriptions.
Instructions
Authenticate with Inoreader via OAuth 2.0. If no code is provided, returns the authorization URL to visit. If a code is provided, exchanges it for access tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Authorization code from the OAuth callback URL (the 'code' query parameter) |