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

    ECOSYSTEM_PARTICIPANT_CREATE_START

    interface EcosystemParticipantCreateStartEventSanitised {
        category: "ecosystem";
        clientId: string | undefined;
        data: {
            country: string | undefined;
            ecosystemId: string;
            id: string | undefined;
            identifiers: {
                compact: string | undefined;
                "compact-semantic": string | undefined;
                mobile:
                    | (
                        | string
                        | {
                            certificatePem: string;
                            docTypes: string[]
                            | undefined;
                            status: string;
                        }
                    )[]
                    | undefined;
                "web-semantic": string
                | undefined;
            };
            isIssuer: boolean
            | undefined;
            isIssuerConstrained: boolean | undefined;
            isVerifier: boolean | undefined;
            isVerifierConstrained: boolean | undefined;
            name: string;
            organizationAddress: string | undefined;
            organizationPhoneNumber: string | undefined;
            stateOrProvince: string | undefined;
            status: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_PARTICIPANT_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    clientId: string | undefined
    data: {
        country: string | undefined;
        ecosystemId: string;
        id: string | undefined;
        identifiers: {
            compact: string | undefined;
            "compact-semantic": string | undefined;
            mobile:
                | (
                    | string
                    | {
                        certificatePem: string;
                        docTypes: string[]
                        | undefined;
                        status: string;
                    }
                )[]
                | undefined;
            "web-semantic": string
            | undefined;
        };
        isIssuer: boolean
        | undefined;
        isIssuerConstrained: boolean | undefined;
        isVerifier: boolean | undefined;
        isVerifierConstrained: boolean | undefined;
        name: string;
        organizationAddress: string | undefined;
        organizationPhoneNumber: string | undefined;
        stateOrProvince: string | undefined;
        status: string | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_PARTICIPANT_CREATE_START"
    userAgent: string | undefined
    version: "1"