Documentation | Logiverse

Getting Started

Welcome to the Logiverse Developer Documentation. This guide will help you integrate our logistics engine into your existing workflows.

Authentication

Every request to our API must be authenticated using a Bearer token. You can generate tokens in your admin console settings under "API Access".

curl -X POST https://api.logiverse.com/v1/shipments \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "mode": "SEA", "origin": "CN-SHA" }'

API Reference

Full documentation for REST endpoints.

SDK Setup

Install our libraries for Node, Python, or Ruby.