---
title: "Create recall type"
method: POST
path: "/recall_types"
tags: ["Recall Type"]
---

# Create recall type

`POST /recall_types`

## Request body

- object
  - `default_duration` integer
  - `default_duration_type` 10 | 20 | 30, nullable — | Enum Value | Description | |---|---| | 10 | Day | | 20 | Week | | 30 | Month |
  - `name` string

## Response `201`

Resource was created

- RecallType
  - `archived_at` string, date-time, nullable
  - `created_at` string, date-time
  - `default_duration` integer
  - `default_duration_type` 10 | 20 | 30, nullable — | Enum Value | Description | |---|---| | 10 | Day | | 20 | Week | | 30 | Month |
  - `default_duration_type_description` 'Day' | 'Month' | 'Week', nullable
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `name` string
  - `updated_at` string, date-time

## Other responses

- `422` — Resource could not be saved due to validation errors

---

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