cURL
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 } ] }
List the blocklists on a VaultCord account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
resource retrieved
The response is of type object.
object
Was this page helpful?