Skip to main content
GET
/
api
/
v2
/
profit_margins
/
{profit_margin_uuid}
Get Profit Margin
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/profit_margins/{profit_margin_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "lab_percent": 123,
  "merchant_uuid": "<string>",
  "mined_percent": 123,
  "price_max": 123,
  "price_min": 123,
  "uuid": "<string>",
  "weight_max": 123,
  "weight_min": 123,
  "weight_or_price": "<string>"
}

Authorizations

Authorization
string
header
required

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

OK

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