cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/gps_details/{gps_details_id} \ --header 'Authorization: Bearer <token>'
Retorna el detalle de un GPS por UUID usando la forma RESTful recomendada. Es funcionalmente equivalente a la ruta legacy get/:gps_details_id.
Bearer token authentication
ID del GPS (UUID)
GPS obtenido exitosamente