---
title: "Report Whereabouts"
method: POST
path: "/v1/teams/{team_id}/push/whereabouts"
tags: ["push"]
---

# Report Whereabouts

`POST /v1/teams/{team_id}/push/whereabouts`

A fix from a phone whose app is OPEN — the person's own session.

## Path parameters

- `team_id` string, uuid, required

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable

## Request body

- FixReport — One reading and the phone it came from. The same body on both roads — the person's session while the app is open, the device key while it is closed — so one client function serves both and they cannot drift.
  - `installation_id` string, required
  - `fix` Fix, required — One reading, as the phone sends it. The PLACE is the payload — it is reverse-geocoded on the device, so what the desk stores and repeats is a street, not a coordinate somebody has to look up.
    - `lat` number, required
    - `lng` number, required
    - `accuracy` integer
    - `at` string, required
    - `place` string
    - `source` 'open' | 'background'

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

> 32 revisions in range; 1 not diffed.

- **2026-09-11** `79b0c0f35170` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stormy/apis/stormy-control-plane/changes/v1/teams/:team_id/push/whereabouts/post.md)

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc.dev/stormy/apis/stormy-control-plane/revisions/b09e3c4ee2af?raw)
