Skip to main content
Version: API v1

Set blocked bots belonging to an Account

PUT /v1/accounts/{accountIdentifier}/blocked-bots/
v1
PUT
accountSetBlockedBots

Request

  • accountIdentifierstring
    required

    ID of the Account to list blocked bots for.

Responses

application/json

NoContent

  • messagestring

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-d '{"blockedBots":null}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/accounts/string/blocked-bots