cURL
curl --request GET \ --url https://api.bland.ai/v1/blocked_numbers/{block_id} \ --header 'authorization: <authorization>'
{ "data": { "id": 123, "blocked_number": "+10000000000", "is_global": false, "inbound_number": "+18888888888", "org_id": "b7d3e9fc-5c4a-4c2a-9b8f-d1e1d1a2e333", "reason": null, "is_active": true, "created_at": "2025-01-01T00:00:00.000Z", "updated_at": "2025-01-01T00:00:00.000Z" }, "errors": null }
Retrieve the details of a specific block rule.
null
Was this page helpful?