BlockDB
  1. Bans
  • Bans
    • Create
      POST
    • Unban
      POST
  • Offenders
    • Search
      GET
  1. Bans

Unban

POST
https://api.blockdb.net/v1/bans/unban
Last modified:2026-05-27 19:40:52

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/jsonRequired

Example
{
    "steamid64": "76561199582169965"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.blockdb.net/v1/bans/unban' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "steamid64": "76561199582169965"
}'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{}
Modified at 2026-05-27 19:40:52
Previous
Create
Next
Search
Built with