Apparently when I do a request for /search endpoints that has many results I receive the HTTP error 429..
e.g:
body = {
"query": {"field": "updated_at", "operator": ">", "value": 1656362751},
"sort": {"field": "updated_at", "order": "ascending"},
"pagination": {"per_page": 150,},
}
Â
response = request.post(endpoint="https://api.intercom.io/conversations/searchquot;, payload=body)
Even if it's only one day of search it leads to that 429 error...