---
title: "Create terminal"
method: POST
path: "/terminals"
tags: ["Terminals"]
---

# Create terminal

`POST /terminals`

## Request body

- object
  - `terminal` object, required
    - `name` string, required — The name of the terminal
    - `description` string, nullable — The description of the terminal
    - `place_id` integer, required — The place ID of the terminal
    - `marketplace_installation_id` integer, nullable — The marketplace_installation ID of the terminal

## Response `200`

OK

- object
  - `id` integer, required — The ID of the terminal
  - `resource_type` 'Terminal', required — The resource type of the terminal
  - `created_at` string, date-time, required — When the terminal was created
  - `updated_at` string, date-time, required — When the terminal was updated
  - `name` string, required — The name of the terminal
  - `description` string, nullable, required — The description of the terminal
  - `place_id` integer, required — The place ID of the terminal
  - `place` object, required — The place of the terminal
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place
  - `marketplace_installation_id` integer, nullable, required — The marketplace_installation ID of the terminal

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
