API reference
Navixy Repository API is a powerful asset management system that enables you to create fully customized trackable assets with any properties you need, assign GPS devices to make them location-aware, and establish relationships between assets to model your exact business operations.
Overview
This document is a reference sheet for Navixy Repository API. It briefly outlines authentication, server URLs, and endpoint names, methods, and parameters. For a detailed description of endpoints, grouped by resource, see their dedicated pages nested inside this article.
Authentication
All API requests require OAuth 2.0 Bearer authentication. Include your access token in the Authorization header:
Authorization: Bearer <ACCESS_TOKEN>For a detailed authentication flow, see Authentication.
URLs
Europe
https://api.navixy.com/repo/v0
https://keycloak.navixy.com
Americas
https://api.us.navixy.com/repo/v0
https://keycloak.us.navixy.com
API specification
Nested inside this page is a complete and interactive API reference generated from an up-to-date OpenAPI specification. It contains full endpoint paths, parameters, object schemas (models), and test API calls right from the documentation. You can view the original OpenAPI specification used to generate our API docs here.
Endpoints
Inventory
Inventory item
Master
POST
List master items with advanced filtering
q, conditions, limit, offset, sort
POST
Create a new master item
label, inventory_id, model, device_id, asset_id
POST
Update an existing master item
id, label, inventory_id, model, device_id, asset_id
POST
Activate a master item
id, model, device_id, activation_method_id, fields
Slave
POST
List slave items with advanced filtering
q, conditions, limit, offset, sort
POST
Update an existing slave item
id, label, inventory_id, asset_id, master_id
Asset
Asset type
Asset link
Last updated
Was this helpful?