Add a contact list member
Add a person to a list you created, by handle (live profile lookup)
or by x_user_id (numeric X user id already known to SuperX).
Exactly one of the two. Naturally idempotent: adding someone already
in the list returns 200 with the existing member and
duplicate: true, and writes nothing. Main account only; needs the
write scope. No Idempotency-Key support (none is needed).
Counts against a separate live-contact-enrichment rate limit (varies by plan), in addition to the normal write limits.
Authorizations
A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.
Path Parameters
The list id from GET /v1/contact-lists.
Query Parameters
Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.