List subscribers
GET/v2/subscriptions/subscribers
Retrieves a list of all subscribers.
Filtering
This endpoint supports filtering. For the general syntax, see Filtering.
The following attributes and operators are supported.
| Operator | Attribute | Description |
|---|---|---|
eq | account_id, name, email, external_ref | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |
in | account_id, name, email, external_ref | In. Checks if the value is in the specified list. If it is, the condition is true. |
like | name, email | Partial match (case-sensitive). Use * at the start, end, or both to match any sequence of characters (e.g. *substring, substring*, *substring*). |
ilike | name, email | Partial match (case-insensitive). Same as like but matching ignores case. Use * at the start, end, or both to match any sequence of characters. |
Request
Responses
- 200
- 400
- 500
Success. A list of subscribers is returned.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.