---
title: "Start a visit"
method: POST
path: "/api/v1/field-providers/appointments/{appointment_id}/start/"
tags: ["Field Providers", "Field API — Visits"]
---

# Start a visit

`POST /api/v1/field-providers/appointments/{appointment_id}/start/`

Marks the visit in-progress. Idempotent: if the visit already started (or
completed), returns the existing state rather than erroring.

## Path parameters

- `appointment_id` string, required

## Request body

- VisitTransitionRequest
  - `trigger` string, required
  - `occurred_at` string, date-time, required
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `client_event_id` string, required

## Response `200`

OK

- VisitTransitionResponse
  - `appointment_id` string, required
  - `status` string, required
  - `started_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable

## Other responses

- `404` — Not Found

---

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