List Products
GET/v1/products
This endpoint returns the list of the Products that belongs to the user.
Responses
- 200
- 429
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
organization
object
Details of the Organization.
organizationId uuid
Identifier of the Organization.
name stringnullable
Name of the Organization.
productId uuid
Identifier of the Product.
name stringnullable
Name of the Product.
description stringnullable
Description of the Product.
order int32
The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.
reasonRequired boolean
Determines whether a mandatory reason must be given every time when the Feature Flags or Settings within a Product are saved.
[
{
"organization": {
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
},
"productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"order": 0,
"reasonRequired": true
}
]
Too many requests. In case of the request rate exceeds the rate limits.
Loading...