Sign inGet started

Get allow/block rule

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