wafeq_contacts_list
Retrieve a paginated list of contacts from Wafeq. Filter by country, keyword, or modification date to find the records you need.
Instructions
๐ข READ-ONLY ยท Contacts ยท GET /contacts/
List contacts
Endpoint for retrieving a list of contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| country | No | ||
| keyword | No | A search term. | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| relationship | No | Multiple values may be separated by commas. | |
| created_ts_after | No | The timestamp in UTC when the bill was created | |
| created_ts_before | No | The timestamp in UTC when the bill was created | |
| modified_ts_after | No | The timestamp in UTC when the bill was last modified | |
| modified_ts_before | No | The timestamp in UTC when the bill was last modified |