get_authorized_app
Retrieve the name, description, and authorized users of a specific OAuth app using its app ID. Obtain app IDs from list_authorized_apps.
Instructions
Retrieve the full record for a single OAuth-authorized application.
Use when you have an app ID and need its name, description, or the users that authorized it. Use list_authorized_apps to browse all apps and discover IDs instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: app_id: The authorized app ID to inspect. Obtain from list_authorized_apps. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with id, name, description, users (array of account usernames that authorized it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |