v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFee models
Get fee model
Get a fee model given its ID in the path.
get/v1/fee/models/{model_id}
Path parameters
model_idstring required
Fee model ID
Query parameters
withAttachmentsResumeboolean
Allows you to add information relating to model attachments to the query result
Headers
Authorizationstring required
Access token, not an account-specific token. Tokens can expire quickly, which can result in an <b>401 Unauthorized</b> message
Response
OK
Example response
{
"model_description": "Fee model applied to org",
"fees": [
[
{
"type": "fixed",
"amount": 10,
"rate": 10
}
]
]
}