import { CreateApiKeyRequestBody } from "pushpress/models/operations/createapikey.js";
let value: CreateApiKeyRequestBody = {
company: "Predovic - Satterfield",
};
Field | Type | Required | Description |
---|---|---|---|
company |
string | ✔️ | The ID of the company for which to create the API key |