Add an IP to the blocklist
Organizations
Add an IP to the blocklist
Validates and adds an IPv4/IPv6 address to the org blocklist (de-duplicated via $addToSet). Invalidates the Redis blocklist cache and force-disconnects any active webchat sockets currently connected from that IP.
POST
Add an IP to the blocklist
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
IPv4 or IPv6 address to add to the organization's blocklist; webchat requests from this address are rejected with the configured block message.