sinch.domains.numbers.api.v1.available_regions_apis module

class sinch.domains.numbers.api.v1.available_regions_apis.AvailableRegions(sinch)[source]

Bases: object

list(
types: List[Literal['MOBILE', 'LOCAL', 'TOLL_FREE'] | Annotated[str, Strict(strict=True)]] | None = None,
**kwargs,
) Paginator[AvailableRegion][source]

Lists all regions for numbers provided using the project ID. Some numbers can be configured for multiple regions. See which regions apply to your virtual number.

Parameters:
  • types (Optional[List[NumberType]]) – List of number types to filter the regions.

  • kwargs (Optional[dict]) – Additional parameters for the request.

Returns:

A paginator object containing the list of available regions.

Return type:

Paginator[Region]

For additional documentation, see https://www.sinch.com and visit our developer portal.