---
title: "/api/couriers"
method: GET
path: "/api/couriers"
---

# /api/couriers

`GET /api/couriers`

## Response `200`

Successful response

- object
  - `data` object[], required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `name` string
    - `phone` string
    - `vehicle_number` string
    - `license` string
    - `status` 'active' | 'on_delivery' | 'on_break' | 'offline'
    - `latitude` number
    - `longitude` number
    - `heading` number
    - `speed` number
    - `last_ping_at` unknown
    - `user_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation failed
- `500` — Server error

## Changes

> 37 revisions in range; 2 not diffed, 10 could not be searched.

- **2026-08-29** `99a2bc4b3b98` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stacksjs/apis/stacks-api/changes/api/couriers/get.md)

---

[API](https://skmtc.dev/stacksjs/apis/stacks-api.md) · [All operations](https://skmtc.dev/stacksjs/apis/stacks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacksjs/stacks-api/revisions/99a2bc4b3b98/schema)
