list_authorized_apps
Audit OAuth-authorized third-party apps connected to your Mailchimp account and retrieve their IDs for management.
Instructions
List applications that have been granted OAuth access to this Mailchimp account.
Use this to audit which third-party apps are connected and discover their IDs. Use get_authorized_app for the full record of a single app.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and apps array. Each app: id, name, description, users (array of account usernames that authorized it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |