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

    Interface StartWhatsAppVerificationResponse

    interface StartWhatsAppVerificationResponse {
        _links?: LinksObject[];
        id?: string;
        method?: "whatsapp";
        whatsapp?: WhatsAppContent;
    }
    Index

    Properties

    _links?: LinksObject[]

    LinksObject

    id?: string

    Verification identifier used to query for status.

    method?: "whatsapp"

    The value of the method used for the Verification. For WhatsApp Verifications, this will always be whatsapp.

    whatsapp?: WhatsAppContent

    The response contains the codeType property.