---
title: "Create availability rule"
method: POST
path: "/v1/availability"
tags: ["Availability"]
---

# Create availability rule

`POST /v1/availability`

Create a single weekly availability window for the authenticated user.

## Request body

- object
  - `day_of_week` integer, required — 0=Sunday, 6=Saturday
  - `start_time` string, required — HH:MM
  - `end_time` string, required — HH:MM
  - `timezone` string

## Response `201`

Default Response

- object

---

[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)
