get https://developer-api.bringg.com/services/89AeO550/service_uuid1/service_uuid2
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
orexternal_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.