v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBProducts
Create a product
Creates a new product for the authenticated project.
post/products
Request body
Example request
{
"id": "premium_monthly"
}Response
Created product
Example response
{
"id": "premium_monthly",
"url": "/v4/products/premium_monthly",
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z"
}