---
title: "Record the user's response to the daemon-install prompt so it is not shown again.
Each CTA persists a distinct onboarding milestone (the org subscriber dedups); the
PostHog subscriber turns these into funnel events, so no client-side telemetry is needed."
method: POST
path: "/api/v1/organizations/daemon-prompt-response"
tags: ["Organizations"]
---

# Record the user's response to the daemon-install prompt so it is not shown again.
Each CTA persists a distinct onboarding milestone (the org subscriber dedups); the
PostHog subscriber turns these into funnel events, so no client-side telemetry is needed.

`POST /api/v1/organizations/daemon-prompt-response`

## Request body

- DaemonPromptResponseRequest — Request recording the user's response to the "Start Discovering Your Network" prompt.
  - `action` 'dismissed' | 'accepted', required — Which daemon-prompt CTA the user chose.

## Response `200`

Response recorded

- ApiResponse
  - `data` TupleUnit — No payload. Present only so the envelope keeps its shape.
  - `error` string, nullable — Human-readable failure message. Omitted on success.
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required — `true` when the request succeeded. `false` responses carry `error` instead of `data`.

## Changes

- **2026-07-29** `51af15be596e` — 1 breaking
  - the `data/oneOf[#/components/schemas/TupleUnit]/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2026-06-17** `0d9dc69e0846` — 1 info
  - endpoint added
- **2026-04-20** `f04499e2280f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/scanopy/apis/scanopy-api/changes/api/v1/organizations/daemon-prompt-response/post.md)

---

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