---
title: "Driver Arrived"
method: POST
path: "/{applicationId}/orders/{orderId}/driver-arrived"
tags: ["Order API Grubtech Endpoints"]
---

# Driver Arrived

`POST /{applicationId}/orders/{orderId}/driver-arrived`

The Driver Arrived endpoint should be triggered when updating the order status to indicate that the delivery driver has reached the destination. This status update is applicable only if the delivery is being managed by the order platform itself, rather than a third-party service.

## Path parameters

- `applicationId` string, required
- `orderId` string, required

## Request body

- DriverArrivedStatusUpdateRequest
  - `driverArrivedAt` string

## Response `204`

Successful response

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/versions/21688b6dcb69/schema)
