API Integration
Information on using a minimal API to connect to your devices
To use this API, all calls are protected by a secure token. The token must be present in all calls and will last for 60 MINS All calls must add a he...
Fri, 21 Oct, 2022 at 11:42 AM
Call: https://www.outreach.xyz/api/login Verb: POST Body: {
"username": "sample@username.company.com",
"password": &qu...
Fri, 21 Oct, 2022 at 11:48 AM
Call: https://www.outreach.xyz/api/mydevices Verb: POST Body: EMPTY {} Response: BODY {
"success": true,
"message": nu...
Fri, 21 Oct, 2022 at 12:19 PM
Call: https://www.outreach.xyz/api/locate2 Verb: POST Body: {
"imei": "354015434303025",
"points": 5,
"startdat...
Fri, 21 Oct, 2022 at 12:00 PM