cURL
curl --request POST \ --url https://api.mclicense.org/blacklists \ --header 'Content-Type: application/json' \ --header 'MCL-Key: <api-key>' \ --data ' { "ip": "<string>", "reason": "<string>" } '
{ "ip": "<string>", "_id": "<string>", "reason": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Adds an IPv4 address to the blacklist, preventing it from validating any license on your account
API key must start with 'mcl_'
IPv4 address to blacklist
Optional reason for blacklisting
Blacklist entry created
Blacklisted IPv4 address
Unique identifier for the blacklist entry
Timestamp when the entry was created