---
title: "Get the trip start and stop geo locations"
method: GET
path: "/v1/resourceowner/trips/{tripId}/geostartend"
tags: ["ResourceOwnerTripV2"]
---

# Get the trip start and stop geo locations

`GET /v1/resourceowner/trips/{tripId}/geostartend`

Only trips that are associated with the vehicles that user has relationships with are allowed.

## Path parameters

- `tripId` integer, required

## Response `200`

The Start and stop geo locations details are returned

- TripStartEndGeoModel
  - `StartLatitude` number, double
  - `StartLongitude` number, double
  - `EndLatitude` number, double
  - `EndLongitude` number, double

## Other responses

- `403` — Request is forbidden, meaning you don't have access to this trip
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
