StatsHub Docs
Endpoint referenceAdmin

/admin/bot-routing

SECURITY: unauthenticated in the original and here.

GET
/api/v2/admin/bot-routing

SECURITY: unauthenticated in the original and here. See AdminBotRoutingPut.

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/admin/bot-routing"
{  "$schema": "https://example.com/schemas/AdminBotRoutingGetOKBody.json",  "superadmin_default_target": "string",  "workers_force_prod": true}