Get Store Data
Economy API GET Endpoints
Get Store Data
Retrieve information about store items.
Available actions:
list- list of all store items.info- information about a specific item (requires itemName).
GET
Get Store 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:
list, info Item name (required for info).
Response
Successful response with store data.
The response is of type object.