Skip to main content

POST /honeytoken/trusted_domains/add_bulk

POST 

honeytoken/trusted_domains/add_bulk

Add multiple trusted domains to honeytoken feature for the current user

Request Body

domains array Required
List of trusted domains in honeytoken feature. Each entry can be a plain domain (e.g. example.com) or a wildcard (e.g. *.example.com) to match the domain itself and all its subdomains

Returns

  • databoolean
    Returns true if trusted domains were successfully added to honeytoken feature
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

500 Internal Server Error

Internal server error