Interface iCreateApiKeyPayload

interface iCreateApiKeyPayload {
    intendedUse: string;
    label: string;
}

Properties

Properties

intendedUse: string

The intended use for the API key

label: string

The label for the API key

MMNEPVFCICPMFPCPTTAAATR