Skip to main content
PATCH
Update an Engage feed

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 feed id (from GET /v1/engage/feeds).

Body

application/json
name
string
Required string length: 1 - 40
keywords
string[]

Replace the feed's keywords (makes it a keyword feed).

Required array length: 1 - 5 elements
Maximum string length: 100
x_list_id
string

Point the feed at this numeric X list id. Use this OR x_list_url.

x_list_url
string

Point the feed at this X list link.

list_id
string

Point the feed at this contact list.

account_id
string

Any account you own, meaning your main account (the default when omitted) or one linked to it. An account shared with you returns 403 writes_main_account_only.

Response

The updated feed.

data
object