Skip to main content
POST
Create Blacklisted Window Rule

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Body

application/json
window_title
string
required

Window title string to search for.

Example:

"Cheat Engine"

is_active
boolean
default:true
severity
enum<string>
default:suspicious
Available options:
suspicious,
ban
Example:

"ban"

description
string

Documentation note for this window check.

Example:

"Block open Cheat Engine UI windows"

is_partial_match
boolean
default:true

Match substring occurrences within window titles.

Response

Window blacklist rule created.

success
boolean
Example:

true

data
object