> For the complete documentation index, see [llms.txt](https://docs.reo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reo.dev/integrations/input-sources/api-based-integration/lists-api.md).

# Lists API

Custom Lists in Reo.Dev allows Sales and Marketing teams to import, enrich, and segment accounts or developers using a CSV upload. But what if your data changes frequently, or you want to add new entries dynamically, without uploading a new file every time?

That’s where the **Lists API** comes in.

***

### Why Use the Lists API?

Unlike the CSV upload in the UI, which replaces the entire list, the **Lists API lets you add new accounts or developers to an existing list**—without starting from scratch.

**Key Advantage**:

* **Continuously update your lists** with new data.
* Avoid re-uploading or overwriting lists.

**Developer Docs:** <https://developers.reo.dev/#tag/List>

***

#### Where to Get Your API Key

To use the Lists API, your dev team will need a **Product Usage API Key**.

**Steps to find the API Key:**

1. Go to **Settings →Configurations**
2. Click **Configure** under the **API Keys** section.

{% hint style="info" %}
Note: Only users with Admin Role in Reo.Dev can access the API Keys
{% endhint %}

<figure><img src="/files/PvVs0i8SVxSfJsYETEQ3" alt=""><figcaption></figcaption></figure>

3. Copy the key under **Product Usage API**.

<figure><img src="/files/xkA4U6WZur5Jgic5dQJY" alt=""><figcaption></figcaption></figure>

***

### What the API Can Do

The Lists API supports 3 main actions:

| **Action**        | **Description**                                                     |
| ----------------- | ------------------------------------------------------------------- |
| **Create a List** | Set up a new Account or Developer list, define custom columns       |
| **Get All Lists** | Retrieve all existing lists created via API                         |
| **Add to List**   | Append new accounts or developers to a list (key advantage over UI) |

***

#### Share This With Your Tech Team

If you'd like to start using the Lists API to keep your account or developer lists always up-to-date, here’s the full API documentation:

> **🔗 Developer Docs:** <https://developers.reo.dev/#tag/List>

Share this link with your developer team or RevOps engineer to explore implementation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.reo.dev/integrations/input-sources/api-based-integration/lists-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
