Answered

API getContacts method returns only leads

  • 17 September 2020
  • 1 reply
  • 9 views

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

icon

Best answer by Roy 17 September 2020, 18:24

View original

1 reply

Userlevel 1
Badge

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