Get allow/block rule
Authorizations
Path parameters
workspaceIdstring · uuidRequiredExample:
The workspace ID
b4e02c85-c6d2-4b15-8885-e09671799c61
allowBlockRuleIdstring · uuidRequired
Responses
200
The Allow/Block rule.
application/json
404
The resource specified in the URL was not found
application/json
get
GET /workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId} HTTP/1.1
Host: api.bird.com
Authorization: Bearer JWT
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"category": "all",
"value": "text",
"type": "allow",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-07-12T01:47:16.969Z",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-07-12T01:47:16.969Z"
}
Last updated
Was this helpful?