Asked by jai024 on February 5, 2025
Answered by Twidget
Twidget supports building APIs you can expose to third parties, but it does not include built‑in payment or subscription billing. Integrate a payment processor (e.g., Stripe) to handle subscriptions.
Twidget automatically generates API documentation and supports custom domains for endpoints.
Pull data from third‑party APIs
Yes — Twidget can call and retrieve data from external REST APIs.
Protecting secret API tokens from the front end
Yes. Store API keys as global variables; they are only accessible in endpoints, API functions, and events (server side) and are not exposed to front‑end code.
Automatic API docs and table limits
API documentation is automatically generated for your endpoints.
You can create an unlimited number of tables across all tiers.
Using Twidget with GoodBarber and dashboards
Yes — Twidget can make external API calls and is suitable for building APIs and dashboards consumed by other platforms.
Manage tables via API
Yes. You can manage tables via Twidget’s API.