Skip to main content
GET
Get mentions of the account

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Query Parameters

account_id
string

Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.

cursor
string

next_cursor from the previous page. Omit for the first page.

sort
enum<string>
default:latest
Available options:
latest,
top
include_replied
boolean
default:false

Keep mentions already replied to, flagged with replied.

Response

A page of mentions.

data
object[]
pagination
object

Keyset pagination. next_cursor is present only when has_more is true; pass it back as cursor to read the next page. Cursors are opaque and are not valid across different queries.