v6
latestOpenAPI 3.1.02026-07-311856741.1 MBproducts
public
Create Product
Create a product.
Scopes: products:write
post/v1/products/
Request body
Example request
{
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}Response
Product created.
Example response
{
"benefits": [
{
"properties": {
"repository_owner": "polarsource",
"repository_name": "private_repo"
}
}
],
"attached_custom_fields": [
{
"custom_field": {
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}
}
]
}