---
title: "Create reminder for an event"
method: POST
path: "/events/{eventId}/reminders"
tags: ["Events"]
---

# Create reminder for an event

`POST /events/{eventId}/reminders`

Creates a new reminder for an event.

## Path parameters

- `eventId` string, required

## Request body

- ReminderDto
  - `offset` integer
  - `offsetTypeId` integer
  - `isAllDayReminder` boolean
  - `userIds` string[], nullable

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `403` — When the authenticated account does not have access to the event.
- `404` — When event with specified id does not exist.

---

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