Get product groups in a contractAsk AIget https://{hostname}/v1/contracts/{contract_id}/product_groupsUse this endpoint to get product groups in a contract.Path Paramscontract_idintegerrequiredThe unique ID of the contract.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200Returns the list of product groups. 401The API token or the user email is invalid. 403The request is not authorized by the server. 404A required entity is missing.Updated 7 months ago