API Data Provider - Online Help

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655.0