List All Leads
page * Fetch the results from a specific page. It defaults to 1.
per_page * The number of results to fetch per page. The maximum is 50, and if it defaults to 10.
from date-format Start date used for filtering.
to date-format End date used for filtering.
sort_by An optional identifier used for sorting results. The available options are name, email and country.
filter Optional text used for filtering results.
lead_status If provided, it will return the leads with matching status. The possible values are new_lead, qualified, unqualified, contacted, followup and attempt_to_contact.
priority If provided, it will return the leads whose priority matches this value. The possible values are low, normal, medium and high.
teammate_id If provided, it will return the customers assigned to the teammate.
countries example ?countries=de,ro A list of country codes to use for filtering.
order Determines in which order the results are returned. The available options are asc (ascending) and desc (descending). The default value is desc.