GET
/
api
/
v2
/
profit_margins
/
{profit_margin_uuid}
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/profit_margins/{profit_margin_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "lab_percent": 50,
  "merchant_uuid": "4483de5e-1000-44ac-bef1-cc6e74d8fe7f",
  "mined_percent": 35,
  "price_max": 0,
  "price_min": 0,
  "uuid": "b5209c7e-997c-4423-aeb9-a5e489285dab",
  "weight_max": 0.75,
  "weight_min": 0,
  "weight_or_price": "weight"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

profit_margin_uuid
string
required

Given UUID of the profit margin object.

Response

200 - application/json
lab_percent
integer
merchant_uuid
string
mined_percent
integer
price_max
integer
price_min
integer
uuid
string
weight_max
number
weight_min
integer
weight_or_price
string