@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface DeveloperApiKey

    Developer API key as returned by the backend.

    interface DeveloperApiKey {
        created_at: string;
        expires_at?: string | null;
        id: string;
        key_prefix: string;
        last_used_at?: string | null;
        name: string;
        rate_limit_monthly?: number;
        revoked_at?: string | null;
        status: string;
        tier: string;
        usage_count_monthly?: number;
    }
    Index

    Properties

    created_at: string
    expires_at?: string | null
    id: string
    key_prefix: string
    last_used_at?: string | null
    name: string
    rate_limit_monthly?: number
    revoked_at?: string | null
    status: string
    tier: string
    usage_count_monthly?: number