MATTR VII Platform API Events Registry - v12.22.0
    Preparing search index...

    DID_CREATE_START

    interface DidCreateStartEventSanitised {
        category: "did";
        data: {
            method: string;
            options: { [key: string]: string | boolean } | undefined;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "DID_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "did"
    data: {
        method: string;
        options: { [key: string]: string | boolean } | undefined;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "DID_CREATE_START"
    userAgent: string | undefined
    version: "1"