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

    Interface CreateDeveloperKeyResponse

    Response from POST /api/developers/keys (201).

    interface CreateDeveloperKeyResponse {
        key: {
            created_at: string;
            id: string;
            key_prefix: string;
            name: string;
            rate_limit_monthly: number;
            raw_key: string;
            tier: string;
        };
        message: string;
    }
    Index

    Properties

    Properties

    key: {
        created_at: string;
        id: string;
        key_prefix: string;
        name: string;
        rate_limit_monthly: number;
        raw_key: string;
        tier: string;
    }
    message: string