PUT
/
blocklist
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."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

blocklist JSON to be added

The body is of type object.

Response

200
application/json

SUCCESS_MESSAGE

The response is of type object.