---
title: "Visit Setup Step"
method: POST
path: "/api/app-auto-gtm/projects/{project_id}/setup-steps/{step}/visit"
tags: ["AppAutoGtm"]
---

# Visit Setup Step

`POST /api/app-auto-gtm/projects/{project_id}/setup-steps/{step}/visit`

Record the visit that closes a view-only step.

Idempotent — the target screen fires it on arrival, which happens again
every time the user comes back, and the row is keyed on (project, step).
Returns a JSON body on purpose: a bare 204 makes the frontend's
`apiClient` throw (`_dashboard/api.ts`).

## Path parameters

- `project_id` integer, required
- `step` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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