Check Web Spotlight status
GET https://manage.kontent.ai/v2/projects/:environment_id/web-spotlight/status
Verify if Web Spotlight is enabled in the specified environment and whether the environment uses a custom custom type for the Web Spotlight root.
To check an environment's Web Spotlight status over API:
- Your subscription must include Web Spotlight.
- You need to use API keys with specific permissions. Either a Management API key with the Create, edit, and delete content and Manage environments permissions, or a Personal API key of a Project manager.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"enabled":false,"root_type":{"id":"5c016d74-34ee-4614-b965-faa6a28433ce"}}