Member Junction
    Preparing search index...

    Result of creating an API key

    interface CreateAPIKeyResult {
        APIKeyID?: string;
        Error?: string;
        RawKey?: string;
        Success: boolean;
    }
    Index

    Properties

    APIKeyID?: string

    The database ID of the created key

    Error?: string

    Error message if operation failed

    RawKey?: string

    The raw API key - show once and cannot be recovered

    Success: boolean

    Whether the operation succeeded