AuthorizedApps
Lists all third-party applications authorized to access the Mailchimp account through OAuth integration.
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 unique identifier of the authorized application integration connected to the Mailchimp account. |
| Name | String | The display name of the application authorized to access the account. |
| Description | String | A brief description of the application, outlining its purpose or functionality within the integration. |
| Users | String | A list of Mailchimp usernames associated with the users who have linked this application to their account. |