Skip to main content
POST
Create a new company list

Authorizations

X-API-Key
string
header
required

Body

application/json

Name and list of companies to add to the new list

name
string
required

Name of the list to create

Example:

"My list"

company_ids
string[]

ID of company being added

is_public
boolean

Whether the list is shared with other users in the team

Example:

true

Response

The ID of the list that was created

ID of the list

Example:

"a1d2434c-e089-480a-8a27-9909d2f558b4"