{ "info": { "_postman_id": "75ea664e-3918-439f-9a90-bdb927e48b67", "name": "Split Admin Traffic Types API", "description": "The Split Admin API is a REST API that enables programmatic management of workspaces (projects), environments, traffic types, attributes, users, groups, API keys, and change requests within the Split platform (now Harness Feature Management and Experimentation). The API uses resource-oriented URLs, returns JSON responses, and requires Admin API keys for authentication. All endpoints are prefixed with /internal/api/v2 on the api.split.io host.\n\nContact Support:\n Name: Split Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-75ea664e-3918-439f-9a90-bdb927e48b67" }, "item": [ { "name": "trafficTypes", "item": [ { "name": "ws", "item": [ { "name": "{workspaceId}", "item": [ { "name": "List traffic types", "id": "1785cf34-4c58-4903-91ba-87a787b62209", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/trafficTypes/ws/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "trafficTypes", "ws", ":workspaceId" ], "variable": [ { "id": "95d362ad-e19f-4001-9598-32931ec92970", "key": "workspaceId", "value": "", "description": "(Required) The unique identifier of the workspace" } ] }, "description": "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." }, "response": [ { "id": "9233e2e3-e37e-49b9-85cc-e27af46bd239", "name": "Successful response containing list of traffic types", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/trafficTypes/ws/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "trafficTypes", "ws", ":workspaceId" ], "variable": [ { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n]", "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-9233e2e3-e37e-49b9-85cc-e27af46bd239" }, { "id": "8675497d-dd99-46ea-9f6f-dd1d7713aa93", "name": "Unauthorized - invalid or missing API key", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/trafficTypes/ws/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "trafficTypes", "ws", ":workspaceId" ], "variable": [ { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-8675497d-dd99-46ea-9f6f-dd1d7713aa93" }, { "id": "a8b40688-d2c7-4e32-ae17-89f7bb02bc11", "name": "Workspace not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/trafficTypes/ws/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "trafficTypes", "ws", ":workspaceId" ], "variable": [ { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-a8b40688-d2c7-4e32-ae17-89f7bb02bc11" } ], "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-1785cf34-4c58-4903-91ba-87a787b62209" } ], "id": "f996f529-6a76-444e-9c94-b11c85fac2e0", "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-f996f529-6a76-444e-9c94-b11c85fac2e0" } ], "id": "0118a659-ce28-4301-bc3d-e9b5bcfcec28", "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-0118a659-ce28-4301-bc3d-e9b5bcfcec28" } ], "id": "d9471f6f-22a0-477b-8445-41ef0f803a37", "createdAt": "2026-07-28T03:00:37.000Z", "updatedAt": "2026-07-28T03:00:37.000Z", "uid": "35240-d9471f6f-22a0-477b-8445-41ef0f803a37" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.split.io/internal/api/v2" } ] }