list_signup_forms
Retrieve signup forms configured for an audience to inspect hosted and embedded form header, content, and styles before customization.
Instructions
Get the signup forms (header, body content, and styles) configured for an audience.
Use to inspect the current hosted and embedded signup forms before changing them with customize_signup_form.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if list_id is invalid.
Args: list_id: Audience/list ID (from list_audiences). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with signup_forms array. Each entry has header (object), contents (array of {section, value}), styles (array of {section, options}), and signup_form_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |