{ "info": { "_postman_id": "d64ff147-150d-4d00-8c86-6f955d9816df", "name": "Speakeasy Artifacts Workspaces API", "description": "The Subscriptions API manages subscriptions for CLI and registry events", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:59:48.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-d64ff147-150d-4d00-8c86-6f955d9816df" }, "item": [ { "name": "v1", "item": [ { "name": "workspaces", "item": [ { "name": "Get Workspaces for a User", "id": "687d5d52-ae5a-4bc9-93ca-210893b43377", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] }, "description": "Returns a list of workspaces a user has access too" }, "response": [ { "id": "bf310166-6830-4604-8d93-3019426474df", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n },\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n }\n]", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-bf310166-6830-4604-8d93-3019426474df" }, { "id": "bf079e5c-c3df-4879-ab11-2191acdcf6ee", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-bf079e5c-c3df-4879-ab11-2191acdcf6ee" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-687d5d52-ae5a-4bc9-93ca-210893b43377" } ], "id": "53848e25-d762-47d9-860a-f1b7c0df4919", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-53848e25-d762-47d9-860a-f1b7c0df4919" }, { "name": "workspace", "item": [ { "name": "{workspace_id}", "item": [ { "name": "details", "item": [ { "name": "Update Workspace Details", "id": "eb9f1e2e-2d21-47d3-a359-3e8eeae3bb9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "details" ], "variable": [ { "id": "31decdb5-5370-4a78-bcbc-4091dc0a5a02", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] }, "description": "Update information about a particular workspace." }, "response": [ { "id": "da065dfa-7544-47d9-a46e-9dbf96f8e052", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "details" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-da065dfa-7544-47d9-a46e-9dbf96f8e052" }, { "id": "6dbb0713-ed70-4ba4-845d-53eea5648f50", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "details" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6dbb0713-ed70-4ba4-845d-53eea5648f50" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-eb9f1e2e-2d21-47d3-a359-3e8eeae3bb9f" } ], "id": "6454e6a7-f726-486f-bad9-4ee99d1b6a29", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6454e6a7-f726-486f-bad9-4ee99d1b6a29" }, { "name": "settings", "item": [ { "name": "Get Workspace Settings", "id": "191a1cbe-d6ec-4a98-a617-4198a0101fe3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "id": "5c7f9a3f-9c7a-43e4-a37b-6402fabfaa56", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] }, "description": "Get settings about a particular workspace." }, "response": [ { "id": "6d9c2265-7960-4076-a25c-5a0e96bd2228", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"webhook_url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6d9c2265-7960-4076-a25c-5a0e96bd2228" }, { "id": "25a6be71-afff-4c89-a059-2209871bba2b", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-25a6be71-afff-4c89-a059-2209871bba2b" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-191a1cbe-d6ec-4a98-a617-4198a0101fe3" }, { "name": "Update Workspace Settings", "id": "a7817f3e-4559-4536-9ae6-55d98fa02860", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"webhook_url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "id": "abedd359-f35c-4d3b-8779-62243fc78fcb", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] }, "description": "Update settings about a particular workspace." }, "response": [ { "id": "17746f4e-6e00-441f-a408-cd2f09375078", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"webhook_url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-17746f4e-6e00-441f-a408-cd2f09375078" }, { "id": "6dc17161-cba6-40fb-a3e8-5a318e8e366e", "name": "Default error response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"webhook_url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/settings", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "settings" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6dc17161-cba6-40fb-a3e8-5a318e8e366e" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-a7817f3e-4559-4536-9ae6-55d98fa02860" } ], "id": "290e26d6-bc27-4c4e-b4db-02d51bfec141", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-290e26d6-bc27-4c4e-b4db-02d51bfec141" }, { "name": "team", "item": [ { "name": "email", "item": [ { "name": "{email}", "item": [ { "name": "Grant a User Access to a Particular Workspace", "id": "de5c5c5f-0a70-48d4-992d-4831698cbc14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/email/:email", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", "email", ":email" ], "variable": [ { "id": "641919f6-cfc2-4aec-8c2b-b2f604383569", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." }, { "id": "c4a67db3-c082-4ef3-844b-a7244fc96e87", "key": "email", "value": "", "description": "(Required) Email of the user to grant access to." } ] } }, "response": [ { "id": "c31de780-8ab4-4cf9-8c11-d6189c75d169", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/email/:email", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", "email", ":email" ], "variable": [ { "key": "workspace_id" }, { "key": "email" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"relationship\": {\n \"workspace_id\": \"\",\n \"user_id\": \"\"\n },\n \"invite_link\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-c31de780-8ab4-4cf9-8c11-d6189c75d169" }, { "id": "d5bf26e6-89cb-4be3-ad7f-012142f93322", "name": "Default error response", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/email/:email", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", "email", ":email" ], "variable": [ { "key": "workspace_id" }, { "key": "email" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-d5bf26e6-89cb-4be3-ad7f-012142f93322" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-de5c5c5f-0a70-48d4-992d-4831698cbc14" } ], "id": "acc47f0c-bbb9-49a4-8ad5-4545da932f87", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-acc47f0c-bbb9-49a4-8ad5-4545da932f87" } ], "id": "31341515-e29e-40fa-87d8-9c3fda5096ae", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-31341515-e29e-40fa-87d8-9c3fda5096ae" }, { "name": "{userId}", "item": [ { "name": "Revoke a User's Access to a Particular Workspace", "id": "d14528cd-117c-436e-b836-9f4b7a9579fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/:userId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", ":userId" ], "variable": [ { "id": "75a90499-061a-4388-a776-2be072b104f6", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." }, { "id": "826a885a-ac39-4b5f-84bf-02c06f29ab89", "key": "userId", "value": "", "description": "(Required) Unique identifier of the user." } ] } }, "response": [ { "id": "b5b1b89d-03a9-4b7c-b2c1-886daf6c36e3", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/:userId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", ":userId" ], "variable": [ { "key": "workspace_id" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-b5b1b89d-03a9-4b7c-b2c1-886daf6c36e3" }, { "id": "1b02c56c-23f2-4f58-bc29-4a43a87c8d5d", "name": "Default error response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team/:userId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team", ":userId" ], "variable": [ { "key": "workspace_id" }, { "key": "userId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-1b02c56c-23f2-4f58-bc29-4a43a87c8d5d" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-d14528cd-117c-436e-b836-9f4b7a9579fb" } ], "id": "7af3ccb1-58b2-48ca-81e8-9b0b0aa106a1", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-7af3ccb1-58b2-48ca-81e8-9b0b0aa106a1" }, { "name": "Get Team Members for a Particular Workspace", "id": "753c195d-3e96-4392-8ba8-d59ccb8f8fa5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team" ], "variable": [ { "id": "d81ddb05-7a01-4798-966b-c71cb6da3115", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] } }, "response": [ { "id": "d35bb51c-6e9d-490a-bc55-e9583936a822", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users\": [\n {\n \"id\": \"\",\n \"email\": \"\",\n \"email_verified\": \"\",\n \"display_name\": \"\",\n \"confirmed\": \"\",\n \"whitelisted\": \"\",\n \"admin\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"github_handle\": \"\",\n \"photo_url\": \"\",\n \"default_workspace_id\": \"\",\n \"last_login_at\": \"\",\n \"internal\": \"\",\n \"pylon_identity_hash\": \"\",\n \"has_created_api_key\": \"\"\n },\n {\n \"id\": \"\",\n \"email\": \"\",\n \"email_verified\": \"\",\n \"display_name\": \"\",\n \"confirmed\": \"\",\n \"whitelisted\": \"\",\n \"admin\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"github_handle\": \"\",\n \"photo_url\": \"\",\n \"default_workspace_id\": \"\",\n \"last_login_at\": \"\",\n \"internal\": \"\",\n \"pylon_identity_hash\": \"\",\n \"has_created_api_key\": \"\"\n }\n ],\n \"sso_metadata\": {\n \"sso_activated\": \"\",\n \"sso_domains\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-d35bb51c-6e9d-490a-bc55-e9583936a822" }, { "id": "a7192d06-1a69-42bf-99ae-d73c214209cb", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/team", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "team" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-a7192d06-1a69-42bf-99ae-d73c214209cb" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-753c195d-3e96-4392-8ba8-d59ccb8f8fa5" } ], "id": "2dbe91f6-4998-4c1c-9c76-4e4f3f8a7b2c", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-2dbe91f6-4998-4c1c-9c76-4e4f3f8a7b2c" }, { "name": "tokens", "item": [ { "name": "{tokenID}", "item": [ { "name": "Delete a Token for a Particular Workspace", "id": "46370c1f-83cb-417f-aae0-905f2f58db62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens/:tokenID", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens", ":tokenID" ], "variable": [ { "id": "0e0a2055-31ba-4a4d-997e-d69809fa9ae0", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." }, { "id": "bb0ee280-6d1d-4346-a2cb-cc514e1ae35a", "key": "tokenID", "value": "", "description": "(Required) Unique identifier of the token." } ] } }, "response": [ { "id": "8e33c1c8-a0e2-4d4e-9731-331499619e29", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens/:tokenID", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens", ":tokenID" ], "variable": [ { "key": "workspace_id" }, { "key": "tokenID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-8e33c1c8-a0e2-4d4e-9731-331499619e29" }, { "id": "74d31640-3061-416d-a1f7-d12709ffe2a3", "name": "Default error response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens/:tokenID", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens", ":tokenID" ], "variable": [ { "key": "workspace_id" }, { "key": "tokenID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-74d31640-3061-416d-a1f7-d12709ffe2a3" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-46370c1f-83cb-417f-aae0-905f2f58db62" } ], "id": "ac97108d-3057-40b2-a687-eeffb8d7d9e5", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-ac97108d-3057-40b2-a687-eeffb8d7d9e5" }, { "name": "Get Tokens for a Particular Workspace", "id": "6f847dfa-027c-4f2f-8323-f167482f9d4b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "id": "844c6f13-e96a-415b-8438-24e69e524747", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] } }, "response": [ { "id": "412d83df-5c29-40c6-8c54-2b9acff2779e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"alg\": \"\",\n \"key\": \"\",\n \"created_at\": \"\",\n \"workspace_id\": \"\",\n \"last_used\": \"\",\n \"created_by\": \"\",\n \"created_by_name\": \"\",\n \"created_by_photo_url\": \"\",\n \"email\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"alg\": \"\",\n \"key\": \"\",\n \"created_at\": \"\",\n \"workspace_id\": \"\",\n \"last_used\": \"\",\n \"created_by\": \"\",\n \"created_by_name\": \"\",\n \"created_by_photo_url\": \"\",\n \"email\": \"\"\n }\n]", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-412d83df-5c29-40c6-8c54-2b9acff2779e" }, { "id": "e0b16dae-a490-40d6-893d-5831ee91ce18", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-e0b16dae-a490-40d6-893d-5831ee91ce18" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6f847dfa-027c-4f2f-8323-f167482f9d4b" }, { "name": "Create a Token for a Particular Workspace", "id": "350b56c8-06c4-4228-b913-6eccbecf1a94", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"alg\": \"\",\n \"key\": \"\",\n \"created_at\": \"\",\n \"workspace_id\": \"\",\n \"last_used\": \"\",\n \"created_by\": \"\",\n \"created_by_name\": \"\",\n \"created_by_photo_url\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "id": "a580bcf4-695a-436f-9f33-564c3acde85f", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] } }, "response": [ { "id": "843a9bf7-a34f-4586-a3f3-43a29095618f", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"alg\": \"\",\n \"key\": \"\",\n \"created_at\": \"\",\n \"workspace_id\": \"\",\n \"last_used\": \"\",\n \"created_by\": \"\",\n \"created_by_name\": \"\",\n \"created_by_photo_url\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-843a9bf7-a34f-4586-a3f3-43a29095618f" }, { "id": "e38c5db8-4ccc-43d7-b455-31db58ea279c", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"alg\": \"\",\n \"key\": \"\",\n \"created_at\": \"\",\n \"workspace_id\": \"\",\n \"last_used\": \"\",\n \"created_by\": \"\",\n \"created_by_name\": \"\",\n \"created_by_photo_url\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/tokens", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "tokens" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-e38c5db8-4ccc-43d7-b455-31db58ea279c" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-350b56c8-06c4-4228-b913-6eccbecf1a94" } ], "id": "6c5c47fc-013f-44e7-8e71-f5d66ba57ae9", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6c5c47fc-013f-44e7-8e71-f5d66ba57ae9" }, { "name": "feature_flags", "item": [ { "name": "Get Workspace Feature Flags", "id": "b7fc0cbb-03e1-415a-92bd-74e3fb8ba239", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "feature_flags" ], "variable": [ { "id": "3fb585ae-a11d-4c2c-af11-0d08b421be9e", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] } }, "response": [ { "id": "bb722ac5-9ea5-4621-931f-7a8e0f4b8303", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "feature_flags" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"feature_flags\": [\n {\n \"feature_flag\": \"changes_report\",\n \"trial_ends_at\": \"\"\n },\n {\n \"feature_flag\": \"skip_schema_registry\",\n \"trial_ends_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-bb722ac5-9ea5-4621-931f-7a8e0f4b8303" }, { "id": "cf4694b7-1318-4a82-881b-06ce1fb0f356", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id", "feature_flags" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-cf4694b7-1318-4a82-881b-06ce1fb0f356" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-b7fc0cbb-03e1-415a-92bd-74e3fb8ba239" } ], "id": "69ada6df-72ec-43c1-a64e-0eb19240b1ad", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-69ada6df-72ec-43c1-a64e-0eb19240b1ad" }, { "name": "Get Workspace", "id": "dfd1fd6d-89af-45fe-87a1-803861ce9526", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id" ], "variable": [ { "id": "e6442c3d-ed3c-4941-81f1-fc1ff80b541b", "key": "workspace_id", "value": "", "description": "(Required) Unique identifier of the workspace." } ] }, "description": "Get information about a particular workspace." }, "response": [ { "id": "356046c1-9ed0-4f84-a214-35fce41a4b70", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-356046c1-9ed0-4f84-a214-35fce41a4b70" }, { "id": "a09c146c-eab0-4c9b-b643-a169cdb7a69e", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-a09c146c-eab0-4c9b-b643-a169cdb7a69e" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-dfd1fd6d-89af-45fe-87a1-803861ce9526" } ], "id": "4b1b9363-2f49-4724-85fe-94760f53c767", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-4b1b9363-2f49-4724-85fe-94760f53c767" }, { "name": "feature_flags", "item": [ { "name": "Set Workspace Feature Flags", "id": "c6b05a6f-edbb-4d3c-9cb6-4f35052766a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"feature_flags\": [\n \"skip_schema_registry\",\n \"webhooks\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", "feature_flags" ] } }, "response": [ { "id": "1f17ef5f-7a1a-4c96-80a6-bbaa3157d5fb", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"feature_flags\": [\n \"skip_schema_registry\",\n \"webhooks\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", "feature_flags" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"feature_flags\": [\n {\n \"feature_flag\": \"changes_report\",\n \"trial_ends_at\": \"\"\n },\n {\n \"feature_flag\": \"skip_schema_registry\",\n \"trial_ends_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-1f17ef5f-7a1a-4c96-80a6-bbaa3157d5fb" }, { "id": "8aa5a5f7-c52a-4af6-a665-7b7df6c09fab", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"feature_flags\": [\n \"skip_schema_registry\",\n \"webhooks\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace/feature_flags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace", "feature_flags" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-8aa5a5f7-c52a-4af6-a665-7b7df6c09fab" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-c6b05a6f-edbb-4d3c-9cb6-4f35052766a5" } ], "id": "183d3004-6da2-44ef-bc02-d3f27890ed2f", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-183d3004-6da2-44ef-bc02-d3f27890ed2f" }, { "name": "Get Workspace by Context", "id": "84a7ceac-61c6-4f0e-8fc6-def9a7cfde0d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] }, "description": "Get information about a particular workspace by context." }, "response": [ { "id": "5ae152b3-1966-4301-a256-428d98430c73", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace\": {\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n },\n \"organization\": {\n \"id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"account_type\": \"free\",\n \"telemetry_disabled\": \"\",\n \"sso_activated\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"free_trial_expiry\": \"\",\n \"sso_connection_id\": \"\",\n \"internal\": \"\"\n }\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-5ae152b3-1966-4301-a256-428d98430c73" }, { "id": "6a3bd366-2c6e-4264-9109-996b4e9ff112", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6a3bd366-2c6e-4264-9109-996b4e9ff112" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-84a7ceac-61c6-4f0e-8fc6-def9a7cfde0d" }, { "name": "Create a Workspace", "id": "6f39afc9-a146-4ea0-b370-1052409d1970", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] }, "description": "Creates a workspace" }, "response": [ { "id": "59c7ba41-9a6a-4daf-9b97-d228ccff3ad8", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-59c7ba41-9a6a-4daf-9b97-d228ccff3ad8" }, { "id": "fe687004-261a-4062-b596-15e93df4e118", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"slug\": \"\",\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"inactive\": \"\",\n \"telemetry_disabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspace", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspace" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status_code\": \"\"\n}", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-fe687004-261a-4062-b596-15e93df4e118" } ], "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-6f39afc9-a146-4ea0-b370-1052409d1970" } ], "id": "e90f75cc-6bfa-4665-9935-44eb39d8a8bf", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-e90f75cc-6bfa-4665-9935-44eb39d8a8bf" } ], "id": "56d4f1fe-881b-4a31-8798-b599b7cf767f", "createdAt": "2026-07-28T02:59:49.000Z", "updatedAt": "2026-07-28T02:59:49.000Z", "uid": "35240-56d4f1fe-881b-4a31-8798-b599b7cf767f" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.prod.speakeasy.com" } ] }