Blocked Numbers
List Block Rules
Retrieve block rules associated with your inbound numbers.
GET
Block Rule Management – This endpoint returns block rules for either all global blocks or a specific inbound number, depending on the query parameters.
Headers
Your API key for authentication.
Query Parameters
The E.164 formatted inbound number to filter results by. If omitted, returns only global block rules.
Whether to only return currently active block rules. Default is true
. Set to false
to include deleted or inactive rules.
Response
Returns a list of block rules that match the provided filters.
Array of block rule objects.
The number of block rules returned by this request.
Echoes the filters used in the request (inbound_number
, active_only
).
null
on success, or a list of error objects if validation fails.