Introduction
The Tarifflo REST API is served from https://api.tarifflo.com. All endpoints accept and return JSON. Classification and tariff-rate lookups are asynchronous: the request is validated synchronously and returns 202 Accepted with a jobId, then the completed result is POSTed to the webhookUrl you supply.
Use the navigation to move through authentication, each endpoint, webhooks, and error handling.