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

    Interface StartDataVerificationResponse

    interface StartDataVerificationResponse {
        _links?: LinksObject[];
        id: string;
        method?: "seamless";
        seamless?: SeamlessContent;
    }
    Index

    Properties

    _links?: LinksObject[]

    LinksObject

    id: string

    Verification identifier used to query for status.

    method?: "seamless"

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

    seamless?: SeamlessContent

    The response contains the target URI.