Conectando negócios
CompanySolutionsCoverageResponsibilityContactCCTReportsRequest a quote
Home
Developers

API & integrations

Automate quoting, shipping, tracking and invoices via REST, EDI or webhooks. Official Node, Python and Java SDKs with direct technical support.

For technology teams

Connect your ERP to Axon in an afternoon

Versioned REST API, OAuth 2.0 authentication, signed webhooks and SDKs in Node, Python and Java. Free sandbox for homologation with no time limit.

99.9%
Availability SLA
< 180ms
P95 latency
REST · EDI · AS2
Supported protocols
SOC 2 · LGPD
Compliance
curl -X POST https://api.axon.log.br/v1/quotes \
  -H "Authorization: Bearer $AXON_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "origin":      { "zipcode": "83015-130", "state": "PR" },
    "destination": { "zipcode": "04538-132", "state": "SP" },
    "cargo": {
      "weight_kg":  18200,
      "volumes":    24,
      "mode":       "FTL",
      "category":   "automotive"
    },
    "pickup_window": "2025-04-02T08:00-03:00/18:00-03:00"
  }'
Main endpoints

Quick reference

POST/v1/quotesRequest a freight quote from postcode/state, weight, dimensions and modality.
POST/v1/shipmentsCreate a shipment from an approved quote, with pickup window and contacts.
GET/v1/shipments/{id}Retrieve status, events and documents of a shipment.
GET/v1/shipments/{id}/trackReturn real-time tracking events (location, ETA, temperature).
GET/v1/shipments/{id}/cteDownload the CT-e in PDF and XML for a shipment.
POST/v1/webhooksRegister an endpoint to receive push events (status, incidents).
GET/v1/invoicesList invoices for the period, with filters by tax ID and branch.
POST/v1/occurrencesLog incidents (damage, deviation, redelivery) with attachments.
Full documentation with OpenAPI 3.1 schemas, examples per language and interactive playground: docs.axon.log.br
Native integrations

Plug-and-play with the leading market systems

If you use one of these, the Success team installs the connector in up to 15 business days.

ERP
SAP S/4HANA
ERP
Oracle NetSuite
ERP
TOTVS Protheus
CRM
Salesforce
E-commerce
Shopify
E-commerce
VTEX
E-commerce
Magento / Adobe
TMS
FlashTMS
Marketplace
Mercado Livre

Authentication

OAuth 2.0 client-credentials. JWT tokens with configurable expiration. Scopes per operation type (quotes:read, shipments:write).

Webhooks

Events signed with HMAC-SHA256. Automatic retries with exponential backoff. Dashboard to resend missed events.

Rate limits

1,000 req/min per token in production. Unlimited sandbox. X-RateLimit-* headers on every response.

Read documentationRequest sandbox access
API & integrations · Axon