跳转到主要内容
POST
/
template
/
info
模板详情
curl --request POST \
  --url 'https://api.flashcat.cloud/template/info?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "template_id": "<string>"
}
'
{
  "error": {},
  "data": {
    "template_id": "<string>",
    "account_id": 123,
    "template_name": "<string>",
    "status": "enabled",
    "creator_id": 123,
    "updated_by": 123,
    "created_at": 123,
    "updated_at": 123,
    "team_id": 123,
    "description": "<string>",
    "email": "<string>",
    "sms": "<string>",
    "feishu": "<string>",
    "dingtalk": "<string>",
    "wecom": "<string>",
    "feishu_app": "<string>",
    "dingtalk_app": "<string>",
    "wecom_app": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
template_id
string
必填

响应

200 - application/json
error
object
data
object