Skip to main content
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

Authorization
string
header
required

API key created under Settings → API keys.

Query Parameters

limit
integer
default:100

Number of results to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip.

Required range: x >= 0

Response

A paginated list of contacts

data
object[]
required
pagination
object
required

Information for moving through a list of results.