Skip to main content
POST
Set feedback on a lead

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 lead's numeric id (from GET /v1/signals/leads).

Body

application/json
feedback
enum<string> | null
required

fit = a good lead, not_fit = a bad one, null clears the verdict.

Available options:
fit,
not_fit,
null
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 stored verdict.

data
object