How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

tread.io AddOnCharges API

The AddOnCharges API from tread.io — 6 operation(s) for addoncharges.

tread.io AddOnCharges API is one of 58 APIs that tread.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AddOnCharges. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 6 paths, and defines 21 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.tread-horizon.com.

18 operations 6 paths 21 schemas 1 DELETE6 GET6 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.tread-horizon.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

tread.io AddOnCharges API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 18

Across 6 paths, the API surfaces 18 operations — 1 DELETE, 6 GET, 6 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.

AddOnCharges 18
GET
/v1/add_on_charges/{id}
Retrieve a single AddOnCharge
get-v1-add-on-charges-id 2 params → 200401404406
PATCH
/v1/add_on_charges/{id}
Update an AddOnCharge
patch-v1-add-on-charges-id 2 params body → 200401403404406415422
DELETE
/v1/add_on_charges/{id}
Delete an AddOnCharge
delete-v1-add-on-charges-id 2 params → 204401403404406422
POST
/v1/companies/{company-id}/invoices/{invoice-id}/add_on_charges
Create an AddOnCharge for an Invoice (company-scoped)
post-v1-companies-company-id-invoices-invoice-id-add-on-charges 3 params body → 201401403404406415422
GET
/v1/companies/{company-id}/invoices/{invoice-id}/add_on_charges
Retrieve AddOnCharges for an Invoice (company-scoped)
get-v1-companies-company-id-invoices-invoice-id-add-on-charges 6 params → 200401404406
PATCH
/v1/companies/{company-id}/invoices/{invoice-id}/add_on_charges
Batch update AddOnCharges for an Invoice for a Company
patch-v1-companies-company-id-invoices-invoice-id-add-on-charges 3 params body → 200400401403404406415422
POST
/v1/companies/{company-id}/settlements/{settlement-id}/add_on_charges
Create an AddOnCharge for a Settlement (company-scoped)
post-v1-companies-company-id-settlements-settlement-id-add-on-charges 3 params body → 201401403404406415422
GET
/v1/companies/{company-id}/settlements/{settlement-id}/add_on_charges
Retrieve AddOnCharges for a Settlement (company-scoped)
get-v1-companies-company-id-settlements-settlement-id-add-on-charges 6 params → 200401404406
PATCH
/v1/companies/{company-id}/settlements/{settlement-id}/add_on_charges
Batch update AddOnCharges for a Settlement (Company-scoped)
patch-v1-companies-company-id-settlements-settlement-id-add-on-charges 3 params body → 200400401403404406415422
POST
/v1/driver_days/{driver-day-id}/add_on_charges
Create an AddOnCharge for a DriverDay
post-v1-driver_days-driver-day-id-add-on-charges 2 params body → 201401403404406415422
GET
/v1/driver_days/{driver-day-id}/add_on_charges
Retrieve AddOnCharges for a DriverDay
get-v1-driver_days-driver-day-id-add-on-charges 5 params → 200401404406
PATCH
/v1/driver_days/{driver-day-id}/add_on_charges
Batch update AddOnCharges for a DriverDay
patch-v1-driver_days-driver-day-id-add-on-charges 2 params body → 200400401403404406415422
POST
/v1/jobs/{job-id}/add_on_charges
Create an AddOnCharge for a Job
post-v1-jobs-job-id-add-on-charges 2 params body → 201401403404406415422
GET
/v1/jobs/{job-id}/add_on_charges
Retrieve AddOnCharges for a Job
get-v1-jobs-job-id-add-on-charges 5 params → 200401404406
PATCH
/v1/jobs/{job-id}/add_on_charges
Batch update AddOnCharges for a Job
patch-v1-jobs-job-id-add-on-charges 2 params body → 200400401404406415422
POST
/v1/settlements/{settlement-id}/add_on_charges
Create an AddOnCharge for a Settlement
post-v1-settlements-settlement-id-add-on-charges 2 params body → 201401403404406415422
GET
/v1/settlements/{settlement-id}/add_on_charges
Retrieve AddOnCharges for a Settlement
get-v1-settlements-settlement-id-add-on-charges 5 params → 200401404406
PATCH
/v1/settlements/{settlement-id}/add_on_charges
Batch update AddOnCharges for a Settlement
patch-v1-settlements-settlement-id-add-on-charges 2 params body → 200400401403404406415422

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are AddOnCharge-Create (15 properties), AddOnCharge-Update (12 properties), ModelError-Item (3 properties), Destroyable (2 properties). Each schema is shown below with its type and property counts.

AddOnCharge-Read
AddOnCharge-Update-Destroyable
ModelError-Item
object
3 properties 3 required
Error
object
An Error.
1 property 1 required
AddOnRequestableType
OrderUnitOfMeasure
NullableAddOnApplicableType
stringnull
AddOnCharge-Create
object
15 properties 1 required
Destroyable
object
2 properties
UnauthenticatedError
ModelError
A Model-specific error
Identifier
object
1 property 1 required
AddOnApplicableType
UnauthenticatedError-Response
object
1 property 1 required
ModelError-Response
object
1 property 1 required
AddOnRateType
Error-Response
object
1 property 1 required
AddOnCharge-Update
object
12 properties
NullableAddOnRequestableType
stringnull
Job-Read-Nested
NullableOrderUnitOfMeasure
stringnull

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

treadio-addoncharges-api-openapi.yml Raw ↑

Other APIs tread.io publishes across the network.

tread.io AccountExternalTruckIdentifier API
tread.io Accounts API
tread.io AddOns API
tread.io Agave API
tread.io ApprovalAssignments API
tread.io Authentication API
tread.io AutoAddOnAssignments API
tread.io Companies API
tread.io CompanyDayJobStats API
tread.io CompanyShares API
tread.io Compliance API
tread.io ComplianceDocuments API
Where this information came from

This is an independent, third-party profile of tread.io AddOnCharges API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.