Skip to main content
GET
List the DM queue

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

limit
integer

Rows per page, 1 to 200 (default 50).

Required range: 1 <= x <= 200
offset
integer
Required range: x >= 0
status
enum<string>
Available options:
pending,
sending,
sent,
failed,
skipped
campaign_id
string
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.

Response

A page of the DM queue.

data
object[]
meta
object