Skip to main content

PaginatedResponse[ProductRead]

items object[]required
  • Array [
  • idIdrequired

    Unique numeric identifier of the record.

    nameNamerequired

    Human-readable product name.

    company_idCompany Idrequired

    ID of the owning company (the top-level tenant account).

    crm_id objectrequired

    Identifier of the matching record in the connected external CRM, if any.

    anyOf
    string
    is_activeIs Activerequired

    Whether the product is active.

    config objectrequired

    Free-form product-level configuration (JSON).

    property name*any

    Free-form product-level configuration (JSON).

    bot_typeBot Typerequired

    Product bot type (e.g. "outreach").

  • ]
  • pagePagerequired
    limitLimitrequired
    totalTotalrequired
    pagesPagesrequired
    PaginatedResponse[ProductRead]
    {
    "items": [
    {
    "id": 0,
    "name": "string",
    "company_id": 0,
    "crm_id": "string",
    "is_active": true,
    "config": {},
    "bot_type": "string"
    }
    ],
    "page": 0,
    "limit": 0,
    "total": 0,
    "pages": 0
    }