Skip to main content
GET
/
v0
/
widgets
List Widgets
curl --request GET \
  --url https://api.sumvin.com/v0/widgets/
{
  "_links": {},
  "widgets": [
    {
      "id": "<string>",
      "type": "<string>",
      "position": 123,
      "created_at": 123,
      "updated_at": 123,
      "query_config": {},
      "display_config": {},
      "deleted_at": 123
    }
  ]
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Query Parameters

include_deleted
boolean
default:false

Include soft-deleted widgets

Response

Widgets retrieved successfully

HAL-style hypermedia links for navigation and available actions.

widgets
WidgetData · object[]
required