Economy API POST Endpoints
Government Operations
Manage government finances and transfers.
Available actions:
addMoney- add money to budget (requires amount).removeMoney- remove money from budget (requires amount).withdraw- transfer money from budget to recipient (requires amount, toType, toId, reason, authorId).
toType can be: user, business, mafia
POST
Authorizations
API key for accessing CivOps endpoints.
Passed in the Authorization: Bearer <key> header.
REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).
Query Parameters
Operation type.
Available options:
addMoney, removeMoney, withdraw Body
application/json
The body is of type object.
Response
Operation successfully completed.
The response is of type object.