Sign inGet started

Get allow/block rule

GET
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
Get Allow/Block rule
响应载荷
category
string
必填
The category of the AllowBlockRule.
Possible values: all, domain, domain_suffix, email
createdAt
string
必填
createdBy
string
必填
id
string
必填
type
string
必填
The type of the AllowBlockRule.
Possible values: allow, reject, suspend
updatedAt
string
必填
updatedBy
string
必填
value
string
必填
workspaceId
string
必填
代码示例
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'