List contacts
Contacts
List contacts
Get saved contacts from across a Tapify Teams workspace.
GET
List contacts
Tapify returns saved contacts from newest to oldest. Scan drafts are included only after someone saves them.
The response can contain contacts from the entire workspace, including messages and private notes. Keep the API key and any exported contact data secure.
Each request returns up to 100 contacts. Use
limit and offset to move through a longer list. See Pagination for an example.Authorizations
API key created under Settings → API keys.
Query Parameters
Number of results to return.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0