The Companies List API has a limit of 10000 companies. Does the Retrieve API have the same limits?
In other words, can I call https://api.intercom.io/companies?page=<page>&per_page=50 and paginate over more than 10000 companies?
The Companies List API has a limit of 10000 companies. Does the Retrieve API have the same limits?
In other words, can I call https://api.intercom.io/companies?page=<page>&per_page=50 and paginate over more than 10000 companies?
Best answer by Elad Bichman
I tested it and this API also has a limit of 10000:
HTTP Request: GET https://api.intercom.io/companies?page=167&per_page=60 "HTTP/1.1 400 Bad Request"
ApiError: headers: {...}, status_code: 400, body: {'type': 'error.list', 'request_id': '...', 'errors': [{'code': 'bad_request', 'message': 'page limit reached, please use scroll API'}]}
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.