Try the public API (/api/v1/*) with your own developer key, right in the browser.
Nothing is sent anywhere but your own API — your key stays in this tab.
camelCase (widgetId, createdAt);
the envelope keys are snake_case (object, data, has_more);
query params accept snake_case (widget_id) and the camelCase aliases both work.
// The response will appear here.