---
title: "Get Company Prompt State"
method: GET
path: "/api/v1/users/me/company-prompt"
tags: ["users"]
---

# Get Company Prompt State

`GET /api/v1/users/me/company-prompt`

Return whether the current user should see the company prompt.

Users with a company never see it. Users without one can dismiss it, and
the prompt becomes eligible again after ``COMPANY_PROMPT_REPROMPT_DAYS``.

## Response `200`

Successful Response

- CompanyPromptResponse — State for the optional missing-company onboarding prompt.
  - `should_prompt` boolean, required
  - `company` string, nullable, required
  - `dismissed_at` string, date-time, nullable, required
  - `next_prompt_at` string, date-time, nullable, required

---

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