Get allow/block rule
GET
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
Get Allow/Block rule
Treść odpowiedzi
category
string
wymagane
The category of the AllowBlockRule.
Possible values: all, domain, domain_suffix, email
createdAt
string
wymagane
createdBy
string
wymagane
id
string
wymagane
type
string
wymagane
The type of the AllowBlockRule.
Possible values: allow, reject, suspend
updatedAt
string
wymagane
updatedBy
string
wymagane
value
string
wymagane
workspaceId
string
wymagane
Przykład kodu
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'