查看客服组

GET /apiv2/groups/{id}.json
调用权限

agent

curl 示例
curl https://{subdomain}.kf5.com/apiv2/groups/{id}.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
  "group": {
      "id":         211
      "name":       "group1",
      ...   }}