查看偏好设置
POST
https://api.flashcat.cloud/preference/info
最后修改时间:2023-11-16 23:33:42
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/preference/info?app_key' \
--header 'Content-Type: application/json'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"person_id": 0,
"trigger_notify": {
"critical": [
"email"
],
"warning": [
"email"
],
"info": [
"email"
]
},
"shedule_shift_notify": {
"personal_channels": [
"string"
]
}
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json