Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ListActiveNumbersRequestData

    interface ListActiveNumbersRequestData {
        capability?: string;
        "numberPattern.pattern"?: string;
        "numberPattern.searchPattern"?: string;
        orderBy?: string;
        pageSize?: number;
        pageToken?: string;
        regionCode?: string;
        type?: string;
    }
    Index

    Properties

    capability?: string

    Number capabilities to filter by, SMS or VOICE.

    "numberPattern.pattern"?: string

    Sequence of digits to search for. If you prefer or need certain digits in sequential order, you can enter the sequence of numbers here. For example, 2020.

    "numberPattern.searchPattern"?: string

    Search pattern to apply. The options are, START, CONTAIN, and END.

    orderBy?: string

    Supported fields for ordering by phoneNumber or displayName.

    pageSize?: number

    The maximum number of items to return.

    pageToken?: string

    The next page token value returned from a previous List request, if any.

    regionCode?: string

    Region code to filter by. ISO 3166-1 alpha-2 country code of the phone number. Example: US, GB or SE.

    type?: string

    Number type to filter by. Options include, MOBILE, LOCAL or TOLL_FREE.