Skip to main content

GPS Grab API Overview

Provider can save multiple GPS locations of active reservations in a single API call. This endpoint is designed for bulk GPS location updates, allowing providers to send multiple location data points efficiently. You can call this API as many times as you want. But not more than 1 times per second.

Endpoint

POST https://location.grdd.net/api/GGPS.svc/GPSgrab

Request Body Schema


Example Request Body


Success Responses

200 - Success

Returned when all GPS locations are successfully saved. Standard Success Response:

Error Responses

400 - Bad Request

Returned when the request body is invalid or missing required fields.

500 - Internal Server Error

Returned when there’s a server-side error processing the request.