Skip to main content
PATCH
Update a signal agent

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
integer
required

The signal agent's numeric id (from GET /v1/signals/agents).

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
name
string
Required string length: 1 - 80
icp_description
string
Required string length: 1 - 500
precision_mode
enum<string>
Available options:
high,
discovery
destination_list_id
string

Contact list id (from GET /v1/contact-lists) that receives the leads.

status
enum<string>
Available options:
active,
paused

Response

The updated agent.

data
object