---
title: "Send reminder"
method: POST
path: "/v3/approval/send-reminder"
tags: ["[v3] Approval"]
---

# Send reminder

`POST /v3/approval/send-reminder`

Send reminder

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `approvalIds` unknown[], required — Array of approval ids
    - unknown
  - `message` string — Comment send in mail

## Response `200`

OK

- object
  - `message` string

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.
- `default` — Default

---

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