Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
last
/
perception-sources
Get latest perception sources
curl --request GET \
  --url https://api.example.com/v1/brands/{brandId}/last/perception-sources
Shortcut to the latest run’s perception sources. Identical response shape to Get perception sources.

Path parameters

brandId
string
required
Brand UUID. Obtain from List brands.

Request

curl -s \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/brands/BRAND_ID/last/perception-sources"

Response

Same shape as Get perception sources.
Returns 404 if the brand has no analysis runs yet.