Last updated 2 months ago
Was this helpful?
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}
The workspace ID
b4e02c85-c6d2-4b15-8885-e09671799c61
curl -L \ --url 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}' \ --header 'Authorization: Bearer JWT'
{ "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-02-21T18:15:05.004Z", "updatedBy": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-02-21T18:15:05.004Z" }