List contacts
Returns one page of contacts, oldest change first.
This endpoint is also the export. Set limit to 500 and follow
next_cursor until it is null.
To read only what changed, send updated_since. The order makes this
safe: a contact that changes during the export moves forward in the
order, not backward, so the export cannot miss it.
Authorizations
Send your API key as Authorization: Bearer kai_live_....
Make and revoke keys in Kai, under Settings → API. Kai stores only a hash of the key, so the full key is shown one time.
Query Parameters
Contacts per page, from 1 to 500. The default is 50.
1 <= x <= 500The next_cursor value of the last response.
Matches a part of the name, email, phone or external id.
A member id to list the contacts of one account owner. Send none
for the contacts that have no owner.
An ISO 8601 timestamp. Returns contacts changed at or after it.