Reference (v1)AccountsList default blocked botsVersion: API v1Auf dieser SeiteList default blocked botsGET/account-default-blocked-bots/API versionv1Request methodGETOperation ID accountListDefaultBlockedBots Request Keine Request-Parameter. Responses 200 OKFormatapplication/jsonBeschreibungOKSchema-DokumentationBeispielJSON SchemadefaultBlockedBotsarray of stringrequiredArray[*string]{ "defaultBlockedBots": [ "string" ]}{ "type": "object", "required": [ "defaultBlockedBots" ], "properties": { "defaultBlockedBots": { "title": "BlockedBots", "type": "array", "uniqueItems": true, "items": { "type": "string" } } }}500 Internal Server Error Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/account-default-blocked-bots