Skip to main content
GET
List threads

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

limit
integer
default:50
offset
integer
default:0
is_read
enum<string>

Filter by read status. true = read threads only, false = unread threads only. Omit to return all.

Available options:
true,
false

Response

List of threads

List of threads

data
object[]
total
integer