AuthorizedApps
Lists all third-party applications authorized to access the Mailchimp account through OAuth integration.
View-Specific Information
Select
The provider uses 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 provider.
| Column | Supported Operators |
| Id | = |
SELECT * FROM AuthorizedApps WHERE Id = '1245'
Columns
| Name | Type | References | 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. |