---
title: "Update status to 'driver arrived'"
method: PUT
path: "/journeys/{id}/status/driver-arrived"
tags: ["Journeys"]
---

# Update status to 'driver arrived'

`PUT /journeys/{id}/status/driver-arrived`

Indicates a driver has arrived at the pickup point and is waiting for the traveller

## Path parameters

- `id` integer, required

## Headers

- `X-Request-ID` unknown

## Request body

- DriverPositionDto
  - `latitude` number, double, required
  - `longitude` number, double, required

## Response `200`

OK

---

[API](https://skmtc.dev/transferz/apis/authentication-api.md) · [All operations](https://skmtc.dev/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transferz/authentication-api/revisions/73249fb480f2/schema)
