v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBProducts
Get a product
Returns a single product by ID.
get/products/{product_id}
Path parameters
product_idstring required
Product identifier.
Response
Product details
Example response
{
"id": "premium_monthly",
"url": "/v4/products/premium_monthly",
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z"
}