List native contacts
The people this sub-account calls, newest first.
Only for a sub-account with no CRM. There is nowhere else these contacts exist, so this is the system of record rather than a mirror of one: what you write here is what the agent dials and what the prompt reads.
search matches a first name, a last name, an email or any part of the number, so a caller id in any spelling finds the row. outcome narrows to transferred (handed to a person, and still callable) or not_qualified (asked not to be called, by either door).
Page with limit and skip. total counts the whole filtered set, not the page.
Required API key scope: contacts:read.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Query Parameters
The sub-account. It is the only thing that identifies the tenant on these routes, and it is re-checked against your access on every call. A sub-account that keeps its contacts in a CRM answers 400.
Match a name, an email or part of the phone number.
Narrow to transferred or not_qualified.
transferred, not_qualified Page size, 1 to 200. Defaults to 50.
1 <= x <= 200Rows to skip before the page.
x >= 0