Create product
Creates a new product.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Body
Create a product with a unique identifier, optional display name, description, and metadata.
The unique identifier for the entity
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Display name of the product
255Description of the product
255Indicates if multiple subscriptions to this product are allowed
Additional metadata for the product
Response
The newly created product object.
Response object
Product configuration object
