Sign inGet started

Get allow/block rule

GET
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
Get Allow/Block rule
Cuerpo de la respuesta
category
string
obligatorio
The category of the AllowBlockRule.
Possible values: all, domain, domain_suffix, email
createdAt
string
obligatorio
createdBy
string
obligatorio
id
string
obligatorio
type
string
obligatorio
The type of the AllowBlockRule.
Possible values: allow, reject, suspend
updatedAt
string
obligatorio
updatedBy
string
obligatorio
value
string
obligatorio
workspaceId
string
obligatorio
Ejemplo de código
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'