cURL
curl --request POST \ --url https://api.example.com/v0/widgets/ \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "query_config": {}, "display_config": {} } '
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
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