v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251650.0 KB

checkin.updated

チェックインの更新

ユーザーがチェックインを更新した際に配信されるイベントです。

postWebhookcheckin.updated

Payload

eventstring required

イベント名

delivery_idstring uuid required

イベントごとの一意なID

webhook_idinteger required

Webhook設定のID

triggered_atstring date-time required

イベントの発生日時

Example payload

{
  "event": "checkin.updated",
  "payload": {
    "checked_in_at": "2020-07-21T19:19:19+0900",
    "tags": [
      "Example",
      "Example_2"
    ],
    "link": "http://example.com",
    "note": "すごく出た",
    "source": "api"
  }
}

Response

200番台のステータスコードを返すと、成功として記録されます。