Skip to main content
POST
/
lists
/
list
List all lists in the workspace, optionally filtered by object type
curl --request POST \
  --url https://api.supersonic.cv/lists/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "object_type_slug": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
object_type_slug
string

Filter by ObjectType slug

Response

Success

The response is of type object.