Skip to main content
POST
Create Server-Side String

Authorizations

Authorization
string
header
required

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

Body

application/json
label
string
required

Identifier label for lookup.

Example:

"D3D Device Offset"

string_value
string
required

Value to store and securely encrypt.

Example:

"0x3A2F"

type
enum<string>
default:string
Available options:
string,
offset,
function
Example:

"offset"

product_cheat_value
string

Product association.

Example:

"cs2_cheat"

force_key_check
boolean
default:false

Require active key session before serving.

status
enum<string>
default:active
Available options:
active,
inactive

Response

Server-side string created.

success
boolean
Example:

true

data
object