LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantDomainVerifyRequest

    Request body for triggering DNS verification check.

    interface MerchantDomainVerifyRequest {
        domain: string;
    }
    Index

    Properties

    Properties

    domain: string

    Domain to verify. The www. prefix is stripped automatically by the server.

    'example.com'