Skip to main content
Version: API v1

List blocked bots belonging to an Account

GET /v1/accounts/{accountIdentifier}/blocked-bots/
v1
GET
accountListBlockedBots

Request

  • accountIdentifierstring
    required

    ID of the Account to list blocked bots for.

Responses

application/json

OK

  • blockedBotsarray of string
    required
    • Array[
    • *string
    • ]
  • isManagedboolean
    required
  • Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v1/accounts/string/blocked-bots