UNPKG

buena-typescript-sdk

Version:

Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management

16 lines (11 loc) 725 B
# CreateApiKeyRequest ## Example Usage ```typescript import { CreateApiKeyRequest } from "openapi/models/operations"; let value: CreateApiKeyRequest = {}; ``` ## Fields | Field | Type | Required | Description | | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | | `name` | *string* | :heavy_minus_sign: | Name for the API key | | `permissions` | *string*[] | :heavy_minus_sign: | List of permissions for the key |