Skip to content

CreateScopedApiKeyResponseBody

Key minted (plaintext returned once)

Example Usage

typescript
import { CreateScopedApiKeyResponseBody } from "@meetkai/mka1/models/operations";

let value: CreateScopedApiKeyResponseBody = {
  id: "<id>",
  userId: "<id>",
  userType: "user",
  orgId: null,
  teamId: "<id>",
  scopes: [
    "<value 1>",
    "<value 2>",
    "<value 3>",
  ],
};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
namestringN/A
keystringN/A
prefixstringN/A
startstringN/A
userIdstring✔️N/A
userTypeoperations.UserType✔️N/A
orgIdstring✔️N/A
teamIdstring✔️N/A
scopesstring[]✔️N/A
expiresAtstringN/A