---
title: "Register to an event"
method: POST
path: "/api/events/{event_id}/register"
tags: ["events"]
---

# Register to an event

`POST /api/events/{event_id}/register`

Register the current patient to a support event.

## Path parameters

- `event_id` string, uuid, required

## Response `200`

Successful Response

- EventRegistrationStatusResponse — Current patient's registration status for an event.
  - `event_id` string, uuid, required
  - `is_registered` boolean, required
  - `registrations_count` integer, required — Total patients registered to the event

## Other responses

- `422` — Validation Error

---

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