Skip to main content
POST
/
lists
/
add_entry
Add a record to a list
curl --request POST \
  --url https://api.supersonic.cv/lists/add_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

List UUID

record_id
string
required

Record UUID to add

data
object

Initial entry data (e.g. stage)

Response

Success

The response is of type object.