Sign inGet started

Get allow/block rule

GET
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
Get Allow/Block rule
Payload della risposta
category
string
obbligatorio
The category of the AllowBlockRule.
Possible values: all, domain, domain_suffix, email
createdAt
string
obbligatorio
createdBy
string
obbligatorio
id
string
obbligatorio
type
string
obbligatorio
The type of the AllowBlockRule.
Possible values: allow, reject, suspend
updatedAt
string
obbligatorio
updatedBy
string
obbligatorio
value
string
obbligatorio
workspaceId
string
obbligatorio
Esempio di codice
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'