cURL
curl --request POST \ --url https://api.sumvin.com/v0/widgets/ \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "query_config": {}, "display_config": {} } '
{ "_links": {}, "id": "<string>", "type": "<string>", "position": 123, "created_at": 123, "updated_at": 123, "query_config": {}, "display_config": {}, "deleted_at": 123 }
Tenant org ID for multi-tenant auth
Widget type (e.g., 'spending_chart', 'balance_summary')
50
Semantic query descriptor for the widget data
Display configuration including title and size
Widget created successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes