Products

Get a product.

get/v2/products/{product_id}

Path parameters

product_idstring required

Response

Success.

idstring required

LedgerUp resource identifier.

namestring required
descriptionstring nullable required
stripe_product_idstring nullable required
{"stackTrail":"components:schemas:Properties","oasType":"schema","type":"unknown","description":"Arbitrary JSON object or value. If omitted on write endpoints, the service stores an empty object."}
created_atinteger required

Unix timestamp in seconds.

updated_atinteger required

Unix timestamp in seconds.

archived_atinteger required

Unix timestamp in seconds.

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.