{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Configuration API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "List Economy Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v2/projects/:projectId/environments/:environmentId/configs/items", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ] }, "docs": "Returns a list of all economy resource configurations for the project." }, { "info": { "name": "Get Economy Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v2/projects/:projectId/environments/:environmentId/configs/items/:resourceId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "resourceId", "value": "", "type": "path" } ] }, "docs": "Returns the configuration of a specific economy resource." } ] } ], "bundled": true }