Admin

post
Kill Platform

https://api.openx.solar/admin/kill
Request
Response
Request
Body Parameters
username
required
string
​
token
required
string
​
nuke
required
string
​
Response
200: OK
​

get
Freeze Platform

https://api.openx.solar/admin/freeze
Request
Response
Request
Query Parameters
token
required
string
​
username
required
string
​
Response
200: OK
​

post
Generate Nuclear Code

https://api.openx.solar/admin/gennuke
Request
Response
Request
Body Parameters
token
required
string
​
username
required
string
​
nuke
required
string
​
Response
200: OK
​

get
Get all platforms

https://api.openx.solar/admin/platform/all
Request
Response
Request
Query Parameters
token
required
string
​
username
required
string
​
Response
200: OK
​

get
Get all Admins

https://api.openx.solar/admin/list
Request
Response
Request
Query Parameters
token
required
string
​
username
required
string
​
Response
200: OK
​

post
Create new platform

https://api.openx.solar/admin/platform/new
Request
Response
Request
Body Parameters
timeout
required
string
​
code
required
string
​
name
required
string
​
token
required
string
​
username
required
string
​
Response
200: OK
​

post
Send user notification

https://api.openx.solar/admin/sendmessage
Request
Response
Request
Body Parameters
token
required
string
​
username
required
string
​
recipient
required
string
​
message
required
string
​
subject
required
string
​
Response
200: OK
​