Skip to main content
GET
/
api
/
spotlights
/
list
List active spotlights
curl --request GET \
  --url https://www.lettucestream.com/api/spotlights/list
[
  {
    "id": "<string>",
    "title": "<string>",
    "platform": "<string>",
    "url": "<string>",
    "startsAt": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Active spotlights

id
string
required
title
string
required
platform
string
required
url
string<uri>
required
startsAt
string<date-time>
required