Passa al contenuto principale

Cerca liste contatti

GET 

/api/partner-gateway/v1/contacts/list

Returns a paginated list of contact lists in your account matching the provided filters. Contact lists are named groups of contacts that serve as the recipient audience for campaigns. A single contact can belong to multiple lists. Use the search parameter to find lists by name (case-insensitive partial match). Use id (comma-separated) to retrieve specific lists by their IDs. Use contactIds (comma-separated) to find all lists that contain specific contacts, which is useful for understanding which lists a contact is a member of. Set isTest=true to retrieve only test lists used for sending test campaigns, or isTest=false to exclude them. By default, deleted lists are excluded. Set includeDeleted=true to include soft-deleted lists in the results. Results are paginated: page is 0-based, limit defaults to 10 (maximum 1000). Use sortBy to choose the sort field (defaults to name) and sortOrder for asc or desc. Returns 500 if an unexpected server error occurs.

Richiesta

Risposte

Liste contatti recuperate con successo