Retrieve a paginated list of contacts with filtering capabilities
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer authentication header of the form Bearer <token> |
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number (default: 1, min: 1) |
size | integer | No | Items per page (default: 50, min: 1, max: 100) |
name | string | No | Filter by contact name |
uuid | string (UUID) | No | Filter by contact UUID |
account-number | string | No | Filter by account number |
risk-level | string | No | Filter by risk level |
workflow-uuid | string (UUID) | No | Filter by workflow UUID |
reminders-enabled | boolean | No | Filter by reminders enabled status |
total-amount-from | number | No | Filter by minimum total amount |
total-amount-to | number | No | Filter by maximum total amount |
outstanding-amount-from | number | No | Filter by minimum outstanding amount |
outstanding-amount-to | number | No | Filter by maximum outstanding amount |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
255255x >= 11 <= x <= 100