TDV Adapter for Sage Business Cloud Accounting

Build 22.0.8462

GetOAuthAuthorizationURL

Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL.

Input

Name Type Required Description
CallbackUrl String False The URL that Sage Business Cloud Accounting will return to after the user has authorized your app.
Scope String False The scope or permissions you are requesting.

The allowed values are readonly, full_access.

State String False The same value for state that you sent when you requested the authorization code.

Result Set Columns

Name Type Description
URL String The authorization URL, entered into a Web browser to obtain the verifier token and authorize your app.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462