Skip to main content
GET
List published posts

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.

type
enum<string>
default:posts

Which posts to include.

Available options:
posts,
replies,
all
since
string<date-time>

UTC ISO-8601 lower bound (explicit Z or offset required).

until
string<date-time>

UTC ISO-8601 upper bound (explicit Z or offset required).

sort
enum<string>
default:posted_at
Available options:
posted_at,
likes,
impressions
limit
integer
default:20

Page size, 1 to 100.

Required range: 1 <= x <= 100
page
integer
default:1

1-based page number.

Required range: x >= 1

Response

A page of posts, newest first by default.

data
object[]
pagination
object