切断時の通知内容

Kroker の切断時には、 Webhook URL へリクエスト内容が送信されます。

リクエスト内容は、下記の通りです。

要素詳細
メソッドPOST
Content-Typeapplication/json
リクエストボディ(サンプル)
{
  "kroker": {
    "createdAt": "2021-12-31T13:21:23Z",
    "createdBy": "4251b4d1-5ed1-4a34-82ee-60f3e4583a1c",
    "displayName": "xxxxxxxx",
    "krokerId": "12eb97f5-afb4-4f9f-9208-3512cc5087e0",
    "publicKey": {
      "e": "xxxx",
      "kty": "RSA",
      "n": "xxxxxxx"
    },
    "status": "unconnected",
    "updatedAt": "2021-12-31T13:21:23Z",
    "updatedBy": "4251b4d1-5ed1-4a34-82ee-60f3e4583a1c"
  }
}