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.
使用できる値は次のとおりです。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. |