---
title: "Get invoices product-spotlight state"
method: GET
path: "/v1/invoices/spotlight"
tags: ["Invoice Spotlight"]
---

# Get invoices product-spotlight state

`GET /v1/invoices/spotlight`

Returns the spotlight seen flag and whether the org has any invoices (eligibility for the one-time spotlight).

## Response `200`

OK

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

## Other responses

- `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)
