Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

inbox_id
string<uuid>
required

Email inbox UUID.

Query Parameters

page[size]
integer
default:25

Number of results to return. Defaults to 25; maximum is 100.

Required range: 1 <= x <= 100
page[after]
string

Opaque cursor returned by the previous page.

filter[label]
string

Returns only threads carrying this label. Thread labels are independent of the labels on the thread's messages.

Maximum string length: 255

Response

Paginated inbox threads.

data
object[]
required
meta
object
required