GetOAuthAuthorizationUrl
Gets the OAuth authorization URL for the Spotify API. Direct the user to this URL to grant access.
Input
| Name | Type | Description |
| AuthMode | String | The OAuth flow. WEB uses Authorization Code flow.
The allowed values are APP, WEB. The default value is WEB. |
| CallbackURL | String | The redirect URL after authorization. |
| Scope | String | The access scope (space-separated Spotify scopes). |
| State | String | State parameter for CSRF protection.
The default value is test. |
Result Set Columns
| Name | Type | Description |
| URL | String | The authorization URL to redirect the user to. |