Search Inboxes

Searches inboxes in the pod by address or display name, ranked by relevance. Each word in the query matches the start of a word in the address or display name, so `sup` matches `support@example.com` but `port` does not. An exact address match always ranks first. `limit` cannot exceed 100. A page can be empty and still carry a `next_page_token`; keep paging until the token is absent.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

pod_idstringRequired
ID of pod.

Query parameters

qstringRequired
Address or display name to search for. Matches word prefixes. Must be 2 to 256 characters.
limitintegerOptional
Limit of number of items returned.
page_tokenstringOptional
Page token for pagination.

Response

This endpoint returns an object.
countinteger
Number of items returned.
inboxeslist of objects
Ordered by relevance, best match first.
limitintegerOptional
Limit of number of items returned.
next_page_tokenstringOptional
Page token for pagination.

Errors

400
Validation Error
404
Not Found Error