---
title: "Retrieve a list of all Regulations."
method: GET
path: "/v2/RegulatoryCompliance/Regulations"
tags: ["NumbersV2Regulation"]
---

# Retrieve a list of all Regulations.

`GET /v2/RegulatoryCompliance/Regulations`

Retrieve a list of all Regulations.

## Query parameters

- `EndUserType` 'individual' | 'business' — The type of End User the regulation requires - can be `individual` or `business`.
- `IsoCountry` string
- `NumberType` string
- `IncludeConstraints` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `results` NumbersV2RegulatoryComplianceRegulation[]
    - `sid` string, nullable — The unique string that identifies the Regulation resource.
    - `friendly_name` string, nullable — A human-readable description that is assigned to describe the Regulation resource. Examples can include Germany: Mobile - Business.
    - `iso_country` string, nullable — The ISO country code of the phone number's country.
    - `number_type` string, nullable — The type of phone number restricted by the regulatory requirement. For example, Germany mobile phone numbers provisioned by businesses require a business name with commercial register proof from the Handelsregisterauszug and a proof of address from Handelsregisterauszug or a trade license by Gewerbeanmeldung.
    - `end_user_type` 'individual' | 'business' — The type of End User the regulation requires - can be `individual` or `business`.
    - `requirements` unknown
    - `url` string, uri, nullable — The absolute URL of the Regulation resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/numbers-v2.md) · [All operations](https://skmtc.net/twilio/apis/numbers-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/numbers-v2/revisions/4e238625c212/schema)
