Chats, Messages, Attachments, and Contacts have a unified search API residing on each of their endpoints. There are two types of searches.

  1. Basic search, give your query and get your results.
  2. Bulk search – provide multiple queries, each with their own identifier. These queries will resolve concurrently, and are generally faster than if you were to run multiple searches consecutively.

Search Parameters


GET /:resource/search

Perform a regular search

Query String

The query string can be any combination of the search parameters for the given resource

Response


POST /:resource/search/bulk

Perform a bulk search

Request

Response