Create a List
| ⚠️ This endpoint is currently in BETA |
|---|
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating a new List
The name of the List
1 - 255"My Companies"
The entity type for the List
company, opportunity, person "company"
Whether the List is public. Public Lists are visible to all users in the organization. Creating a public List requires the "Share accessible Lists globally" permission.
false
Response
Created
ListWithType model
The unique identifier for the list
1 <= x <= 90071992547409911
The name of the list
"All companies"
The ID of the user that created this list
1 <= x <= 90071992547409911
The ID of the user that owns this list
1 <= x <= 90071992547409911
Whether or not the list is public
false
The entity type for this list
company, opportunity, person "company"
The date and time the list was created
"2024-03-07T20:21:42Z"