# List Contacts

Lists the IDs of all contacts.

Endpoint: GET /subscriber
Version: 1.0.0

## Query parameters:

  - `status` (string)
    Filter contacts by their subscription status (subscribed, pending, unsubscribed). If no value is selected, the filter defaults to subscribed, meaning only contacts with an active subscription are included.
    Example: "subscribed,pending"

  - `bounceStatus` (string)
    Filter contacts by their bounce status (hardbounce, softbounce, spambounce, nobounce). If no value is selected, the filter defaults to softbounce, spambounce, and nobounce.
    Example: "nobounce,softbounce"


