Reseller API
Update domains blocklist for account
Configure which domains are blocked for this account’s proxy access. For synchronized sub-accounts, the blocklist is merged with the parent’s blocklist.
PUT
Update domains blocklist for account
Documentation Index
Fetch the complete documentation index at: https://docs.joinmassive.com/llms.txt
Use this file to discover all available pages before exploring further.
For more details on how domain blocking works, including wildcard patterns and the common blocklist, see Domain Blocking.
Authorizations
Path Parameters
The account ID
Body
application/json
Array of domain names to block. Maximum 253 characters per domain. Domains will be automatically deduplicated and sanitized.
Maximum array length:
100Example:
["example.com", "test.org", "badsite.net"]Response
Domains blocklist updated successfully
The response is of type object.
Update domains blocklist for account