---
title: "Mark invoices product-spotlight as seen"
method: PUT
path: "/v1/invoices/spotlight"
tags: ["Invoice Spotlight"]
---

# Mark invoices product-spotlight as seen

`PUT /v1/invoices/spotlight`

Records that the merchant has seen the spotlight (idempotent upsert).

## Request body

- SetSpotlightSeenRequestDTO
  - `seen` boolean

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` SetSpotlightSeenRequestDTO
    - `seen` boolean
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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