Skip to main content
POST
Create game report
Requires Premium or Enterprise subscription

Overview

Create a ticket from an in-game player report. Used by game servers to report players directly to the tickets system. Important Notes:
  • Game reports are marked with GameReport: true
  • Includes GameData with place and server information
  • Discord notifications include a special game report indicator
  • Cannot receive staff replies (game reports are view-only)
  • authorAvatarUrl is required

Request Body

string
required
Report subject
string
required
Category ID
string
required
Report details
string
Priority level: low, medium, high, urgent (default: medium)
integer
required
Reporter’s UserId
string
Reporter’s username
string
Reporter’s display name
string
required
Reporter’s avatar URL
string
required
Place ID where the report originated
string
Server ID where the report originated (optional)

Response

boolean
Whether the request was successful
object

Example

Response Example

Error Responses

Rate Limit

25 requests per second per API key

Authorizations

apikey
string
header
required

Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.

Body

application/json
subject
string
required

Report subject

category
string
required

Category ID

message
string
required

Report details

authorUserId
integer
required

Reporter's UserId

authorAvatarUrl
string
required

Avatar URL of the reporter

placeId
string
required

Place ID where the report originated

priority
enum<string>
default:medium
Available options:
low,
medium,
high,
urgent
authorUsername
string

Reporter's username

authorDisplayName
string

Reporter's display name

serverId
string

Server ID where the report originated

Response

Game report ticket created successfully