Fetch Turnstile site key
curl --request GET \
--url https://api.agg.market/bot-protection/site-key \
--header 'x-app-id: <api-key>'{
"siteKey": "<string>"
}Bot Protection
Fetch Turnstile site key
Returns the Cloudflare Turnstile site key registered for the app so clients can render the Turnstile widget anywhere in their UI. siteKey is null when no widget is linked to the app.
GET
/
bot-protection
/
site-key
Fetch Turnstile site key
curl --request GET \
--url https://api.agg.market/bot-protection/site-key \
--header 'x-app-id: <api-key>'{
"siteKey": "<string>"
}⌘I