Widget Key
Each widget has a unique key that identifies it. The key prefix tells you the widget type.
| Prefix | Widget Type | Example |
|---|---|---|
| tw_ | Text widget | tw_abc123def456 |
Important
Widget keys are public (they're embedded in your HTML). They are not secrets. Security is enforced via domain whitelisting and single-use session tokens.