Get Blocked IPs
Retrieves a list of blocked IP addresses. RequiresCanPurge authorization.
Query Parameters
Filter to show only active blocks (excludes expired blocks)
Authorization
Bearer token with
CanPurge permissionResponse
Returns an array of blocked IP entries.Unique identifier for the blacklist entry
The blocked IP address
Human-readable reason for the block
Whether the block is currently active
When the block will expire (null for permanent blocks)
When the block was created
Example Request
Example Response
Block IP Address
Adds an IP address to the blacklist. RequiresCanPurge authorization.
Authorization
Bearer token with
CanPurge permissionRequest Body
The IP address to block
Human-readable reason for blocking the IP
Category of the block reason:
ManualBlock- Manually blocked by administratorTooManyAttempts- Automatically blocked due to failed attemptsSuspiciousActivity- Blocked due to suspicious behaviorReportedAbuse- Blocked due to abuse reports
When the block should expire (null for permanent block)
Additional notes about the block
Response
Returns a result object indicating success or failure.Whether the operation succeeded
Array of error messages if the operation failed
Example Request
Example Response
Unblock IP Address
Removes an IP address from the blacklist. RequiresCanPurge authorization.
Authorization
Bearer token with
CanPurge permissionRequest Body
The IP address to unblock
Response
Returns a result object indicating success or failure.Whether the operation succeeded
Array of error messages if the operation failed
Example Request
Example Response
Unlock User Account
Unlocks a user account that has been locked due to security reasons. RequiresCanPurge authorization.
Authorization
Bearer token with
CanPurge permissionRequest Body
The unique identifier of the user account to unlock
Response
Returns a result object indicating success or failure.Whether the operation succeeded
Array of error messages if the operation failed
Example Request
Example Response
Blacklist Reasons
The system supports the following blacklist reason categories:- ManualBlock - IP manually blocked by an administrator
- TooManyAttempts - Automatically blocked after exceeding failed login attempts
- SuspiciousActivity - Blocked due to suspicious or anomalous behavior
- ReportedAbuse - Blocked following abuse reports or security incidents