@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface PartnerIdpDomainVerificationFailedData

    Webhook event types and payload interfaces for Contio Partner API

    Types are generated from the AsyncAPI specification. See: specs/asyncapi/webhooks.yaml

    Webhooks provide timely signals when partner-relevant activities occur. Payloads are intentionally minimal - use the Partner User API to fetch full details when needed.

    interface PartnerIdpDomainVerificationFailedData {
        additionalProperties?: Record<string, unknown>;
        domain: string;
        failed_at: string;
        reason: string;
        status: string;
    }
    Index
    additionalProperties?: Record<string, unknown>
    domain: string
    failed_at: string
    reason: string
    status: string