Products

List products.

get/v2/products

Query parameters

limitinteger

Maximum number of records to return. Defaults to 100.

starting_afterstring

Cursor resource id from the previous page.

Response

Success.

has_moreboolean required

Example response

{
  "data": [
    {
      "name": "Text-to-speech",
      "stripe_product_id": "prod_123",
      "created_at": 1767225600,
      "updated_at": 1767225600,
      "archived_at": 1767225600
    }
  ]
}

Changes