cURL
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>" }
Get profit margin according to profit_margin_uuid.
A profit margin object.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Given UUID of the profit margin object.
OK