Get allow/block rule
GET
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
Get Allow/Block rule
Corps de la réponse
category
string
obligatoire
The category of the AllowBlockRule.
Possible values: all, domain, domain_suffix, email
createdAt
string
obligatoire
createdBy
string
obligatoire
id
string
obligatoire
type
string
obligatoire
The type of the AllowBlockRule.
Possible values: allow, reject, suspend
updatedAt
string
obligatoire
updatedBy
string
obligatoire
value
string
obligatoire
workspaceId
string
obligatoire
Exemple de code
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'