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

    Interface Identity

    Specifies the type of endpoint that will be verified and the particular endpoint. number is currently the only supported endpoint type.

    interface Identity {
        endpoint: string;
        type: "number";
    }
    Index

    Properties

    Properties

    endpoint: string

    For type number use an E.164-compatible phone number.

    type: "number"

    Currently only number type is supported.