cURL
Get Token
bash
curl -X POST https://central.haus/token \
-H "Authorization: Bearer cst_your_key" \
-H "Content-Type: application/json" \
-d '{"target":"EpicLogin"}'Response:
json
{"ok":true,"id":42,"token":"eg1~...","cookie":"...","useragent":"..."}Check Balance
bash
curl -H "Authorization: Bearer cst_your_key" \
https://central.haus/balanceList Targets
bash
curl -H "Authorization: Bearer cst_your_key" \
https://central.haus/targetsHealth Check
bash
curl https://central.haus/healthTIP
Add -m 65 to set a 65-second timeout for the long-poll token request.
