Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
SellerProfitLogicData
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>"
}
}
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>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
SellerProfitLogicData
Show child attributes