NumbersV2Regulation

Retrieve a list of all Regulations.

Retrieve a list of all Regulations.

get/v2/RegulatoryCompliance/Regulations

Query parameters

EndUserType'individual' | 'business'

The type of End User the regulation requires - can be individual or business.

The type of End User the regulation requires - can be individual or business.

IsoCountrystring

The ISO country code of the phone number's country.

NumberTypestring

The type of phone number that the regulatory requiremnt is restricting.

IncludeConstraintsboolean

A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 6 of the 53 revisions of this API.51

    • ▲

      the // response's property type changed from object to no type for status

      response-property-type-changed

    • ▲

      the // response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      the // response's property type changed from object to no type for status

      response-property-type-changed

    • ▲

      the // response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • ○

      added the new optional query request parameter IncludeConstraints

      new-optional-request-parameter