---
title: "Add Entrances to a Space"
method: POST
path: "/spaces/add_acs_entrances"
---

# Add Entrances to a Space

`POST /spaces/add_acs_entrances`

Adds [entrances](/low-level-apis/access-systems/retrieving-entrance-details) to a specific space.

## Request body

- object
  - `acs_entrance_ids` string[], required — IDs of the entrances that you want to add to the space.
  - `space_id` string, uuid, required — ID of the space to which you want to add entrances.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
