GET
/
players
/
bans
/
{workspaceId}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Query Parameters

page
number
type
enum<string>
Available options:
player,
moderator
user_id
string

Response

200 - application/json
_id
string
required
actor
object
required
ban_incremental_id
number
required
createdAt
string
required
has_comments
boolean
required
hidden
boolean
required
reason
string
required
source
string
required
updatedAt
string
required
victim
object
required
removed_at
string
removed_by
object | null