DEVELOPER API

API Reference

Complete documentation for FalconEyeGPS REST API. Integrate fleet data into your applications.

GET /api/v1/vehicles
POST /api/v1/geofences
PUT /api/v1/devices/{id}
DELETE /api/v1/alerts/{id}

Quick Start

Get started with FalconEyeGPS API in minutes

1

Get Your API Key

Generate an API key from your FalconEyeGPS dashboard under Settings → API.

curl -X POST https://api.falconeyegps.com/v1/auth/api-key \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"
2

Make Your First Request

Retrieve your vehicle data with a simple GET request.

curl -X GET https://api.falconeyegps.com/v1/vehicles \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"
3

Handle Webhooks

Set up webhooks to receive real-time notifications for events.

curl -X POST https://api.falconeyegps.com/v1/webhooks \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"url": "https://your-app.com/webhooks", "events": ["vehicle.location.update"]}'

API Endpoints

Complete list of available endpoints

GET /v1/vehicles
Retrieve list of vehicles with optional filters
GET /v1/vehicles/{id}/location
Get real-time location of specific vehicle
GET /v1/geofences
List all geofences with their configurations
POST /v1/geofences
Create new geofence with custom boundaries
GET /v1/alerts
Retrieve alert history with filtering options
GET /v1/reports/trips
Generate trip reports with date range filters

SDKs & Libraries

Official libraries for popular programming languages

JavaScript

Node.js & Browser

View Docs →

Python

3.8+ compatible

View Docs →

Java

JDK 11+

View Docs →

PHP

7.4+ compatible

View Docs →

Developer Support

Need help with API integration? Our developer team is here to assist.

API Status

All Systems Operational
View Status Page →

Rate Limits

1,000 requests/hour
View Limits →
Contact Developer Support