List Widgets that are accessible to the user
List Widgets that are accessible to the user
GET
/v1/widget
curl \
--request GET 'https://openapi.meltingspot.io/v1/widget?widgetIds=string'
Response examples (200)
{
"items": [
{
"widgetId": "string",
"widgetMetadata": {}
}
]
}