API Reference

Get Vehicle

Get the details of a specific vehicle using its external_id or the id generated by Bringg.

📘

This endpoint uses query params

Instead of sending a payload, include the id or external_id in the endpoint URL. For example:

https://developer-api.bringg.com/services/<service-id>/<secret-1>/<secret-2>/?id=12345

https://developer-api.bringg.com/services/<service-id>/<secret-1>/<secret-2>/?external_id=v123

Visit the Vehicle Object to learn about the parameters that may be included in the response to this request.

Language