Elyez - Free Open Source GPS Tracking
Free and Open source GPS Tracking Platform. This is the API Platform to provide easy integration and no need IP public servers to run your own platform. Open source hosted on gitlab, https://gitlab.com/elyez, customize as your needs. Free your soul and business from vendor locked system now.
Elyez - Free Open Source GPS Tracking endpoints
| Method | Endpoint | Description |
|---|---|---|
| Account | ||
| POST |
Register /register |
Register new user |
| GET |
Activate /auth/activate |
Registration activation, from email |
| POST |
Auth /auth |
Basic login to acquire auth token string |
| Devices | ||
| DELETE |
Remove Device /device/{id} |
|
| POST |
Add Device /device |
|
| GET |
List Devices /device |
|
| PATCH |
Update Device /device/{id} |
|
| GET |
Device Models /device/model |
Supported device's models |
| Geofences | ||
| DELETE |
Remove Geofence /geofence/{id} |
|
| PATCH |
Update Geofence /geofence/{id} |
|
| POST |
Add Geofence /geofence |
|
| GET |
List Geofences /geofence |
|
| Tracking | ||
| GET |
All Devices /tracking |
Track ALL user's devices |
| PUT |
Gateway /tracking/push |
GPS Data receiver (gateway). This endpoint will not affect any quota! |
| GET |
Events /tracking/events |
List all tracking events (alerts), id and name |
| GET |
Device /tracking/{id} |
Track SPESIFIC device by id |
| Webhook | ||
| POST |
Add Webhook /webhook |
|
| PATCH |
Update Webhook /webhook/{id} |
|
| DELETE |
Remove Webhook /webhook/{id} |
|
| GET |
List Webhooks /webhook |
|
Elyez - Free Open Source GPS Tracking pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $0.99 / month | — |
|
| ULTRA | $499.99 / month | — |
|
| MEGA | $49.99 / month | — |
|