Posts
List comments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
post_id
string
requiredQuery Parameters
after
string
Use with next_cursor
and prev_cursor
in the response to paginate through results.
limit
number
Specifies how many records to return. The default and maximum is 50.
parent_id
string
The ID of the parent comment.
sort
enum<string>
Available options:
created_at
direction
enum<string>
Available options:
asc
, desc
Response
200 - application/json
next_cursor
string | null
prev_cursor
string | null
data
object[]
requiredtotal_count
number
required