Everything you need to integrate with the FreightToolkit API
Welcome to the FreightToolkit API documentation. Our RESTful API provides programmatic access to freight classification data and carrier service information, enabling seamless integration with your logistics and transportation management systems.
All API responses are returned in JSON format with consistent structure:
{
"data": [...], // Array or object containing requested data
"pagination": { // Present when listing resources
"total": 150,
"limit": 100,
"offset": 0,
"has_more": true
}
}
Our developer support team is here to help you integrate successfully.