# Get your API key from the dashboard
curl -X GET https://api.glassbox.live/v1/widgets \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"/api/v1/widgetsList all your GlassBox widgets/api/v1/widgetsCreate a new GlassBox widget/api/v1/widgets/:idGet a specific widget's details/api/v1/widgets/:idUpdate a widget's configuration/api/v1/widgets/:idDelete a widget/api/v1/widgets/:id/dataGet the current data for a widget/api/v1/widgets/:id/refreshForce refresh a widget's data/api/v1/sourcesList all connected data sourcesSecure your requests with API keys. Generate and revoke keys from your dashboard.
Get notified when data changes with real-time webhook events.
Clean, predictable REST endpoints following industry best practices.
Generous rate limits with clear headers. 1000 requests/hour on Pro.
Official SDKs for JavaScript, Python, Ruby, and PHP coming soon.
Global edge infrastructure ensures fast response times worldwide.