v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Fee 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

model_descriptionstring required

Model description.

Example response

{
  "model_description": "Fee model applied to org",
  "fees": [
    [
      {
        "type": "fixed",
        "amount": 10,
        "rate": 10
      }
    ]
  ]
}