---
title: "Add reply to incident"
method: POST
path: "/v1/incidents/{id}/replies"
tags: ["Incidents"]
---

# Add reply to incident

`POST /v1/incidents/{id}/replies`

Staff: authenticate with API key or session. Customer: pass `customer_token` query param.

## Path parameters

- `id` string, required

## Query parameters

- `customer_token` string

## Request body

- object
  - `body` string, required
  - `author_name` string
  - `author_email` string

## Response `200`

Default Response

---

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