Skip to main content
POST
/
lists
/
update_entry
Update an entry's list-field values
curl --request POST \
  --url https://api.supersonic.cv/lists/update_entry \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "list_id": "<string>",
  "record_id": "<string>",
  "data": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
list_id
string
required
record_id
string
required
data
object
required

Entry data to update

Response

Success

The response is of type object.