# `Twilio.Voice.V1.DialingPermission.Country.HighRiskSpecialPrefixeService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/voice/v1/dialing_permission/country/high_risk_special_prefixe_service.ex#L2)

Service for HighRiskSpecialPrefixe API operations.

Operations: `list`

# `list`

```elixir
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)

Operation: `ListDialingPermissionsHrsPrefixes` | Tags: VoiceV1HighriskSpecialPrefix

# `stream`

```elixir
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
