cURL
curl --request GET \ --url https://api.mclicense.org/blacklists \ --header 'MCL-Key: <api-key>'
[ { "ip": "<string>", "_id": "<string>", "reason": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
Returns all blacklisted IP addresses for the authenticated account
API key must start with 'mcl_'
List of blacklist entries
Blacklisted IPv4 address
Unique identifier for the blacklist entry
Optional reason for blacklisting
Timestamp when the entry was created