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_id
ID of pod.
Query parameters
q
Address or display name to search for. Matches word prefixes. Must be 2 to 256 characters.
limit
Limit of number of items returned.
page_token
Page token for pagination.
Response
This endpoint returns an object.
count
Number of items returned.
inboxes
Ordered by relevance, best match first.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
Errors
400
Validation Error
404
Not Found Error
