Skip to content

Contact search request

Search for contacts using Intercom's Search API.

querySingle filter search request (object) or multiple filter search request (object)required
One of:

Search using Intercoms Search APIs with a single filter.

paginationobject or null(Pagination: Starting After)
sortobject

An optional object to sort the results by.

{ "query": { "field": "created_at", "operator": ">", "value": "73732934" }, "pagination": { "per_page": 2, "starting_after": "your-cursor-from-response" }, "sort": { "field": "created_at", "order": "descending" } }