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

Authentication

This endpoint requires authentication. You must include a valid token in the request header — omitting it returns a 403 Forbidden response. To obtain an access token, see the Get Token API documentation. Headers:

Request Body Schema


Example Request Body


Success Responses

200 - Success

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

Error Responses

403 - Forbidden

Returned when the token header is missing or invalid.

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.