Products
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.