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