count_contacts | Retrieve the total number of marketing contacts in the account. |
get_global_stats | Retrieve global email statistics (requests, delivered, opens, clicks, bounces, etc.) for a date range. start_date is required (YYYY-MM-DD format). end_date defaults to today. |
get_list | Retrieve a single marketing list by ID, including its contact count. |
get_scopes | Retrieve the list of scopes (permissions) granted to the API key. Use as a connectivity probe. |
get_template | Retrieve a single transactional template by ID, including its versions. |
list_bounces | List all bounced email addresses. Supports start_time and end_time (unix timestamps) for filtering, plus limit (page size) and offset pagination. |
list_global_suppressions | List all globally suppressed email addresses (addresses unsubscribed from all emails). |
list_lists | List all marketing contact lists. Supports page_size (1-1000, default 100) and page_token pagination. |
list_templates | List all transactional templates. Pass generations=dynamic to retrieve only dynamic templates. Supports page_size and page_token pagination. |
search_contacts_by_emails | Retrieve up to 100 contacts matching the given email addresses (case-insensitive). emails: array of up to 100 strings. |