AuthorizedApps
A list of applications authorized to access the account.
Table Specific Information
Select
The add-in will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- Id supports the '=' operator.
SELECT * FROM AuthorizedApps WHERE Id = '1245'
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id for this application integration. |
| Name | String | The name of the application. |
| Description | String | The description for the application. |
| Users | String | An array of usernames of the users who have linked this app. |