---
title: "Register For Webinar Slot"
method: POST
path: "/teacher/webinars/slots/{slot_id}/register"
tags: ["Teacher - Webinars"]
---

# Register For Webinar Slot

`POST /teacher/webinars/slots/{slot_id}/register`

Register the current teacher for a webinar slot.

This endpoint will:
- Validate the slot exists and is active
- Check if the slot is not full (if max_attendees is set)
- Check if the slot is not in the past
- Prevent duplicate registrations
- Send a confirmation email in French with Paris timezone

## Path parameters

- `slot_id` string, required — The ID of the webinar slot to register for

## Response `200`

Successful Response

- RegistrationResponse — Response model for webinar registration
  - `message` string, required
  - `success` boolean, required
  - `already_registered` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/d367d251945b?raw)
