Skip to main content
GET
Comments, replies and mentions, most recent first

Authorizations

Authorization
string
header
required

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

Query Parameters

profileId
string

Restrict to one profile.

accountId
string

Restrict to one connected account.

platform
enum<string>
Available options:
instagram,
whatsapp,
tiktok,
telegram,
youtube,
x,
facebook,
meta_ads,
linkedin,
threads
kind
enum<string>

comment = left on one of your posts (you can reply, hide, delete). mention = someone else’s post naming you (you can only reply).

Available options:
comment,
mention
postId
string

Restrict to the comments of one post (platform post id).

status
enum<string>

Defaults to pending — what still needs an answer. pending excludes your own replies and anything deleted, since neither is waiting on you.

Available options:
pending,
handled,
all
limit
string

Page size (1-200, default 50).

before
string

The nextCursor of the previous call, to walk further back.

Response

200 - undefined