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

    Interface NumberLookupResponse

    interface NumberLookupResponse {
        countryCode?: string;
        line?: LineResponse;
        number?: string;
        rnd?: RndResponse;
        simSwap?: SimSwapResponse;
        traceId?: string;
        voIPDetection?: VoIPDetectionResponse;
    }
    Index

    Properties

    countryCode?: string

    ISO 3166-1 alpha-2 two-letter country identifier

    An object containing information about the line type of the number.

    number?: string

    Requested MSISDN in E.164 format.

    An object containing information whether number is disconnected.

    simSwap?: SimSwapResponse

    An object containing information about the SimSwap verification performed on the number.

    traceId?: string

    The identifier for a trace.

    voIPDetection?: VoIPDetectionResponse

    An object containing information about the VoIP detection performed on the number.