GET
/
blocklist
curl --request GET \
  --url https://api.vaultcord.com/blocklist \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 933,
      "accId": 25204,
      "userid": "720820224877789204",
      "ip": "131.247.47.171",
      "fingerprint": "1a5423084a51bd2b47fe3aedde108b0c",
      "region": "ENG",
      "country": "DZ",
      "asn": 13335,
      "created_at": 1715282199
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
resource retrieved
success
boolean
Example:

true

data
object[]