API referenceLists
Overview
Your own collections of companies and people.
Your own collections of companies and people. Entirely free: managing your own data is not a data purchase.
| Endpoint | Route | Cost |
|---|---|---|
| List your lists | GET /lists | 0 credits |
| Create a list | POST /lists | 0 credits |
| Retrieve a list | GET /lists/{list_id} | 0 credits |
| Update a list | PATCH /lists/{list_id} | 0 credits |
| Delete a list | DELETE /lists/{list_id} | 0 credits |
| List the items of a list | GET /lists/{list_id}/items | 0 credits |
| Add a company or person to a list | POST /lists/{list_id}/items | 0 credits |
| Remove an item from a list | DELETE /lists/{list_id}/items/{list_item_id} | 0 credits |