import { VaultConnectionSettingsAllRequest } from "@apideck/unify/models/operations";
let value: VaultConnectionSettingsAllRequest = {
unifiedApi: "crm",
serviceId: "pipedrive",
resource: "leads",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
unifiedApi |
string | ✔️ | Unified API | crm |
serviceId |
string | ✔️ | Service ID of the resource to return | pipedrive |
resource |
string | ✔️ | Name of the resource (plural) | leads |