---
title: "Creates an Appointment"
method: POST
path: "/appointments"
tags: ["Appointment"]
---

# Creates an Appointment

`POST /appointments`

No special permissions required.

## Request body

- object
  - `description` string
  - `user_ids` integer[]
  - `ticket_id` integer
  - `do_not_email` boolean
  - `user_id` integer
  - `start_at` string, date-time, required
  - `end_at` string, date-time
  - `location` string
  - `summary` string, required
  - `email_customer` boolean
  - `appointment_duration` string
  - `appointment_type_id` integer
  - `customer_id` integer
  - `all_day` boolean

## Response `201`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
