Last updated 3 months ago
Was this helpful?
Get an Allow/Block rule create Process Status
The workspace ID
b4e02c85-c6d2-4b15-8885-e09671799c61
curl -L \ --url 'https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules-bulk/{bulkId}/status' \ --header 'Authorization: Bearer JWT'
{ "workspaceId": "123e4567-e89b-12d3-a456-426614174000", "bulkId": "123e4567-e89b-12d3-a456-426614174000", "currentIndex": 1, "total": 1, "status": "pending", "errors": [ "text" ], "updatedAt": "2025-03-22T22:04:11.693Z" }