GET
List Contacts
Returns a paginated list of contacts in your sub-account.
GET
https://api.vantaxai.com/v1/contactsContacts are returned newest-first. Use the `limit` and `starting_after` cursor parameters to page through large collections, and `search` to match against name, email, or phone.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Query Parameters
sub_account_idstringrequiredThe sub-account to list contacts for.
example: sub_8a1f4c2e
limitintegeroptionalNumber of records to return (1–100). Defaults to 20.
example: 20
starting_afterstringoptionalCursor for pagination — a contact id to start after.
example: ct_9b21d3
searchstringoptionalFilter by a substring of the contact's name, email, or phone.
example: jordan
statusstringoptionalFilter by contact status.
activedeactivatedexample: active