Backend functionality
Getting started with Navixy Backend API
Introduction
Overview
Standard Workflow
$ curl -X POST 'https://api.navixy.com/v2/tracker/list' \ -H 'Content-Type: application/json' \ -d '{ "hash": "your_api_key_hash" }'$ curl -X POST 'https://api.navixy.com/v2/track/list' \ -H 'Content-Type: application/json' \ -d '{ "hash": "your_api_key_hash", "tracker_id": 12345 }'$ curl -X POST 'https://api.navixy.com/v2/track/read' \ -H 'Content-Type: application/json' \ -d '{ "hash": "your_api_key_hash", "track_id": 67890 }'
API Base URL
API Calls Format
Examples
Request and Response Format
Ensuring Compatibility
Authorization and Access Levels
Data Types
Type
Description
String Validation Rules
Date/Time Formats
Example
Response Example with Fixed Offset Date/Time
Response Example with UTC Date/Time
Next Steps
Last updated
Was this helpful?