Lists
Create a List
Create a new List.
The List type determines the kind of entities (Companies, Persons, or Opportunities) that can be added. The requester is recorded as the creator and the owner.
post/v2/lists
Request body
Example request
{
"name": "My Companies",
"type": "company"
}Response
Created
Example response
{
"id": 1,
"name": "All companies",
"creatorId": 1,
"ownerId": 1,
"type": "company",
"createdAt": "2024-03-07T20:21:42Z"
}