Partner Alerts

This API notifies the GPS integration service to update partner alerts for a specific vehicle based on its ESN, VIN, and alert status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request Body

{
    "esn": "72.85.1.147",
    "vin": "JN8AS5MVXDW622873",
    "status": "Accident"
}

Request Fields

  • esn – Electronic Serial Number of the GPS device associated with the vehicle.
  • vin – Vehicle Identification Number used to uniquely identify the vehicle.
  • status – Type of partner alert being cancelled or updated (for example: Accident, Theft, Recovery).

Response

The response confirms whether the GPS partner alert was processed successfully.


Response Body


{
  "message": "Success"
}

Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!