latestOpenAPI 3.1.02026-08-183894205.8 MB
f67a043e3190
Fee markups
List fee markups
Returns a paginated list of fee markups configured for a company. If the company is a platform account, returns the platform default markups.
Required permissions:
- company:update_child_fees
get/fee_markups
Query parameters
afterstring
Returns the elements in the list that come after the specified cursor.
beforestring
Returns the elements in the list that come before the specified cursor.
firstinteger
Returns the first n elements from the list.
Example:42
lastinteger
Returns the last n elements from the list.
Example:42
company_idstring required
The unique identifier of the company to list fee markups for. Pass a platform account identifier to retrieve platform default markups.
Example:biz_xxxxxxxxxxxxxx
Response
A successful response
Example response
{
"data": [
{
"created_at": "2023-12-01T05:00:00.401Z",
"fixed_fee_usd": 6.9,
"notes": "Approved by finance team on 2024-01-15",
"percentage_fee": 6.9,
"updated_at": "2023-12-01T05:00:00.401Z"
}
]
}