GET
/
v1
/
hub
/
profit-logic
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/hub/profit-logic \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "profit": 0,
    "margin_type": "percentage",
    "action_on_change_rate": "approve",
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

SellerProfitLogicData

data
object
required