Skip to main content
POST
Create Remote Setting

Authorizations

Authorization
string
header
required

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

Body

application/json
product_id
string
required

Product cheat_value identifier.

Example:

"cs2_cheat"

config
object
required

JSON key-value configuration tree.

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

"active"

Response

Remote setting configuration created.

success
boolean
Example:

true

data
object