Skip to main content

Save GPS API Overview

Provider can save the GPS location of the active reservations. The location can be saved as soon as chauffeur is on the way to the passenger. 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/saveGPScache

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 for both successful company registration and successful dry run validation. Standard Success Response:

Error Responses

403 - Forbidden

Returned when the token header is missing or invalid.