---
title: "Add Companies To Multiple Lists"
method: POST
path: "/v0/company_lists/add_companies"
tags: ["Company Lists"]
---

# Add Companies To Multiple Lists

`POST /v0/company_lists/add_companies`

## Request body

- BodyPostCompanyListsAddCompaniesMultipleV0
  - `list_ids` integer[] — List ids to add companies to
  - `company_ids` string[] — Company IDs (encrypted slugs) to add to the list

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/revisions/2eb2b9ef815b/schema)
