Turnstile
turnstile
Turnstile
Widgets
turnstile.widgets
Methods
post/accounts/{account_id}/challenges/widgets
Lists challenge widgets.
delete/accounts/{account_id}/challenges/widgets/{sitekey}
Destroy a Turnstile Widget.
get/accounts/{account_id}/challenges/widgets/{sitekey}
Show a single challenge widget configuration.
List Turnstile Widgets -> V4PagePaginationArray<{ bot_fight_mode, clearance_level, created_on, 8 more... }>
get/accounts/{account_id}/challenges/widgets
Lists all turnstile widgets of an account.
post/accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret
Generate a new secret key for this widget. If invalidate_immediately
is set to false
, the previous secret remains valid for 2 hours.
Note that secrets cannot be rotated again during the grace period.
put/accounts/{account_id}/challenges/widgets/{sitekey}
Update the configuration of a widget.
Domain types
Widget = { bot_fight_mode, clearance_level, created_on, 9 more... }
A Turnstile widget's detailed configuration
WidgetDomain = string
Hosts as a hostname or IPv4/IPv6 address represented by strings. The widget will only work on these domains, and their subdomains.