Retrieve a list of contactsCopy Pageget https://api.corporatemerch.com/v2/contacts📘AuthenticationProvide your bearer token in the Authorization header. Example: Authorization: Bearer 123Query ParamslimitstringReturn up to this many results per page. (≤ 50 default 15)pagestringReturn the data of the specified pagesearchstringFilters contacts by matching the search term against firstname, lastname, company_name, country, or email. Supports partial matches.tagsstringA comma-separated list of numeric Tag IDs (e.g., 12,45,89). Only contacts associated with these specific labels will be returned.typestringFilters the results by the contact_type field. Must be an exact string match (e.g., lead, customer, partner)..Response 200200Updated about 3 hours ago