Get User Data
Economy API GET Endpoints
Get User Data
Retrieve user inventory and transaction history.
Available actions:
inventory- user inventory (requires userId).transactions- transaction history (requires userId, page, limit).
GET
Get User Data
Authorizations
API key for accessing CivOps endpoints.
Passed in the Authorization: Bearer <key> header.
REQUIRED FOR ALL CIVOPS ENDPOINTS (except /health).
Query Parameters
Action type for retrieving data.
Available options:
inventory, transactions User ID (required).
Record limit for transactions.
Page number for transactions.
Response
Successful response with user data.
The response is of type object.