v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-074765387.7 KB
NumbersV2Bundle

Retrieve a list of all Bundles for an account.

Retrieve a list of all Bundles for an account.

get/v2/RegulatoryCompliance/Bundles

Query parameters

Status'draft' | 'pending-review' | 'in-review' | 'twilio-rejected' | 'twilio-approved' | 'provisionally-approved'

The verification status of the Bundle resource.

The verification status of the Bundle resource. Please refer to Bundle Statuses for more details.

BundleSidsstring

A comma-separated list of Bundle SIDs to filter the results (maximum 20). Each Bundle SID must match ^BU[0-9a-fA-F]{32}$.

FriendlyNamestring

The string that you assigned to describe the resource. The column can contain 255 variable characters.

RegulationSidstring

The unique string of a Regulation resource that is associated to the Bundle resource.

IsoCountrystring

The 2-digit ISO country code of the Bundle's phone number country ownership request.

NumberTypestring

The type of phone number of the Bundle's ownership request. Can be local, mobile, national, or toll-free.

EndUserType'business' | 'individual'

The end user type of the regulation of the Bundle. Can be business or individual.

HasValidUntilDateboolean

Indicates that the Bundle is a valid Bundle until a specified expiration date.

SortBy'valid-until' | 'date-updated'

Can be valid-until or date-updated. Defaults to date-created.

SortDirection'ASC' | 'DESC'

Default is DESC. Can be ASC or DESC.

ValidUntilDatestring date-time

Date to filter Bundles having their valid_until_date before or after the specified date. Can be ValidUntilDate>= or ValidUntilDate<=. Both can be used in conjunction as well. ISO 8601 is the acceptable date format.

ValidUntilDate<string date-time

Date to filter Bundles having their valid_until_date before or after the specified date. Can be ValidUntilDate>= or ValidUntilDate<=. Both can be used in conjunction as well. ISO 8601 is the acceptable date format.

ValidUntilDate>string date-time

Date to filter Bundles having their valid_until_date before or after the specified date. Can be ValidUntilDate>= or ValidUntilDate<=. Both can be used in conjunction as well. ISO 8601 is the acceptable date format.

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