{ "info": { "_postman_id": "3af21874-c592-408f-9fcb-d73f5b95f2ce", "name": "Speakeasy Artifacts 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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-3af21874-c592-408f-9fcb-d73f5b95f2ce" }, "item": [ { "name": "v1", "item": [ { "name": "artifacts", "item": [ { "name": "preflight", "item": [ { "name": "Get Access Token for Communicating with OCI Distribution Endpoints", "id": "93da141d-2c08-45ed-92c2-36b1d1ab1dcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"namespace_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/preflight", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "preflight" ] } }, "response": [ { "id": "d097ef5e-65ee-45dd-b587-f9d1106427dc", "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 \"namespace_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/preflight", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "preflight" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_token\": \"\"\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-d097ef5e-65ee-45dd-b587-f9d1106427dc" }, { "id": "a8ae61bc-2e80-44ce-bedc-d1e1af4df19b", "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 \"namespace_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/preflight", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "preflight" ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a8ae61bc-2e80-44ce-bedc-d1e1af4df19b" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-93da141d-2c08-45ed-92c2-36b1d1ab1dcd" } ], "id": "69849be4-f187-4677-acb8-ae820b9b5b60", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-69849be4-f187-4677-acb8-ae820b9b5b60" }, { "name": "namespaces", "item": [ { "name": "{namespace_name}", "item": [ { "name": "archive", "item": [ { "name": "Set Whether a Namespace is Archived", "id": "82208eb6-492a-48c9-ad03-01c53a5a466e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"archived\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "archive" ], "variable": [ { "id": "fe09de5d-199c-402f-9691-9765852be3c5", "key": "namespace_name", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "659cee3c-84da-4776-95dd-c43ed3388a47", "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 \"archived\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "archive" ], "variable": [ { "key": "namespace_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-659cee3c-84da-4776-95dd-c43ed3388a47" }, { "id": "b340fc05-8a9c-4581-ba74-86c5233180c8", "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 \"archived\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "archive" ], "variable": [ { "key": "namespace_name" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-b340fc05-8a9c-4581-ba74-86c5233180c8" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-82208eb6-492a-48c9-ad03-01c53a5a466e" } ], "id": "5fc704ba-6a21-4132-b673-a395c51fd48a", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-5fc704ba-6a21-4132-b673-a395c51fd48a" }, { "name": "revisions", "item": [ { "name": "get Revisions", "id": "16c81ced-3af3-4b5e-afd7-2ed89db3d008", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/revisions?next_page_token=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "revisions" ], "query": [ { "description": "Token to retrieve the next page of results", "key": "next_page_token", "value": "" } ], "variable": [ { "id": "8118f6db-6647-4ea3-90ee-4b136e60ed3b", "key": "namespace_name", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ef089cf5-a1cf-43e7-bcdc-f258c89b496f", "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/artifacts/namespaces/:namespace_name/revisions?next_page_token=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "revisions" ], "query": [ { "description": "Token to retrieve the next page of results", "key": "next_page_token", "value": "" } ], "variable": [ { "key": "namespace_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"namespace_name\": \"\",\n \"digest\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"contents_metadata\": {\n \"workspace_id\": \"\",\n \"namespace\": \"\",\n \"revision_digest\": \"\",\n \"type\": \"OPENAPI_OVERLAY\",\n \"title\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"hash\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"operation_ids\": [\n \"\",\n \"\"\n ],\n \"num_overlay_actions\": \"\",\n \"contains_code_samples\": \"\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"namespace_name\": \"\",\n \"digest\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"contents_metadata\": {\n \"workspace_id\": \"\",\n \"namespace\": \"\",\n \"revision_digest\": \"\",\n \"type\": \"OPENAPI_OVERLAY\",\n \"title\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"hash\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"operation_ids\": [\n \"\",\n \"\"\n ],\n \"num_overlay_actions\": \"\",\n \"contains_code_samples\": \"\",\n \"created_at\": \"\"\n }\n }\n ],\n \"next_page_token\": \"\"\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-ef089cf5-a1cf-43e7-bcdc-f258c89b496f" }, { "id": "bcc48d46-3541-4fb8-a722-fb0a499b9892", "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/artifacts/namespaces/:namespace_name/revisions?next_page_token=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "revisions" ], "query": [ { "description": "Token to retrieve the next page of results", "key": "next_page_token", "value": "" } ], "variable": [ { "key": "namespace_name" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-bcc48d46-3541-4fb8-a722-fb0a499b9892" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-16c81ced-3af3-4b5e-afd7-2ed89db3d008" } ], "id": "9d1555e6-2032-4358-8a12-24ee7553bf01", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-9d1555e6-2032-4358-8a12-24ee7553bf01" }, { "name": "tags", "item": [ { "name": "get Tags", "id": "a50d989e-8335-45ed-9212-cc1be2aa4859", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "id": "445aed16-ea58-44ac-ada0-75ec299870d7", "key": "namespace_name", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "385bcd4a-04f2-4a6c-bf2a-d23824554135", "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/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "key": "namespace_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"namespace_name\": \"\",\n \"revision_digest\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"namespace_name\": \"\",\n \"revision_digest\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-385bcd4a-04f2-4a6c-bf2a-d23824554135" }, { "id": "3e0e440b-3b41-4c99-989c-4c7716d4417b", "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/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "key": "namespace_name" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-3e0e440b-3b41-4c99-989c-4c7716d4417b" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a50d989e-8335-45ed-9212-cc1be2aa4859" }, { "name": "Add Tags to an Existing Revision", "id": "aef76df1-5fe3-4c33-9560-4ef4e9ccffc2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"revision_digest\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "id": "dd459dc3-7e61-4d49-8143-8a602ed538bd", "key": "namespace_name", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f4580676-78df-48de-86b1-d972e98e151e", "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 \"revision_digest\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "key": "namespace_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-f4580676-78df-48de-86b1-d972e98e151e" }, { "id": "416d55e4-d88b-4675-b6f5-1782bbc851ad", "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 \"revision_digest\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/tags", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "tags" ], "variable": [ { "key": "namespace_name" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-416d55e4-d88b-4675-b6f5-1782bbc851ad" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-aef76df1-5fe3-4c33-9560-4ef4e9ccffc2" } ], "id": "01849f0c-d245-4da6-9afe-ea9d53443551", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-01849f0c-d245-4da6-9afe-ea9d53443551" }, { "name": "visibility", "item": [ { "name": "Set Visibility of a Namespace with an Existing Metadata Entry", "id": "4ff541ec-5f3a-45b3-a3ca-e7a442853400", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"public\": \"\",\n \"tags\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/visibility", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "visibility" ], "variable": [ { "id": "01d2a5ba-efc6-4375-b541-485f9d6a673c", "key": "namespace_name", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3fe4e729-e7ab-472e-b210-924972a41b77", "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 \"public\": \"\",\n \"tags\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/visibility", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "visibility" ], "variable": [ { "key": "namespace_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-3fe4e729-e7ab-472e-b210-924972a41b77" }, { "id": "af1f5108-0d72-4ecc-9e54-edc4d4df0e78", "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 \"public\": \"\",\n \"tags\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces/:namespace_name/visibility", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces", ":namespace_name", "visibility" ], "variable": [ { "key": "namespace_name" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-af1f5108-0d72-4ecc-9e54-edc4d4df0e78" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-4ff541ec-5f3a-45b3-a3ca-e7a442853400" } ], "id": "75b8cc2e-6f90-4439-9fe5-1cefc6fe51d3", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-75b8cc2e-6f90-4439-9fe5-1cefc6fe51d3" } ], "id": "2ecb5ad2-0416-4855-aa20-00e608fc5376", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-2ecb5ad2-0416-4855-aa20-00e608fc5376" }, { "name": "Each Namespace Contains Many Revisions", "id": "c611108e-ad00-48f8-81b5-64b34672bcc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/artifacts/namespaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces" ] } }, "response": [ { "id": "55c8102f-23f4-46e1-bfe1-f346fcaa5ebb", "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/artifacts/namespaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"public\": \"\",\n \"archived_at\": \"\",\n \"latest_revision_metadata\": {\n \"workspace_id\": \"\",\n \"namespace\": \"\",\n \"revision_digest\": \"\",\n \"type\": \"OPENAPI_OVERLAY\",\n \"title\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"hash\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"operation_ids\": [\n \"\",\n \"\"\n ],\n \"num_overlay_actions\": \"\",\n \"contains_code_samples\": \"\",\n \"created_at\": \"\"\n },\n \"composite_spec_metadata\": {\n \"subscription_id\": \"\",\n \"subscription_settings\": {\n \"base_spec_namespaces\": [\n \"\",\n \"\"\n ],\n \"overlay_namespaces\": [\n \"\",\n \"\"\n ],\n \"output_namespace\": \"\",\n \"ignored_namespaces\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"public\": \"\",\n \"archived_at\": \"\",\n \"latest_revision_metadata\": {\n \"workspace_id\": \"\",\n \"namespace\": \"\",\n \"revision_digest\": \"\",\n \"type\": \"OPENAPI_BUNDLE\",\n \"title\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"hash\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"operation_ids\": [\n \"\",\n \"\"\n ],\n \"num_overlay_actions\": \"\",\n \"contains_code_samples\": \"\",\n \"created_at\": \"\"\n },\n \"composite_spec_metadata\": {\n \"subscription_id\": \"\",\n \"subscription_settings\": {\n \"base_spec_namespaces\": [\n \"\",\n \"\"\n ],\n \"overlay_namespaces\": [\n \"\",\n \"\"\n ],\n \"output_namespace\": \"\",\n \"ignored_namespaces\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-55c8102f-23f4-46e1-bfe1-f346fcaa5ebb" }, { "id": "47392b7b-b8ed-4e8f-bbe2-f24c9173cf88", "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/artifacts/namespaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "namespaces" ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-47392b7b-b8ed-4e8f-bbe2-f24c9173cf88" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-c611108e-ad00-48f8-81b5-64b34672bcc9" } ], "id": "cd708a25-9c56-4be8-86e8-49bd5e89ad6f", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-cd708a25-9c56-4be8-86e8-49bd5e89ad6f" }, { "name": "remote_sources", "item": [ { "name": "Get Remote Sources Attached to a Particular Namespace", "id": "a5985107-3ab2-4ce4-b834-e5be0229d575", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/artifacts/remote_sources?namespace_name=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ], "query": [ { "description": "(Required) ", "key": "namespace_name", "value": "" } ] } }, "response": [ { "id": "5d63f855-6326-4dc7-9b59-e65b2b857b6d", "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/artifacts/remote_sources?namespace_name=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ], "query": [ { "description": "(Required) ", "key": "namespace_name", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"inputs\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ],\n \"output\": {\n \"registry_url\": \"\"\n },\n \"overlays\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-5d63f855-6326-4dc7-9b59-e65b2b857b6d" }, { "id": "8995a947-45d0-4d36-9951-9bb2b6366604", "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/artifacts/remote_sources?namespace_name=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ], "query": [ { "description": "(Required) ", "key": "namespace_name", "value": "" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-8995a947-45d0-4d36-9951-9bb2b6366604" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a5985107-3ab2-4ce4-b834-e5be0229d575" }, { "name": "Configure a New Remote Source", "id": "a6cff53c-904d-4b85-b957-0c5b39864170", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ],\n \"output\": {\n \"registry_url\": \"\"\n },\n \"overlays\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/remote_sources", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ] } }, "response": [ { "id": "f20e9e09-6608-47b5-a9eb-b15fa26ed116", "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 \"inputs\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ],\n \"output\": {\n \"registry_url\": \"\"\n },\n \"overlays\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/remote_sources", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-f20e9e09-6608-47b5-a9eb-b15fa26ed116" }, { "id": "c02c10d8-2bc2-47c0-8d9b-ea529a7ef823", "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 \"inputs\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ],\n \"output\": {\n \"registry_url\": \"\"\n },\n \"overlays\": [\n {\n \"registry_url\": \"\"\n },\n {\n \"registry_url\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/artifacts/remote_sources", "host": [ "{{baseUrl}}" ], "path": [ "v1", "artifacts", "remote_sources" ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-c02c10d8-2bc2-47c0-8d9b-ea529a7ef823" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a6cff53c-904d-4b85-b957-0c5b39864170" } ], "id": "3fbb7973-35e5-40d1-85a7-308d9460dce5", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-3fbb7973-35e5-40d1-85a7-308d9460dce5" } ], "id": "f46bab43-5190-4119-9384-9eb45aa3b0d4", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-f46bab43-5190-4119-9384-9eb45aa3b0d4" }, { "name": "oci", "item": [ { "name": "v2", "item": [ { "name": "{organization_slug}", "item": [ { "name": "{workspace_slug}", "item": [ { "name": "{namespace_name}", "item": [ { "name": "manifests", "item": [ { "name": "{revision_reference}", "item": [ { "name": "Get Manifest for a Particular Reference", "id": "6a7410b4-79fe-4816-a06d-10a1eaff6494", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.oci.image.manifest.v1+json" } ], "url": { "raw": "{{baseUrl}}/v1/oci/v2/:organization_slug/:workspace_slug/:namespace_name/manifests/:revision_reference", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "manifests", ":revision_reference" ], "variable": [ { "id": "bce4a98d-ad58-4753-b91a-ac8caaf73fea", "key": "organization_slug", "value": "", "description": "(Required) " }, { "id": "68f8e964-ab9a-4d22-a86a-269be437aa37", "key": "workspace_slug", "value": "", "description": "(Required) " }, { "id": "db97b275-4cde-4919-8a78-7dc3f053f9d1", "key": "namespace_name", "value": "", "description": "(Required) " }, { "id": "236bc820-9439-4070-8e5e-d0867b87b455", "key": "revision_reference", "value": "", "description": "(Required) Tag or digest" } ] } }, "response": [ { "id": "15a40213-2e6f-41d1-a4cf-2dc09914a51a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.oci.image.manifest.v1+json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/oci/v2/:organization_slug/:workspace_slug/:namespace_name/manifests/:revision_reference", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "manifests", ":revision_reference" ], "variable": [ { "key": "organization_slug" }, { "key": "workspace_slug" }, { "key": "namespace_name" }, { "key": "revision_reference" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.oci.image.manifest.v1+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemaVersion\": \"\",\n \"mediaType\": \"\",\n \"artifactType\": \"\",\n \"annotations\": {\n \"org.opencontainers.image.created\": \"\",\n \"org.opencontainers.image.authors\": \"\",\n \"org.opencontainers.image.url\": \"\",\n \"org.opencontainers.image.documentation\": \"\",\n \"org.opencontainers.image.source\": \"\",\n \"org.opencontainers.image.version\": \"\",\n \"org.opencontainers.image.revision\": \"\",\n \"org.opencontainers.image.vendor\": \"\",\n \"org.opencontainers.image.licenses\": \"\",\n \"org.opencontainers.image.ref.name\": \"\",\n \"org.opencontainers.image.title\": \"\",\n \"org.opencontainers.image.description\": \"\"\n },\n \"layers\": [\n {\n \"digest\": \"\",\n \"mediaType\": \"\",\n \"size\": \"\",\n \"annotations\": {\n \"org.opencontainers.image.created\": \"\",\n \"org.opencontainers.image.authors\": \"\",\n \"org.opencontainers.image.url\": \"\",\n \"org.opencontainers.image.documentation\": \"\",\n \"org.opencontainers.image.source\": \"\",\n \"org.opencontainers.image.version\": \"\",\n \"org.opencontainers.image.revision\": \"\",\n \"org.opencontainers.image.vendor\": \"\",\n \"org.opencontainers.image.licenses\": \"\",\n \"org.opencontainers.image.ref.name\": \"\",\n \"org.opencontainers.image.title\": \"\",\n \"org.opencontainers.image.description\": \"\"\n }\n },\n {\n \"digest\": \"\",\n \"mediaType\": \"\",\n \"size\": \"\",\n \"annotations\": {\n \"org.opencontainers.image.created\": \"\",\n \"org.opencontainers.image.authors\": \"\",\n \"org.opencontainers.image.url\": \"\",\n \"org.opencontainers.image.documentation\": \"\",\n \"org.opencontainers.image.source\": \"\",\n \"org.opencontainers.image.version\": \"\",\n \"org.opencontainers.image.revision\": \"\",\n \"org.opencontainers.image.vendor\": \"\",\n \"org.opencontainers.image.licenses\": \"\",\n \"org.opencontainers.image.ref.name\": \"\",\n \"org.opencontainers.image.title\": \"\",\n \"org.opencontainers.image.description\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-15a40213-2e6f-41d1-a4cf-2dc09914a51a" }, { "id": "a0cf41bf-ebb7-45d2-9166-21add492a873", "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/oci/v2/:organization_slug/:workspace_slug/:namespace_name/manifests/:revision_reference", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "manifests", ":revision_reference" ], "variable": [ { "key": "organization_slug" }, { "key": "workspace_slug" }, { "key": "namespace_name" }, { "key": "revision_reference" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a0cf41bf-ebb7-45d2-9166-21add492a873" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-6a7410b4-79fe-4816-a06d-10a1eaff6494" } ], "id": "31efb431-f6de-448b-933b-430f330b267b", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-31efb431-f6de-448b-933b-430f330b267b" } ], "id": "4245e187-030c-4d3b-8649-9320bbd70f9d", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-4245e187-030c-4d3b-8649-9320bbd70f9d" }, { "name": "blobs", "item": [ { "name": "{digest}", "item": [ { "name": "Get Blob for a Particular Digest", "id": "0d8fad64-e429-4790-9b9a-64fb67f23257", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/v1/oci/v2/:organization_slug/:workspace_slug/:namespace_name/blobs/:digest", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "blobs", ":digest" ], "variable": [ { "id": "d793548b-6244-4182-8059-f96df4427eda", "key": "organization_slug", "value": "", "description": "(Required) " }, { "id": "b84a8c00-17c2-4442-b03e-93c075d0b9b5", "key": "workspace_slug", "value": "", "description": "(Required) " }, { "id": "492edbdc-7d5c-4c39-96ed-88019b30ce8f", "key": "namespace_name", "value": "", "description": "(Required) " }, { "id": "1df4b410-391d-489a-9d6c-d370b6f3abf3", "key": "digest", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1dd90060-2c29-40dd-973e-458bdb97c79d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/oci/v2/:organization_slug/:workspace_slug/:namespace_name/blobs/:digest", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "blobs", ":digest" ], "variable": [ { "key": "organization_slug" }, { "key": "workspace_slug" }, { "key": "namespace_name" }, { "key": "digest" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-1dd90060-2c29-40dd-973e-458bdb97c79d" }, { "id": "4925397c-210b-4728-b83f-030c67ad0a33", "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/oci/v2/:organization_slug/:workspace_slug/:namespace_name/blobs/:digest", "host": [ "{{baseUrl}}" ], "path": [ "v1", "oci", "v2", ":organization_slug", ":workspace_slug", ":namespace_name", "blobs", ":digest" ], "variable": [ { "key": "organization_slug" }, { "key": "workspace_slug" }, { "key": "namespace_name" }, { "key": "digest" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-4925397c-210b-4728-b83f-030c67ad0a33" } ], "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-0d8fad64-e429-4790-9b9a-64fb67f23257" } ], "id": "a0f8bc2e-0800-497d-92a8-e53f683702a9", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-a0f8bc2e-0800-497d-92a8-e53f683702a9" } ], "id": "0bf59671-0e65-435f-82c8-74bb3b006c97", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-0bf59671-0e65-435f-82c8-74bb3b006c97" } ], "id": "97a6d74d-783b-4eae-b560-24685d33c0a7", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-97a6d74d-783b-4eae-b560-24685d33c0a7" } ], "id": "ae03755a-38a2-4bd4-8a2a-1d702126b0f5", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-ae03755a-38a2-4bd4-8a2a-1d702126b0f5" } ], "id": "e2065a21-369a-4ded-b776-77c14256d066", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-e2065a21-369a-4ded-b776-77c14256d066" } ], "id": "4f78b817-0403-475e-8640-83828b241df1", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-4f78b817-0403-475e-8640-83828b241df1" } ], "id": "9c1f5e6f-32dc-4a51-b31c-0e6411e8d554", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-9c1f5e6f-32dc-4a51-b31c-0e6411e8d554" } ], "id": "84aee9fc-962e-4230-8fd5-49a763af3a08", "createdAt": "2026-07-28T02:59:32.000Z", "updatedAt": "2026-07-28T02:59:32.000Z", "uid": "35240-84aee9fc-962e-4230-8fd5-49a763af3a08" } ], "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" } ] }