GetOAuthAuthorizationURL
Obtains the OAuth authorization URL used for authentication with various APIs.
Input
Name | Type | Description |
Scope | String | The scope of access to the API.
The default value is ZohoInventory.settings.READ ZohoInventory.contacts.READ ZohoInventory.items.READ ZohoInventory.items.READ ZohoInventory.compositeitems.READ ZohoInventory.inventoryadjustments.READ ZohoInventory.transferorders.READ ZohoInventory.salesorders.READ ZohoInventory.packages.READ ZohoInventory.invoices.READ ZohoInventory.customerpayments.READ ZohoInventory.salesreturns.READ ZohoInventory.creditnotes.READ ZohoInventory.purchaseorders.READ ZohoInventory.purchasereceives.READ ZohoInventory.bills.READ ZohoInventory.debitnotes.READ ZohoInventory.warehouses.READ. |
CallbackURL | String | The URL to be used as a trusted redirect URL, where the user will return with the token that verifies that they have granted your app access. |
AccessType | String |
The default value is offline. |
Prompt | String |
The default value is consent. |
Result Set Columns
Name | Type | Description |
URL | String | The URL where the user logs in and is prompted to grant permissions to the app. |