Developer Documentation
Vectis API Reference
Build powerful integrations with our RESTful API. Manage orders, inventory, packages, and shipments programmatically.
70+
Public Endpoints
OpenAPI 3.1
Specification
REST
Architecture
JSON
Response Format
Quick Start
Authentication
OAuth 2.0 client credentials flow:
# 1. Get access token
POST https://api.vectisoms.app/oauth/token
# 2. Use token in requests
curl -H "Authorization: Bearer <token>" \
https://{tenant}.vectisoms.com/api/orders
Base URL
API requests use your tenant subdomain:
https://{tenant}.vectisoms.com/api