List threads
Messages
List threads
List threads for an inbox. Use is_read to filter by read status — for example, ?is_read=false returns only unread threads.
GET
List threads
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Required range:
x <= 100Filter by read status. true = read threads only, false = unread threads only. Omit to return all.