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

    Interface SmsVerificationReportResponse

    interface SmsVerificationReportResponse {
        id?: string;
        identity?: Identity;
        method?: "sms";
        reason?: string;
        reference?: string;
        source?: SourceEnum;
        status?: string;
    }
    Index

    Properties

    id?: string

    The unique ID of the verification request.

    identity?: Identity

    Identity

    method?: "sms"

    The method of the verification request. This will always be sms.

    reason?: string

    Displays the reason why a verification has FAILED, was DENIED, or was ABORTED.

    reference?: string

    The reference ID that was optionally passed together with the verification request.

    source?: SourceEnum

    Free text that the client is sending, used to show if the call/SMS was intercepted or not.

    status?: string

    The status of the verification request.