AVECTOR OMS API v1

AVECTOR OMS API

Introduction

The AVECTOR OMS API lets partners create and manage delivery orders and the locations they use.

Orders

Create and manage deliveries for your customers.

Warehouses

Keep your pickup and drop-off locations organized.

Getting started

  1. Get your API key from the AVECTOR team.
  2. Use base URL https://api.avector.lv and open Swagger there.
  3. Call any endpoint with the header x-api-key: <your-key>.
Example — list orders
curl -X GET "https://api.avector.lv/api/orders?limit=20" \
  -H "x-api-key: YOUR_API_KEY_HERE"

Authorization

Authenticate by sending the x-api-key header with your issued key on every request.

If the header is missing or invalid, access is denied.

Keys

  • Use the key provided to you for all requests.

Usage

  • Keep your key safe; rotate it with the team when needed.

Endpoints

View all endpoints in Swagger and try them out with your key.

Orders

  • See the Orders endpoints in Swagger.

Warehouses

  • See the Warehouses endpoints in Swagger.