Get metadata on a single List
Lists
Get metadata on a single List
Retrieve detailed information about a specific List you have access to view. Returns List configuration including name, owner, privacy settings, and creation details.
GET
Get metadata on a single List
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
List ID
Required range:
1 <= x <= 9007199254740991Response
OK
ListWithType model
The unique identifier for the list
Required range:
1 <= x <= 9007199254740991Example:
1
The name of the list
Example:
"All companies"
The ID of the user that created this list
Required range:
1 <= x <= 9007199254740991Example:
1
The ID of the user that owns this list
Required range:
1 <= x <= 9007199254740991Example:
1
Whether or not the list is public
Example:
false
The entity type for this list
Available options:
company, opportunity, person Example:
"company"