Skip to main content
POST

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.

Path Parameters

id
string
required

The list id from GET /v1/contact-lists.

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.

Body

application/json
handle
string

X username, with or without the @.

x_user_id
string

Numeric X user id.

Response

Already a member; nothing changed.

data
object

Compact member shape returned by the add endpoint.

duplicate
boolean