get https://{hostname}/v1/contracts//products
Use this endpoint to get products in a contract.
Responses
401The API token or the user email is invalid.
403The request is not authorized by the server.
404A required entity is missing.
Use this endpoint to get products in a contract.
401The API token or the user email is invalid.
403The request is not authorized by the server.
404A required entity is missing.
xxxxxxxxxx
curl --request GET \
--url https://api.oneflow.com/v1/contracts/contract_id/products \
--header 'accept: application/json'