GET Report Options​
Retrieve option sets by specifying a comma-separated list of field names. Each field name maps to an internal method that returns the corresponding data (e.g., countries, lists, tags, campaigns, statuses, editable_statuses, contact_types, email_sequences, automation_funnels, companies, segments, roles, user_roles_options, profile_sections, custom_fields, sms_statuses). Only recognized field names are processed; unknown names are silently skipped.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Comma-separated list of option fields to retrieve (e.g., lists,tags,statuses).
"lists,tags,statuses"Array of field names for which to include subscriber counts. Currently supports lists.
Responses​
Options retrieved successfully. The response contains an options object whose keys depend on the requested fields.