Skip to main content

I have about 110 users and about 55 leads. The getContacts method returns only 55 contacts in two pages. Looks like an API bug.

Hi @user327​ ,

 

To get all your contacts, you should use:

https://developers.intercom.com/intercom-api-reference/reference#list-contacts/p>

 

$ curl https://api.intercom.io/contacts\

-H 'Authorization:Bearer <Your access token>' \

-H 'Accept:application/json'


Reply