GET
/
blacks
curl --request GET \
  --url https://api.vaultcord.com/blacks \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 933,
      "accId": 25204,
      "userid": null,
      "ip": null,
      "fingerprint": null,
      "region": null,
      "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[]