---
title: "Subscribe a contact to list(s)"
method: POST
path: "/data/contacts/{id}/lists/subscribe"
tags: ["Contact"]
---

# Subscribe a contact to list(s)

`POST /data/contacts/{id}/lists/subscribe`

Subscribe a contact to one or more lists.

## Path parameters

- `id` string, required

## Request body

- object
  - `list_ids` integer[], required

## Response `200`

Contact has been sucessfully subscribed to the list(s).

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Contact not found.

---

[API](https://skmtc.dev/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.dev/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
