# Products Object

> Source: https://truto.one/docs/api-reference/unified-usage-metering-api/products/

Schema for the `Products` resource in **Unified Usage Metering API**.

## Properties

- **`id`** _(string, required)_
  Unique identifier for the product.
- **`name`** _(string)_
  Name of the product.
- **`description`** _(string)_
  Description for the product.
- **`created_at`** _(string)_
  Date and time when the product was created.
- **`updated_at`** _(string)_
  Date and time when the product was last updated.
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/usage-metering/products](/docs/api-reference/unified-usage-metering-api/products/list) — List Products
