---
title: "POST /on-call-schedules"
method: POST
path: "/on-call-schedules"
tags: ["on-call-schedules"]
---

# POST /on-call-schedules

`POST /on-call-schedules`

Creates a `OnCallSchedule` objects.

## Request body

- CreateOnCallScheduleInfo — # CreateOnCallScheduleInfo Object ### Description The `CreateOnCallScheduleInfo` object is used to describe the on call schedule object to be created.
  - `third_party_provider` 'OPSGENIE' | 'PAGER_DUTY', required — The third party provider of the on call schedule.
  - `remote_id` string, required — The remote ID of the on call schedule

## Response `200`

The on call schedule that was created.

- OnCallSchedule — # OnCallSchedule Object ### Description The `OnCallSchedule` object is used to represent an on call schedule. ### Usage Example Update a groups on call schedule from the `UPDATE Groups` endpoint.
  - `on_call_schedule_id` string, uuid — The ID of the on-call schedule.
  - `third_party_provider` 'OPSGENIE' | 'PAGER_DUTY' — The third party provider of the on call schedule.
  - `remote_id` string — The remote ID of the on call schedule
  - `name` string — The name of the on call schedule.

---

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