Reference (v1)AccountsList blocked bots belonging to an AccountVersion: API v1Auf dieser SeiteList blocked bots belonging to an AccountGET/accounts/{accountIdentifier}/blocked-bots/API versionv1Request methodGETOperation ID accountListBlockedBots Request Pfad-Parameter requiredaccountIdentifierstringrequiredID of the Account to list blocked bots for. Responses 200 OKFormatapplication/jsonBeschreibungOKSchema-DokumentationBeispielJSON SchemablockedBotsarray of stringrequiredArray[*string]isManagedbooleanrequired{ "blockedBots": [ "string" ], "isManaged": true}{ "type": "object", "required": [ "blockedBots", "isManaged" ], "properties": { "blockedBots": { "title": "BlockedBots", "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "isManaged": { "type": "boolean" } }}403 Forbidden500 Internal Server Error Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/accounts/string/blocked-bots