List all Contact Lists
Contact List
List all Contact Lists
Retrieves all contact lists in this user account. If workspace_id query parameter is provided, only fetches lists from that workspace.
GET
List all Contact Lists
Documentation Index
Fetch the complete documentation index at: https://docs.deliveryman.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: X-Api-Key <your_key>
Query Parameters
Maximum number of records to fetch in the current page. Must be between 1 and 100.
Required range:
1 <= x <= 100Number of records to skip before fetching the results.For example, an offset of 0 starts at the beginning, while an offset of 50 fetches records starting from the 51st. If offset is greater than number of records available, results will be empty.
Required range:
x >= 0Fetch contact lists from this workspace only.