v8
OpenAPI 3.1.02026-08-033623795.0 MBFee 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 nullable
Returns the elements in the list that come after the specified cursor.
beforestring nullable
Returns the elements in the list that come before the specified cursor.
firstinteger nullable
Returns the first n elements from the list.
Example:42
lastinteger nullable
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"
}
]
}