/api/v1/bans/{id}Retrieve a single ban by its ID.
Requires the Bans:View permission.
Path parameters
idstring· uuidrequiredThe ban ID.
Ban object
idstring· uuidrequiredThe ban ID.
playerUsernamestringBanned player’s name (present if banned by username).
playerUuidstring· uuidBanned player’s UUID (only if banned by username).
ipAddressstringBanned IP address (present if banned by IP).
reasonstringrequiredReason for the ban.
expiresAtstring· date-timeBan expiry timestamp;
null means permanent.isActivebooleanrequiredWhether the ban is currently in effect.
createdAtstring· date-timerequiredCreation timestamp.
updatedAtstring· date-timerequiredLast update timestamp.