cURL
curl --request PUT \ --url https://api.vaultcord.com/blocklist \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "userid": "1215624435520897090", "ip": "1.1.1.1", "fingerprint": "782c2b71aef697c83284ef3ab4cb593c", "region": "ENG", "country": "DZ", "asn": 13335 }'
{ "success": true, "message": "Added to blocklist." }
Add blocklist to VaultCord
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
blocklist JSON to be added
The body is of type object.
object
SUCCESS_MESSAGE
The response is of type object.