Contact Lists (Collection)¶
Endpoint¶
| Method | URL |
|---|---|
GET |
/contact_lists |
GET /contact_lists¶
| Parameter | Type | Description |
|---|---|---|
page |
int | Result page. Defaults to 1. |
pagesize |
int | Max per page. Range [10, 100]. Defaults to 10. |
sort |
string | Any contact list field for sorting. Defaults to name. |
q |
string | Search string filter. |
Returns: The contact list collection.