Endpoints
Get System Info
GET
http://node2.promaker.ga:25615/api/v1/sys/info
This endpoint allows you to get free cakes.
Get user by ID
GET
http://node2.promaker.ga:25615/api/v1/@/u/get/id
Request Body
Name
Type
Description
id
string
The in app user id.
Please read our ToS for when using the following endpoints! Otherwise your account may get disabled!
Register new account
POST
http://node2.promaker.ga:25615/api/v1/@/u/register
Request Body
Name
Type
Description
username
string
Account username
string
Account email
password
string
Account password
Login to an account
POST
http://node2.promaker.ga:25615/api/v1/@/u/login
Request Body
Name
Type
Description
string
Account email
password
string
Account password
Last updated
Was this helpful?