Send Ignition Command
Vehicle commands
Remote ignition
Send ignition on/off via SMS and GPRS when IMEI exists.
POST
Send Ignition Command
Overview
Sends ignition on/off via SMS (Twilio) and GPRS tracker command when IMEI exists; otherwise returns 200 with{ "error": "... imei not found" }.
Endpoint
POST /api/SendIgnition
Query parameters
Legacy vehicle id.
true to turn ignition on, false off.Response
200 OK — typically empty body on success.Authorizations
JWT Bearer token obtained from POST /api/authentication/token/user or POST /api/authentication/token/api-key.
Lifetime: ~24 hours (86,399 seconds). Cache the token and reuse it. Re-authenticate 5 minutes before expiry.
Scoping:
- User tokens are scoped to a single company.
- API key tokens may restrict access to a vehicle allowlist and/or action set (see token claims).
No refresh endpoint — re-authenticate with your credentials when the token expires.
Response
Successful response
The response is of type object.