Prices

List prices.

get/v2/prices

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": [
    {
      "stripe_price_id": "price_123",
      "billing_mode": "last_metric_reported",
      "currency_code": "USD",
      "interval": "month",
      "created_at": 1767225600,
      "updated_at": 1767225600,
      "archived_at": 1767225600
    }
  ]
}

Changes