跳转到主要内容
POST
/
preference
/
info
查看偏好设置
curl --request POST \
  --url 'https://api.flashcat.cloud/preference/info?app_key='
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "person_id": 123,
    "trigger_notify": {
      "critical": [
        "email"
      ],
      "warning": [
        "email"
      ],
      "info": [
        "email"
      ]
    },
    "shedule_shift_notify": {
      "personal_channels": [
        "<string>"
      ]
    },
    "status_page_notify": {
      "im_integrations": [
        "<string>"
      ]
    }
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

响应

200 - application/json
error
错误描述 · object

不为空时代表请求出错

data
响应数据 · object