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

    Interface ActiveNumbersResponse

    Response message to list your active phone numbers.

    interface ActiveNumbersResponse {
        activeNumbers?: ActiveNumber[];
        nextPageToken?: string;
        totalSize?: number;
    }
    Index

    Properties

    activeNumbers?: ActiveNumber[]

    List of numbers associated to the client project specified in ListActiveNumbers.

    nextPageToken?: string
    totalSize?: number