polar_get_authorization_url
Generate the Polar OAuth authorization URL to begin the authentication flow. Provide your Polar API client ID to receive the URL for user authorization.
Instructions
Generate the Polar OAuth authorization URL. Use this to start the OAuth flow and get an authorization code. Requires your Polar API client ID from https://admin.polaraccesslink.com/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | Your Polar API client ID from https://admin.polaraccesslink.com/ | |
| redirectUri | No | OAuth redirect URI (optional, defaults to https://localhost:8080/callback) |