{ "opencollection": "1.0.0", "info": { "name": "Split Admin Traffic Types API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Traffic Types", "type": "folder" }, "items": [ { "info": { "name": "List traffic types", "type": "http" }, "http": { "method": "GET", "url": "https://api.split.io/internal/api/v2/trafficTypes/ws/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace" } ] }, "docs": "Retrieves all traffic types defined within the specified workspace. Traffic types represent the kinds of entities that feature flags can target, such as users or accounts." } ] } ], "bundled": true }