---
title: "/webhooks/checkin/{id}"
method: POST
path: "/webhooks/checkin/{id}"
---

# /webhooks/checkin/{id}

`POST /webhooks/checkin/{id}`

Webhook IDを発行したユーザで新規チェックインを行います。

## Path parameters

- `id` string, required

## Request body

- object
  - `checked_in_at` string, date-time — チェックイン日時 (ISO 8601形式、タイムゾーンを省略した場合も受理するが動作は未定義、省略した場合はサーバのシステム日時を使用)
  - `tags` string[] — タグ (スペースを含めるのは禁止、先頭および末尾に空白が含まれている場合はtrimされる)
  - `link` string — オカズリンク (http, https)
  - `note` string — ノート
  - `is_private` boolean — 非公開チェックインとして設定
  - `is_too_sensitive` boolean — チェックイン対象のオカズをより過激なオカズとして設定

## Response `200`

チェックイン成功

- object
  - `status` number, required — HTTPステータスコードと同じ値
  - `checkin` object, required — チェックインデータ

## Other responses

- `422` — バリデーションエラー

## Changes

- **2020-07-21** `be57ea2beb88` — 3 breaking, 11 warning, 8 info
  - the request's body type/format changed from ``/`` to `object`/``
  - the `error/message` response's property type/format changed from `string`/`` to `object`/`` for status `422`
  - the `error/violations` response's property type/format changed from `array`/`` to `string[]`/`` for status `422`
  - removed `#/components/schemas/UpdateCheckin, subschema #2` from the request body `allOf` list
  - …18 more

[Change history](https://skmtc.dev/shikorism/apis/tissue-api/changes/webhooks/checkin/:id/post.md)

---

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