Skip to content
getgeolens.com

Get Enabled Widgets

GET
/settings/enabled-widgets/
curl --request GET \
--url https://example.com/api/settings/enabled-widgets/

Return enabled widget IDs. null = no restriction (all shown), [] = none, […ids] = only those.

Successful Response

Media type application/json
Any of:
Array<string>
Example generated
[
"example"
]