v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Products

Create Product

This endpoint creates a new Product in a specified Organization identified by the organizationId parameter, which can be obtained from the List Organizations endpoint.

post/v1/organizations/{organizationId}/products

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

Request body

namestring required

The name of the Product.

descriptionstring nullable

The description of the Product.

orderinteger nullable

The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.

Response

When the creation was successful.

productIdstring uuid required

Identifier of the Product.

namestring required

Name of the Product.

descriptionstring nullable required

Description of the Product.

orderinteger required

The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.

reasonRequiredboolean required

Determines whether a mandatory reason must be given every time when the Feature Flags or Settings within a Product are saved.

approveRequiredboolean required

Determines whether changes must be approved before they are applied within a Product.