{"info":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","description":"<html><head></head><body><p><strong>Version: 1.38.0</strong></p>\n<p>The Postman API enables you to programmatically access data stored in your Postman account.</p>\n<blockquote>\n<p>Certain endpoints may be unavailable depending on your region and/or Postman plan. </p>\n</blockquote>\n<h2 id=\"getting-started\">Getting started</h2>\n<p>You can get started with the Postman API by <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/\">forking the Postman API collection</a> to your workspace. You can also click <strong>Run in Postman</strong> to fork the collection and get started:<br><a href=\"https://god.gw.postman.com/run-collection/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a?action=collection%2Ffork&amp;source=rip_markdown&amp;collection-url=entityId%3D12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a%26entityType%3Dcollection%26workspaceId%3D405e0480-49cf-463b-8052-6c0d05a8e8f3\"><img src=\"https://run.pstmn.io/button.svg\"></a>Once you've forked the collection, you can use Postman to send requests.</p>\n<h3 id=\"eu-users\">EU users</h3>\n<p>For users in the EU with <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b> plans</a>, the Postman API uses the <code>https://api.eu.postman.com</code> subdomain. Included in this collection is an <strong>euUrl</strong> variable that contains the EU-specific subdomain. To use it, update the <strong>baseUrl</strong> value with the <code>https://api.eu.postman.com</code> subdomain.</p>\n<h2 id=\"about-the-postman-api\">About the Postman API</h2>\n<ul>\n<li><p>You must use a valid API Key to send requests to the API endpoints.</p>\n</li>\n<li><p>The API has <a href=\"https://learning.postman.com/docs/developer/postman-api/postman-api-rate-limits/\">rate and usage limits</a>.</p>\n</li>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP <code>301</code> redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API returns requests responses in <a href=\"https://en.wikipedia.org/wiki/JSON\">JSON format</a>.</p>\n</li>\n<li><p>The request method (verb) determines the nature of action you intend to perform. A request made using the <code>GET</code> method implies that you want to fetch something from Postman. The <code>POST</code> method implies you want to save something new to Postman.</p>\n</li>\n<li><p>For all requests, API calls respond with their corresponding <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes\">HTTP status codes</a>. In the Postman client, the status code also provides help text that details the possible meaning of the response code.</p>\n</li>\n</ul>\n<h3 id=\"ids-and-uids\">IDs and UIDs</h3>\n<p>All items in Postman, such as collections, workspaces, and APIs, have IDs and UIDs:</p>\n<ul>\n<li><p>An ID is the unique ID assigned to a Postman item. For example, <code>ec29121c-5203-409f-9e84-e83ffc10f226</code>.</p>\n</li>\n<li><p>The UID is the <strong>full</strong> ID of a Postman item. This value is the item's unique ID concatenated with the user ID. For example, in the <code>12345678-ec29121c-5203-409f-9e84-e83ffc10f226</code> UID:</p>\n<ul>\n<li><p><code>12345678</code> is the user's ID.</p>\n</li>\n<li><p><code>ec29121c-5203-409f-9e84-e83ffc10f226</code> is the item's ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"enum-values\">Enum values</h3>\n<p>Any documented enum values should be considered partial lists and may change over time.</p>\n<h3 id=\"503-response\">503 response</h3>\n<p>An HTTP <code>503 Service Unavailable</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, <a href=\"https://support.postman.com/hc/en-us/requests/new/\">contact support</a>.</p>\n<h3 id=\"403-response-for-unavailable-features\">403 response for unavailable features</h3>\n<p>Depending on your region and/or Postman <a href=\"https://www.postman.com/pricing/\">plan</a>, some endpoints will return an HTTP <code>403 Forbidden</code> response with the \"This feature isn't available in your region.\" detail.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Postman uses API keys for authentication. The API key tells the API server that the request came from you. Everything that you have access to in Postman is accessible with your API key. You can <a href=\"https://learning.postman.com/docs/developer/postman-api/authentication/#generate-a-postman-api-key\">generate</a> a Postman API key in the <a href=\"https://postman.postman.co/settings/me/api-keys\"><b>API keys</b></a> section of your Postman account settings.</p>\n<p>You must include an API key in each request to the Postman API with the <code>X-API-Key</code> request header. In Postman, you can store your API key as a <a href=\"https://learning.postman.com/docs/sending-requests/postman-vault/postman-vault-secrets/\">vault secret</a> or an <a href=\"https://www.getpostman.com/docs/environments\">environment variable</a>. The Postman API <a href=\"https://www.getpostman.com/docs/collections\">collection</a> will use it to make API calls.</p>\n<h3 id=\"scim-authentication\">SCIM authentication</h3>\n<p>While all other endpoints in this collection require a Postman API key, the SCIM endpoints require a <a href=\"https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key\">SCIM API key</a>.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP <code>401 Unauthorized</code> response code.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>API access <a href=\"https://learning.postman.com/docs/developer/postman-api/postman-api-rate-limits/\">rate limits</a> apply at a per-user basis in unit time. The limit is <strong>300 requests per minute</strong>. Postman Monitors, as well as the GET <code>/collections</code>, GET <code>/workspaces</code>, and GET <code>/workspaces/{id}</code> endpoints have a rate limit of <strong>10 calls in 10 seconds</strong>.</p>\n<p>Depending on your <a href=\"https://www.postman.com/pricing/\">plan</a>, you may also have <a href=\"https://learning.postman.com/docs/billing/resource-usage/\">usage limits</a>. Every API response includes headers to help you identify the status of your use limits. For more information, see <a href=\"https://learning.postman.com/docs/developer/postman-api/postman-api-rate-limits/\">Track Postman API call limits</a>.</p>\n<p>When you reach your rate or usage limits, the API returns the following HTTP <code>429 Too Many Requests</code> status code with one of the following error responses:</p>\n<ul>\n<li><p><code>rateLimited</code> — Rate limits reached. The response returns the time after which you can resume calls to the Postman API. The response header also includes the <code>X-RateLimit-RetryAfter</code> and <code>Retry-After</code> responses when you go over your limit, which returns the seconds remaining until you can make another request.</p>\n</li>\n<li><p><code>serviceLimitExhausted</code> — Postman API service limits reached. You will need to contact your Postman Team Admin for assistance.</p>\n</li>\n</ul>\n<h2 id=\"support\">Support</h2>\n<p>For help regarding accessing the Postman API, you can:</p>\n<ul>\n<li><p>Visit <a href=\"https://support.postman.com/hc/en-us\">Postman Support</a> or our <a href=\"https://www.postman.com/community/\">Community and Support</a> sites.</p>\n</li>\n<li><p>Reach out to the <a href=\"https://community.postman.com/\">Postman community</a>.</p>\n</li>\n<li><p>Submit a help request to <a href=\"https://support.postman.com/hc/en-us/requests/new/\">Postman support</a>.</p>\n</li>\n</ul>\n<h2 id=\"policies\">Policies</h2>\n<ul>\n<li><p><a href=\"http://www.postman.com/legal/terms/\">Postman Terms of Service</a></p>\n</li>\n<li><p><a href=\"https://www.postman.com/legal/privacy-policy/\">Postman Privacy Policy</a></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12959542","collectionId":"c8142d51-e97c-46b6-bd77-52bb66712c9a","publishedId":"UV5XjJV8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-03T20:10:31.000Z"},"item":[{"name":"Analytics","item":[{"name":"Get analytics data","id":"f0a11660-7b4c-47b7-a517-5e06fa9df57a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/analytics?resource=&metrics=&view=","description":"<p>Gets analytics data based on the specified resource, metrics, and given filters for team, internal, and public workspaces, as well as Partner Workspaces.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint only accepts the following resource:metric query parameter combinations:</p>\n<ul>\n<li><p><code>user</code> — <code>workspace_active_users</code>, <code>active_users</code></p>\n</li>\n<li><p><code>workspace</code> — <code>elements_in_workspace</code>, <code>active_workspaces</code>, <code>api_calls</code>, <code>active_collections</code>, <code>response_status</code>, <code>pending_invites</code>, <code>needs_attention</code>, <code>success_rate</code>, <code>user_requests</code>, <code>collection_error_aggregate</code></p>\n</li>\n<li><p><code>team</code> — <code>user_api_journey</code>, <code>workspace_distribution</code>, <code>internal_workspace_distribution</code>, <code>license_consumption</code>, <code>partner_engagement_funnel</code></p>\n</li>\n</ul>\n<p>The <code>view</code> query parameter only accepts the following values when called with the following resource:metric pairs:</p>\n<ul>\n<li><p><code>detailed</code> or <code>summary</code> — <code>user:active_users</code>, <code>workspace:active_workspaces</code>, <code>workspace:pending_invites</code>, <code>workspace:needs_attention</code>, <code>workspace:success_rate</code>, <code>team:partner_engagement_funnel</code></p>\n</li>\n<li><p><code>summary</code> only — <code>workspace:elements_in_workspace</code>, <code>workspace:workspace_active_users</code>, <code>workspace:api_calls</code>, <code>workspace:response_status</code>, <code>team:user_api_journey</code>, <code>team:workspace_distribution</code>, <code>team:internal_workspace_distribution</code>, <code>team:license_consumption</code></p>\n</li>\n<li><p><code>detailed</code> only — <code>workspace:active_collections</code>, <code>workspace:user_requests</code></p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["analytics"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>Returns metrics and insights for API usage, success, and workspace/team trends in Postman:</p>\n<ul>\n<li><code>user</code> — Data related to individual user activities and engagement within Postman workspaces.</li>\n<li><code>team</code> — Team-level analytics, license consumption, and organizational trends.</li>\n<li><code>workspace</code> — Workspace-level activities, elements, and collaboration patterns.</li>\n</ul>\n","type":"text/plain"},"key":"resource","value":""},{"description":{"content":"<p>Filters the response by only the given metrics. The metric must match the given <code>resource</code> value.</p>\n<p>For a list of metrics and their related <code>resource</code> value, call the GET <code>/analytics-metadata</code> endpoint.</p>\n","type":"text/plain"},"key":"metrics","value":""},{"description":{"content":"<p>The view type for the analytics data:</p>\n<ul>\n<li><code>detailed</code> — Return extensive information.</li>\n<li><code>summary</code> — Return aggregated information.</li>\n</ul>\n","type":"text/plain"},"key":"view","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of workspace types to filter the results by. Accepts <code>internal</code>, <code>public</code>, and <code>partner</code>.</p>\n","type":"text/plain"},"key":"workspaceType","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of user IDs to filter the results by. Only pass this parameter when calling the <code>user_requests</code> metric for the <code>workspace</code> resource.</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>Filters the response by the given duration.</p>\n","type":"text/plain"},"key":"duration","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of HTTP response status codes to filter the results by. Accepts values <code>100</code> through <code>600</code>. Only pass this parameter when using the <code>user_requests</code> metric.</p>\n","type":"text/plain"},"key":"responseStatus","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of unique request IDs (<code>userId</code>-<code>requestId</code>) to filter the response by. Only pass this parameter when using the <code>user_requests</code> metric.</p>\n","type":"text/plain"},"key":"requestId","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of issues types to filter the results by. Attention types provide details about issues users or partners are facing. Accepts the <code>high_non_200OK_rate_for_partner</code> and <code>no_success_on_tried_request</code> values. Only pass this parameter when using the <code>needs_attention</code> metric.</p>\n","type":"text/plain"},"key":"attentionType","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of records in the paginated response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item returned.</p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"a6e2cb5c-6cc0-4c26-9d40-61c0901f5e06","name":"Users - Active Users - Top 5 Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=user&metrics=active_users&view=detailed&workspaceType=all&limit=5&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"user"},{"key":"metrics","value":"active_users"},{"key":"view","value":"detailed"},{"key":"workspaceType","value":"all"},{"key":"limit","value":"5"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"pagination\": {\n                \"total\": 360,\n                \"has_more\": true,\n                \"offset\": 0,\n                \"limit\": 3\n            },\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"user_id\",\n                        \"description\": \"Unique identifier assigned to the user.\"\n                    },\n                    {\n                        \"type\": \"DATE\",\n                        \"name\": \"team_joining_date\",\n                        \"description\": \"Date when the user joined the team.\"\n                    },\n                    {\n                        \"type\": \"TIMESTAMP\",\n                        \"name\": \"last_active_ts\",\n                        \"description\": \"Timestamp of the user's most recent activity.\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                    },\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"api_requests_count\",\n                        \"description\": \"Total number of API requests made by the user.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2022-06-10\",\n                    \"2026-03-13T00:00:00.000Z\",\n                    103\n                ],\n                [\n                    \"87654321\",\n                    \"2022-08-14\",\n                    \"2026-03-19T00:00:00.000Z\",\n                    93\n                ],\n                [\n                    \"56781234\",\n                    \"2023-01-03\",\n                    \"2026-03-22T00:00:00.000Z\",\n                    5\n                ],\n                [\n                    \"987612345\",\n                    \"2022-08-14\",\n                    \"2026-03-01T00:00:00.000Z\",\n                    71\n                ],\n                [\n                    \"132495678\",\n                    \"2022-06-10\",\n                    \"2026-03-02T00:00:00.000Z\",\n                    22\n                ]\n            ]\n        }\n    }\n}"},{"id":"fd4edb63-9995-4cbb-b155-aade2f2e3d6c","name":"Users - Active Users - Count Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=user&metrics=active_users&view=summary&workspaceType=all&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"user"},{"key":"metrics","value":"active_users"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"all"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    360,\n                    800,\n                    \"increase\"\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"count\",\n                        \"description\": \"Total number of active users.\"\n                    },\n                    {\n                        \"type\": \"FLOAT\",\n                        \"name\": \"change\",\n                        \"description\": \"Percentage change from the previous period.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"change_type\",\n                        \"description\": \"Indicates whether the change is an increase or decrease.\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"45a7b3be-afe0-4263-951c-754557b282ff","name":"Workspace Active Users - Count - Internal Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=user&metrics=workspace_active_users&view=summary&workspaceType=internal&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"user"},{"key":"metrics","value":"workspace_active_users"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    149\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Total number for the summarized metric.\",\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"5f00ef49-f700-4c1e-902a-b6f3e0787938","name":"Workspace - Elements","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=elements_in_workspace&view=summary&workspaceType=public,partner,internal&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"elements_in_workspace"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"public,partner,internal"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for the aggregated metrics.\"\n                    },\n                    {\n                        \"name\": \"collections_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of collections at the given time.\"\n                    },\n                    {\n                        \"name\": \"environments_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of environments at the given time.\"\n                    },\n                    {\n                        \"name\": \"mocks_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of mock servers at the given time.\"\n                    },\n                    {\n                        \"name\": \"monitors_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of monitors at the given time.\"\n                    },\n                    {\n                        \"name\": \"flows_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of flows created at the given time.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-03-01\",\n                    420,\n                    310,\n                    150,\n                    190,\n                    120\n                ],\n                [\n                    \"2025-04-01\",\n                    450,\n                    320,\n                    160,\n                    200,\n                    125\n                ],\n                [\n                    \"2025-05-01\",\n                    470,\n                    335,\n                    170,\n                    215,\n                    130\n                ],\n                [\n                    \"2025-06-01\",\n                    500,\n                    345,\n                    185,\n                    230,\n                    140\n                ],\n                [\n                    \"2025-07-01\",\n                    520,\n                    355,\n                    195,\n                    240,\n                    145\n                ],\n                [\n                    \"2025-08-01\",\n                    540,\n                    370,\n                    205,\n                    255,\n                    150\n                ]\n            ]\n        }\n    }\n}"},{"id":"5422f838-400d-4ded-a852-c38a8caaf18b","name":"Workspace - Elements - Internal Workspaces","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=elements_in_workspace&view=summary&workspaceType=internal&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"elements_in_workspace"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for the aggregated metrics.\"\n                    },\n                    {\n                        \"name\": \"collections_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of collections at the given time.\"\n                    },\n                    {\n                        \"name\": \"environments_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of environments at the given time.\"\n                    },\n                    {\n                        \"name\": \"mocks_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of mock servers at the given time.\"\n                    },\n                    {\n                        \"name\": \"monitors_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of monitors at the given time.\"\n                    },\n                    {\n                        \"name\": \"flows_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of flows created at the given time.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-03-01\",\n                    420,\n                    310,\n                    150,\n                    190,\n                    120\n                ],\n                [\n                    \"2025-04-01\",\n                    450,\n                    320,\n                    160,\n                    200,\n                    125\n                ],\n                [\n                    \"2025-05-01\",\n                    470,\n                    335,\n                    170,\n                    215,\n                    130\n                ],\n                [\n                    \"2025-06-01\",\n                    500,\n                    345,\n                    185,\n                    230,\n                    140\n                ],\n                [\n                    \"2025-07-01\",\n                    520,\n                    355,\n                    195,\n                    240,\n                    145\n                ],\n                [\n                    \"2025-08-01\",\n                    540,\n                    370,\n                    205,\n                    255,\n                    150\n                ]\n            ]\n        }\n    }\n}"},{"id":"134275f6-da59-4d5a-afa3-d7704f107b48","name":"Workspace - Active Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_workspaces&view=summary&workspaceType=public,partner,internal&duration=last_30_days&limit=5&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_workspaces"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"public,partner,internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"5"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Indicates whether the workspace is hidden.\",\n                        \"name\": \"is_hidden\",\n                        \"type\": \"BOOLEAN\"\n                    },\n                    {\n                        \"description\": \"Unique identifier of the workspace.\",\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Display name of the workspace.\",\n                        \"name\": \"workspace_name\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Name of the user who created the workspace.\",\n                        \"name\": \"created_by\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Category of the workspace such as internal or partner.\",\n                        \"name\": \"type\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Number of contributors in the workspace.\",\n                        \"name\": \"contributors\",\n                        \"type\": \"INTEGER\"\n                    },\n                    {\n                        \"description\": \"Total number of API calls made within the workspace.\",\n                        \"name\": \"api_calls\",\n                        \"type\": \"INTEGER\"\n                    }\n                ]\n            },\n            \"pagination\": {\n                \"total\": 238,\n                \"has_more\": true,\n                \"offset\": 0,\n                \"limit\": 5\n            },\n            \"rows\": [\n                [\n                    true,\n                    \"2792cd99-7c05-43fa-90ad-5e2bf098ae14\",\n                    null,\n                    \"12345678\",\n                    \"internal\",\n                    1,\n                    56\n                ],\n                [\n                    true,\n                    \"e7c2871e-c9cc-4e39-a541-41bfdebbea7f\",\n                    null,\n                    \"12345678\",\n                    \"internal\",\n                    0,\n                    32\n                ],\n                [\n                    true,\n                    \"6e97104e-01cd-4ae0-991e-6a7905f6252d\",\n                    null,\n                    \"56781234\",\n                    \"internal\",\n                    3,\n                    32\n                ],\n                [\n                    false,\n                    \"36c18c9f-e942-4119-bef8-2cf0ebede4e9\",\n                    \"User Authentication API\",\n                    \"12345678\",\n                    \"internal\",\n                    2,\n                    95\n                ],\n                [\n                    false,\n                    \"66764399-25d0-4dc5-9e9d-30a433c1df63\",\n                    \"Performance Monitors\",\n                    \"56781234\",\n                    \"internal\",\n                    0,\n                    15\n                ]\n            ]\n        }\n    }\n}"},{"id":"d33b8377-931c-4a7b-99ae-3ada9e1011a6","name":"Workspace - Active Workspaces - Internal Workspaces","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_workspaces&view=summary&workspaceType=internal&duration=last_30_days&limit=3&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_workspaces"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"3"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    true,\n                    \"2792cd99-7c05-43fa-90ad-5e2bf098ae14\",\n                    null,\n                    \"12345678\",\n                    \"internal\",\n                    1,\n                    56\n                ],\n                [\n                    true,\n                    \"e7c2871e-c9cc-4e39-a541-41bfdebbea7f\",\n                    null,\n                    \"12345678\",\n                    \"internal\",\n                    0,\n                    32\n                ],\n                [\n                    true,\n                    \"6e97104e-01cd-4ae0-991e-6a7905f6252d\",\n                    null,\n                    \"56781234\",\n                    \"internal\",\n                    1,\n                    32\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 214,\n                \"has_more\": true,\n                \"offset\": 0,\n                \"limit\": 3\n            },\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Indicates whether the workspace is hidden.\",\n                        \"name\": \"is_hidden\",\n                        \"type\": \"BOOLEAN\"\n                    },\n                    {\n                        \"description\": \"Unique identifier of the workspace.\",\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Display name of the workspace.\",\n                        \"name\": \"workspace_name\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Name of the user who created the workspace.\",\n                        \"name\": \"created_by\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Category of the workspace such as internal or partner.\",\n                        \"name\": \"type\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Number of contributors in the workspace.\",\n                        \"name\": \"contributors\",\n                        \"type\": \"INTEGER\"\n                    },\n                    {\n                        \"description\": \"Total number of API calls made within the workspace.\",\n                        \"name\": \"api_calls\",\n                        \"type\": \"INTEGER\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"89f80261-ad0a-4952-9e2d-15f8de5a090b","name":"Workspace - Active - Count Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_workspaces&view=summary&workspaceType=public,partner,internal&duration=last_30_days&limit=5&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_workspaces"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"public,partner,internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"5"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    312,\n                    4.69,\n                    \"increase\"\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Total number for the summarized metric.\",\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\"\n                    },\n                    {\n                        \"description\": \"Percentage or numeric change from the previous value.\",\n                        \"name\": \"change\",\n                        \"type\": \"FLOAT\"\n                    },\n                    {\n                        \"description\": \"Indicates whether the change is an increase or decrease.\",\n                        \"name\": \"change_type\",\n                        \"type\": \"STRING\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"a0c2a8bb-f098-4855-a6d0-6175f115790d","name":"Workspace - Active - Count Trend - Internal Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_workspaces&view=summary&workspaceType=internal&duration=last_30_days&limit=5&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_workspaces"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"5"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    312,\n                    4.69,\n                    \"increase\"\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Total number for the summarized metric.\",\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\"\n                    },\n                    {\n                        \"description\": \"Percentage or numeric change from the previous value.\",\n                        \"name\": \"change\",\n                        \"type\": \"FLOAT\"\n                    },\n                    {\n                        \"description\": \"Indicates whether the change is an increase or decrease.\",\n                        \"name\": \"change_type\",\n                        \"type\": \"STRING\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"f4d5ca7b-8cee-4487-9df2-015b17ab4270","name":"Workspace - Active Users - Count - Internal Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=user&metrics=workspace_active_users&view=summary&workspaceType=internal&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"user"},{"key":"metrics","value":"workspace_active_users"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    149\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"count\",\n                        \"description\": \"Total number for the summarized metric.\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"53c05e4d-a8c6-4a12-a1ae-6f75fa5ad7de","name":"Workspace - API Calls - Count Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=api_calls&view=summary&workspaceType=all&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"api_calls"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"all"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    120546,\n                    3.74,\n                    \"increase\"\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"count\",\n                        \"description\": \"Total number for the summarized metric.\"\n                    },\n                    {\n                        \"type\": \"FLOAT\",\n                        \"name\": \"change\",\n                        \"description\": \"Percentage or numeric change from the previous value.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"change_type\",\n                        \"description\": \"Indicates whether the change is an increase or decrease.\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"24f29c53-46fb-4723-a52d-93265a595d01","name":"Workspace - API Calls - Count Trend - Internal Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=api_calls&view=summary&workspaceType=internal&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"api_calls"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"rows\": [\n                [\n                    120546,\n                    3.74,\n                    \"increase\"\n                ]\n            ],\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"count\",\n                        \"description\": \"Total number for the summarized metric.\"\n                    },\n                    {\n                        \"type\": \"FLOAT\",\n                        \"name\": \"change\",\n                        \"description\": \"Percentage or numeric change from the previous value.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"change_type\",\n                        \"description\": \"Indicates whether the change is an increase or decrease.\"\n                    }\n                ]\n            }\n        }\n    }\n}                         "},{"id":"8f458598-d31f-491c-8d4b-9fb694fb892e","name":"Workspace - Active Collections","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_collections&view=detailed&workspaceType=public,partner,internal&duration=last_30_days&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_collections"},{"key":"view","value":"detailed"},{"key":"workspaceType","value":"public,partner,internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"pagination\": {\n                \"total\": 38,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            },\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"BOOLEAN\",\n                        \"name\": \"is_hidden\",\n                        \"description\": \"Indicates whether the collection is hidden.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"collection_id\",\n                        \"description\": \"Unique identifier of the collection.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"collection_name\",\n                        \"description\": \"Display name of the collection.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"workspace_name\",\n                        \"description\": \"Name of the workspace containing the collection.\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"name\": \"created_by\",\n                        \"description\": \"Unique identifier assigned to the user.\"\n                    },\n                    {\n                        \"type\": \"INTEGER\",\n                        \"name\": \"api_calls_count\",\n                        \"description\": \"Total number of API calls made using requests in this collection.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    false,\n                    \"12345678-f5c93a94-8981-4005-a75a-a02d5a4e5235\",\n                    \"Service Monitoring API\",\n                    \"Engineering Hub\",\n                    \"12345678\",\n                    152\n                ],\n                [\n                    false,\n                    \"975a340d-5911-486c-8382-8d952ac4f336\",\n                    \"Import Tools\",\n                    \"Gateway Tools\",\n                    \"12345678\",\n                    100\n                ],\n                [\n                    false,\n                    \"36c18c9f-e942-4119-bef8-2cf0ebede4e9\",\n                    \"User Authentication API\",\n                    \"Partner API Hub\",\n                    \"12345678\",\n                    95\n                ]\n            ]\n        }\n    }\n}"},{"id":"806be5c4-7a76-49e2-8d1c-329a790b6170","name":"Workspace - Active Collections - Internal Workspaces","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=active_collections&view=detailed&workspaceType=internal&duration=last_30_days&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"active_collections"},{"key":"view","value":"detailed"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"pagination\": {\n                \"total\": 38,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            },\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"description\": \"Indicates whether the collection is hidden.\",\n                        \"name\": \"is_hidden\",\n                        \"type\": \"BOOLEAN\"\n                    },\n                    {\n                        \"description\": \"Unique identifier of the collection.\",\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Display name of the collection.\",\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Name of the workspace containing the collection.\",\n                        \"name\": \"workspace_name\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Unique identifier assigned to the user.\",\n                        \"name\": \"created_by\",\n                        \"type\": \"STRING\"\n                    },\n                    {\n                        \"description\": \"Total number of API calls made using requests in this collection.\",\n                        \"name\": \"api_calls_count\",\n                        \"type\": \"INTEGER\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    false,\n                    \"56781234-dd14b810-bb36-4549-9410-1c30728fb417\",\n                    \"Service Monitoring API\",\n                    \"Engineering Hub\",\n                    \"56781234\",\n                    39\n                ],\n                [\n                    false,\n                    \"56781234-dd14b810-bb36-4549-9410-1c30728fb417\",\n                    \"Service Monitoring API\",\n                    \"Engineering Hub\",\n                    \"56781234\",\n                    109\n                ],\n                [\n                    false,\n                    \"12345678-975a340d-5911-486c-8382-8d952ac4f336\",\n                    \"Import Tools\",\n                    \"Gateway Tools\",\n                    \"12345678\",\n                    29\n                ]\n            ]\n        }\n    }\n}"},{"id":"0a544bd8-b7b4-4139-8cb8-edaae431dcf3","name":"Workspace - Response Status Trend","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=response_status&view=summary&workspaceType=public,partner,internal&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"response_status"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"public,partner,internal"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for the aggregated API metrics.\"\n                    },\n                    {\n                        \"name\": \"total_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of API requests for the given date.\"\n                    },\n                    {\n                        \"name\": \"count_2xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of successful API responses (2xx).\"\n                    },\n                    {\n                        \"name\": \"count_3xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of redirection responses (3xx).\"\n                    },\n                    {\n                        \"name\": \"count_4xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of client error responses (4xx).\"\n                    },\n                    {\n                        \"name\": \"count_5xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of server error responses (5xx).\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-03-01\",\n                    102340,\n                    74480,\n                    3120,\n                    23100,\n                    4760\n                ],\n                [\n                    \"2025-04-01\",\n                    110540,\n                    80210,\n                    2990,\n                    25340,\n                    4990\n                ],\n                [\n                    \"2025-05-01\",\n                    125780,\n                    92410,\n                    3200,\n                    28200,\n                    5170\n                ],\n                [\n                    \"2025-06-01\",\n                    118420,\n                    86540,\n                    3030,\n                    27050,\n                    4830\n                ],\n                [\n                    \"2025-07-01\",\n                    121360,\n                    88250,\n                    3300,\n                    28210,\n                    4900\n                ],\n                [\n                    \"2025-08-01\",\n                    130550,\n                    95400,\n                    3530,\n                    29620,\n                    5530\n                ]\n            ]\n        }\n    }\n}"},{"id":"9bef81a6-1a94-4826-814c-5ed7f0f07ca3","name":"Workspace - Response Status Trend - Internal WS","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=response_status&view=summary&workspaceType=internal&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"response_status"},{"key":"view","value":"summary"},{"key":"workspaceType","value":"internal"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for the aggregated API metrics.\"\n                    },\n                    {\n                        \"name\": \"total_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of API requests for the given date.\"\n                    },\n                    {\n                        \"name\": \"count_2xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of successful API responses (2xx).\"\n                    },\n                    {\n                        \"name\": \"count_3xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of redirection responses (3xx).\"\n                    },\n                    {\n                        \"name\": \"count_4xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of client error responses (4xx).\"\n                    },\n                    {\n                        \"name\": \"count_5xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of server error responses (5xx).\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-03-01\",\n                    102340,\n                    74480,\n                    3120,\n                    23100,\n                    4760\n                ],\n                [\n                    \"2025-04-01\",\n                    110540,\n                    80210,\n                    2990,\n                    25340,\n                    4990\n                ],\n                [\n                    \"2025-05-01\",\n                    125780,\n                    92410,\n                    3200,\n                    28200,\n                    5170\n                ],\n                [\n                    \"2025-06-01\",\n                    118420,\n                    86540,\n                    3030,\n                    27050,\n                    4830\n                ],\n                [\n                    \"2025-07-01\",\n                    121360,\n                    88250,\n                    3300,\n                    28210,\n                    4900\n                ],\n                [\n                    \"2025-08-01\",\n                    130550,\n                    95400,\n                    3530,\n                    29620,\n                    5530\n                ]\n            ]\n        }\n    }\n}"},{"id":"45cb98a3-e809-4ab0-8c45-f42415971248","name":"Workspace - Collection Error Rate","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=collection_error_aggregate&view=detailed&duration=last_6_months&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"collection_error_aggregate"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_6_months"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"is_hidden\",\n                        \"type\": \"BOOLEAN\",\n                        \"description\": \"Indicates whether the collection is hidden.\"\n                    },\n                    {\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the collection.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection.\"\n                    },\n                    {\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the workspace owning the collection.\"\n                    },\n                    {\n                        \"name\": \"count_4xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of 4xx responses for the collection in the selected duration.\"\n                    },\n                    {\n                        \"name\": \"count_5xx\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of 5xx responses for the collection in the selected duration.\"\n                    },\n                    {\n                        \"name\": \"total_api_calls\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total API calls for the collection in the selected duration.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"56781234-dd14b810-bb36-4549-9410-1c30728fb417\",\n                    \"Demo requests\",\n                    \"ca858e90-131c-44a1-a132-03903fb1ab35\",\n                    0,\n                    0,\n                    1\n                ],\n                [\n                    \"12345678-36c18c9f-e942-4119-bef8-2cf0ebede4e9\",\n                    \"Testing composasble\",\n                    \"4540d410-ef72-4977-afb8-d7f53705f379\",\n                    0,\n                    0,\n                    1\n                ],\n                [\n                    \"87654321-13f603d8-4cb2-45d1-92f8-e39891fdf387\",\n                    \"New Collection\",\n                    \"b63a8c9d-fac3-47b9-85b1-7ba9237ce62f\",\n                    0,\n                    0,\n                    1\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 453,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"a0fe03e0-2ffd-4bf9-831f-427da7906265","name":"Team - User API Journey Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=user_api_journey&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"user_api_journey"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for aggregated user activity metrics.\"\n                    },\n                    {\n                        \"name\": \"active_user\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of users active on the given date.\"\n                    },\n                    {\n                        \"name\": \"api_user\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of users who made at least one API call.\"\n                    },\n                    {\n                        \"name\": \"new_api_user\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of users making API calls for the first time.\"\n                    },\n                    {\n                        \"name\": \"successful\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of users whose API calls were mostly successful.\"\n                    },\n                    {\n                        \"name\": \"error_only\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of users who encountered only error responses.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-03-01\",\n                    812,\n                    654,\n                    120,\n                    590,\n                    64\n                ],\n                [\n                    \"2025-04-01\",\n                    920,\n                    710,\n                    145,\n                    620,\n                    90\n                ],\n                [\n                    \"2025-05-01\",\n                    845,\n                    692,\n                    100,\n                    640,\n                    52\n                ],\n                [\n                    \"2025-06-01\",\n                    900,\n                    730,\n                    130,\n                    670,\n                    60\n                ],\n                [\n                    \"2025-07-01\",\n                    870,\n                    710,\n                    110,\n                    660,\n                    50\n                ],\n                [\n                    \"2025-08-01\",\n                    890,\n                    740,\n                    140,\n                    690,\n                    50\n                ]\n            ]\n        }\n    }\n}"},{"id":"ca334d55-3a14-4843-832e-94f26ad1b6cb","name":"Team - Workspace Distribution Trend","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=workspace_distribution&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"workspace_distribution"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"date\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for the aggregated workspace counts.\"\n                    },\n                    {\n                        \"name\": \"total\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of workspaces for the given date.\"\n                    },\n                    {\n                        \"name\": \"internal\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of internal workspaces.\"\n                    },\n                    {\n                        \"name\": \"partner\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of partner workspaces.\"\n                    },\n                    {\n                        \"name\": \"public\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of public workspaces.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-02-01\",\n                    1300,\n                    950,\n                    200,\n                    150\n                ],\n                [\n                    \"2025-03-01\",\n                    1350,\n                    980,\n                    210,\n                    160\n                ],\n                [\n                    \"2025-04-01\",\n                    1370,\n                    995,\n                    215,\n                    160\n                ],\n                [\n                    \"2025-05-01\",\n                    1380,\n                    1000,\n                    220,\n                    160\n                ],\n                [\n                    \"2025-06-01\",\n                    1400,\n                    1020,\n                    225,\n                    155\n                ],\n                [\n                    \"2025-07-01\",\n                    1420,\n                    1035,\n                    230,\n                    155\n                ]\n            ]\n        }\n    }\n}"},{"id":"4022a296-d94c-40df-b747-1fc2ea2dcf35","name":"Team - Internal Workspace Distribution Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=internal_workspace_distribution&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"internal_workspace_distribution"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"date\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for internal workspace distribution.\"\n                    },\n                    {\n                        \"name\": \"internal_team_shared\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Count of internal team-shared workspaces.\"\n                    },\n                    {\n                        \"name\": \"internal_private\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Count of internal private workspaces.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-02-01\",\n                    520,\n                    380\n                ],\n                [\n                    \"2025-03-01\",\n                    540,\n                    395\n                ],\n                [\n                    \"2025-04-01\",\n                    555,\n                    405\n                ],\n                [\n                    \"2025-05-01\",\n                    565,\n                    415\n                ],\n                [\n                    \"2025-06-01\",\n                    575,\n                    425\n                ],\n                [\n                    \"2025-07-01\",\n                    590,\n                    440\n                ]\n            ]\n        }\n    }\n}"},{"id":"99e5b990-c02e-4157-91ef-b94ccc571472","name":"Team - License Consumption Trend","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=license_consumption&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"license_consumption"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"date\",\n                        \"type\": \"DATE\",\n                        \"format\": \"YYYY-MM-DD\",\n                        \"description\": \"Reporting date for team and license metrics.\"\n                    },\n                    {\n                        \"name\": \"team_members\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of members in the team.\"\n                    },\n                    {\n                        \"name\": \"active_postman_users\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Count of team members actively using Postman.\"\n                    },\n                    {\n                        \"name\": \"partners\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of partner users associated with the team.\"\n                    },\n                    {\n                        \"name\": \"guests\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of guest users with limited access.\"\n                    },\n                    {\n                        \"name\": \"unused_licenses\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of licenses assigned but not actively used.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-02-01\",\n                    600,\n                    430,\n                    170,\n                    85,\n                    25\n                ],\n                [\n                    \"2025-03-01\",\n                    620,\n                    450,\n                    180,\n                    90,\n                    20\n                ],\n                [\n                    \"2025-04-01\",\n                    635,\n                    460,\n                    185,\n                    92,\n                    18\n                ],\n                [\n                    \"2025-05-01\",\n                    640,\n                    475,\n                    190,\n                    95,\n                    15\n                ],\n                [\n                    \"2025-06-01\",\n                    655,\n                    490,\n                    195,\n                    98,\n                    12\n                ],\n                [\n                    \"2025-07-01\",\n                    670,\n                    505,\n                    200,\n                    100,\n                    10\n                ]\n            ]\n        }\n    }\n}"},{"id":"9054be37-2a00-4e98-b9d6-f1a696401827","name":"Team - Last Autoflex Cycle - Detailed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=last_autoflex_cycle&view=detailed&limit=5&offset=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"last_autoflex_cycle"},{"key":"view","value":"detailed"},{"key":"limit","value":"5"},{"key":"offset","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"User's name.\",\n                        \"name\": \"name\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Email ID of user.\",\n                        \"name\": \"email\"\n                    },\n                    {\n                        \"type\": \"DATE\",\n                        \"description\": \"Timestamp when user was last active.\",\n                        \"name\": \"last_active\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Email ID that invited this user.\",\n                        \"name\": \"invited_by\"\n                    },\n                    {\n                        \"type\": \"DATE\",\n                        \"description\": \"Timestamp when user joined team.\",\n                        \"name\": \"joined_date\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Concatenated list of roles that user has.\",\n                        \"name\": \"user_role\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"taylor-lee\",\n                    \"taylor.lee@example.com\",\n                    \"2025-05-14T00:00:00.000Z\",\n                    \"\",\n                    \"2024-12-20T08:37:08.000Z\",\n                    \"Developer\"\n                ],\n                [\n                    \"alex-cruz\",\n                    \"alex-cruz@example.com\",\n                    \"2025-10-30T00:00:00.000Z\",\n                    \"taylor.lee@example.com\",\n                    \"2025-05-13T08:30:45.000Z\",\n                    \"Developer\"\n                ]\n            ],\n            \"pagination\": {\n                \"limit\": 2,\n                \"has_more\": true,\n                \"total\": 10,\n                \"offset\": 3\n            }\n        }\n    }\n}"},{"id":"a1c85fbf-dcd9-4ae7-b41d-26ab4e696d8c","name":"Team - Members - Detailed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=members&view=detailed&limit=2&offset=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"members"},{"key":"view","value":"detailed"},{"key":"limit","value":"2"},{"key":"offset","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Username of the user.\",\n                        \"name\": \"user_name\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Email ID of user.\",\n                        \"name\": \"email\"\n                    },\n                    {\n                        \"type\": \"DATE\",\n                        \"description\": \"Timestamp when user was added to team.\",\n                        \"name\": \"added_in_team\"\n                    },\n                    {\n                        \"type\": \"DATE\",\n                        \"description\": \"Timestamp when user was last active.\",\n                        \"name\": \"last_active\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Concatenated list of roles that user has.\",\n                        \"name\": \"user_role\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Email ID that invited this user.\",\n                        \"name\": \"invited_by\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Type of invitation.\",\n                        \"name\": \"invite_type\"\n                    },\n                    {\n                        \"type\": \"STRING\",\n                        \"description\": \"Describes whether the public profile of the user is enabled or not.\",\n                        \"name\": \"public_profile_enabled\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"taylor-lee\",\n                    \"taylor.lee@example.com\",\n                    \"2025-09-02\",\n                    \"2025-09-02\",\n                    \"Developer\",\n                    \"\",\n                    \"\",\n                    \"Yes\"\n                ],\n                [\n                    \"alex-cruz\",\n                    \"alex.cruz@example.com\",\n                    \"2025-09-02\",\n                    \"2025-09-02\",\n                    \"Developer\",\n                    \"\",\n                    \"\",\n                    \"Yes\"\n                ]\n            ],\n            \"pagination\": {\n                \"limit\": 2,\n                \"has_more\": true,\n                \"total\": 10,\n                \"offset\": 3\n            }\n        }\n    }\n}"},{"id":"68027c62-99d9-4e04-bf7e-905a3a31dded","name":"Partner Workspace - Pending Invites Count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=pending_invites&view=summary","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"pending_invites"},{"key":"view","value":"summary"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number Pending invites.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    65\n                ]\n            ]\n        }\n    }\n}"},{"id":"38f3e044-f5a3-402a-95dd-c9a697c02387","name":"Partner Workspace - Pending Invites","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=pending_invites&view=detailed&limit=3&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"pending_invites"},{"key":"view","value":"detailed"},{"key":"limit","value":"3"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"email_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Target email of pending invite\"\n                    },\n                    {\n                        \"name\": \"invite_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier for the invite\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the invite was created\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"taylor.lee@example.com\",\n                    \"759126\",\n                    \"2025-08-17T15:00:00Z\"\n                ],\n                [\n                    \"alex.cruz@example.com\",\n                    \"759127\",\n                    \"2025-08-17T12:30:00Z\"\n                ],\n                [\n                    \"ava.foster@example.com\",\n                    \"759128\",\n                    \"2025-08-16T10:45:00Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 65,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"f61c4ee8-688c-4fc6-8b2f-563392419114","name":"Partner Workspace - Needs Attention - Count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=needs_attention&view=summary&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"needs_attention"},{"key":"view","value":"summary"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of partners that need attention.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    65\n                ]\n            ]\n        }\n    }\n}"},{"id":"0bf47569-2e86-4e27-973c-5dee8aff2eab","name":"Partner Workspace - Needs Attention","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=needs_attention&view=detailed&duration=last_30_days&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"needs_attention"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the user.\"\n                    },\n                    {\n                        \"name\": \"request_type\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Type of issue or request pattern detected for the user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the request event was recorded.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection associated with the request, if available.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Display name of the request attempted by the user.\"\n                    },\n                    {\n                        \"name\": \"request_identifier_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier for the specific request instance.\"\n                    },\n                    {\n                        \"name\": \"partner_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the partner associated with the request, if applicable.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"no_success_on_tried_request\",\n                    \"2025-08-20T14:32:00Z\",\n                    \"Payments Gateway API\",\n                    \"Create Payment\",\n                    \"12345678-850fc79d-c756-480d-83ea-b0c05683088e\",\n                    null\n                ],\n                [\n                    \"87654321\",\n                    \"high_non_200OK_rate_for_partner\",\n                    \"2025-08-20T13:50:00Z\",\n                    null,\n                    null,\n                    null,\n                    \"56781234\"\n                ],\n                [\n                    \"12345678\",\n                    \"no_success_on_tried_request\",\n                    \"2025-08-19T21:40:00Z\",\n                    \"Integration API\",\n                    \"Rotate Integration Key\",\n                    \"12345678-7ac0f3bb-025b-48c4-adfa-e73bc0c00a32\",\n                    null\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 110,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"df093e06-1cac-4adf-8762-d2d29434244a","name":"Partner Workspace - API Success Rate - Trend","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=success_rate&view=summary&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"success_rate"},{"key":"view","value":"summary"},{"key":"duration","value":"last_30_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"success_rate\",\n                        \"type\": \"FLOAT\",\n                        \"description\": \"Overall percentage of successful requests.\"\n                    },\n                    {\n                        \"name\": \"change\",\n                        \"type\": \"FLOAT\",\n                        \"description\": \"Numeric change in success rate compared to the previous period.\"\n                    },\n                    {\n                        \"name\": \"change_type\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Indicates whether the success rate increased or decreased.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    0.962,\n                    0.012,\n                    \"increase\"\n                ]\n            ]\n        }\n    }\n}"},{"id":"5aa91044-1ca0-4573-a289-0d2b9e77ca4f","name":"Partner Workspace - API Success Rate - Detailed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=success_rate&view=detailed&duration=last_30_days&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"success_rate"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_30_days"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the request metrics snapshot was recorded.\"\n                    },\n                    {\n                        \"name\": \"request_identifier_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier for the specific request definition.\"\n                    },\n                    {\n                        \"name\": \"request_method\",\n                        \"type\": \"STRING\",\n                        \"description\": \"HTTP method used for the request.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Human-readable name of the request.\"\n                    },\n                    {\n                        \"name\": \"total_requests\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Total number of request attempts.\"\n                    },\n                    {\n                        \"name\": \"success_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of successful responses received.\"\n                    },\n                    {\n                        \"name\": \"failure_count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Number of failed responses received.\"\n                    },\n                    {\n                        \"name\": \"success_percent\",\n                        \"type\": \"FLOAT\",\n                        \"description\": \"Percentage of successful requests.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection the request belongs to.\"\n                    },\n                    {\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the collection the request belongs to.\"\n                    },\n                    {\n                        \"name\": \"workspace_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the workspace containing the collection.\"\n                    },\n                    {\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the workspace containing the collection.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"2025-10-10T10:10:00Z\",\n                    \"87654321-3346d4bb-c3f5-4f37-a80b-4e77eeb6055a\",\n                    \"GET\",\n                    \"Get User Profile\",\n                    1200,\n                    1080,\n                    120,\n                    90.0,\n                    \"User Management API\",\n                    \"87654321-ff0b2687-2617-48f9-8a50-7bc5bf8ef8b0\",\n                    \"Partner Portal\",\n                    \"13f603d8-4cb2-45d1-92f8-e39891fdf387\"\n                ],\n                [\n                    \"2025-10-10T10:10:00Z\",\n                    \"12345678-6f719613-acee-44d2-a9b5-e9be639add94\",\n                    \"POST\",\n                    \"Create Workspace\",\n                    980,\n                    850,\n                    130,\n                    86.7,\n                    \"Workspace Admin API\",\n                    \"12345678-c50b4c83-f39c-4812-9a3e-5e9785011e76\",\n                    \"Partner Portal\",\n                    \"50903db2-6d98-4564-8da9-631caa258c17\"\n                ],\n                [\n                    \"2025-10-10T10:10:00Z\",\n                    \"56781234-4cc757c2-ffba-431d-90b2-7242cedb47f3\",\n                    \"PATCH\",\n                    \"Update Member Role\",\n                    760,\n                    690,\n                    70,\n                    90.8,\n                    \"Team Management API\",\n                    \"56781234-4badbb68-830b-40c8-94b7-4c195c852995\",\n                    \"Partner Hub\",\n                    \"d100a067-b604-44c4-a1c1-bf414cc7b2c0\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 42,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"269726b7-9d90-43bb-97dc-d9fa58c8c4af","name":"Partner Workspace - User Requests - Selected Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=user_requests&view=detailed&duration=last_180_days&userId=12345678&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"user_requests"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_180_days"},{"key":"userId","value":"12345678"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the user who sent the request.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Human-readable name of the request made by the user.\"\n                    },\n                    {\n                        \"name\": \"request_identifier_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier referencing the specific request definition.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"workspace_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the workspace containing the request’s collection.\"\n                    },\n                    {\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the workspace containing the collection.\"\n                    },\n                    {\n                        \"name\": \"response_status\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"HTTP status code returned for the request.\"\n                    },\n                    {\n                        \"name\": \"request_ts\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Timestamp when the request was made.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"Get Workspace Summary\",\n                    \"12345678-82b01bb6-062c-4bdc-9e09-710bc8f66e75\",\n                    \"Workspace Insights API\",\n                    \"12345678-57d32d78-2d30-4fd7-9e33-4ac2213b4499\",\n                    \"Engineering Hub\",\n                    \"6755660d-38f1-4366-848b-df9f2008620d\",\n                    200,\n                    \"2025-10-10T09:55:00Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"Fetch Collection Details\",\n                    \"87654321-bcea09cd-cab7-4744-a971-45af229bc1ef\",\n                    \"Collection Metrics API\",\n                    \"87654321-43270cfc-92d2-426e-8c1b-4f85bc8dea0a\",\n                    \"Partner API Hub\",\n                    \"cc7b80be-89dd-4506-912d-c27945fea4b2\",\n                    404,\n                    \"2025-10-10T10:00:00Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"Get User Profile\",\n                    \"56781234-2b6d42fa-6183-4747-9a5b-d685c18487a0\",\n                    \"User Management API\",\n                    \"56781234-6a07486a-2005-4ef1-a32b-15331ae2c9b0\",\n                    \"Internal Tools\",\n                    \"19efb285-462f-4e15-94ba-3322657b5c1d\",\n                    202,\n                    \"2025-10-10T10:10:00Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 25,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"dc66a013-232b-4370-beec-468cd623c726","name":"Partner Workspace - User Requests - Selected Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=user_requests&view=detailed&duration=last_180_days&requestId=12345678-ae30eef1-e330-4666-bad2-e48bb22d8790,87654321-37fc31e2-f0bb-42ee-8651-b0fd0115d68a&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"user_requests"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_180_days"},{"key":"requestId","value":"12345678-ae30eef1-e330-4666-bad2-e48bb22d8790,87654321-37fc31e2-f0bb-42ee-8651-b0fd0115d68a"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the user who sent the request.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Human-readable name of the request made by the user.\"\n                    },\n                    {\n                        \"name\": \"request_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier referencing the specific request definition.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the workspace containing the collection.\"\n                    },\n                    {\n                        \"name\": \"response_status\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"HTTP status code returned for the request.\"\n                    },\n                    {\n                        \"name\": \"request_ts\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Timestamp when the request was made.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"87654321\",\n                    \"New Request\",\n                    \"87654321-37fc31e2-f0bb-42ee-8651-b0fd0115d68a\",\n                    \"New Collection\",\n                    \"87654321-91e11daa-8fe1-4e1a-a6da-6cca43251595\",\n                    \"c303c5b6-066f-4c58-a9ef-cb0c710ccf02\",\n                    200,\n                    \"2025-07-30T21:55:19.000Z\"\n                ],\n                [\n                    \"12345678\",\n                    \"Test API\",\n                    \"12345678-ae30eef1-e330-4666-bad2-e48bb22d8790\",\n                    \"Test APIs\",\n                    \"12345678-2f9170b4-a59f-4b44-aa93-e25cafdaa2d1\",\n                    \"583a1633-d0e5-4890-be85-628c52916152\",\n                    200,\n                    \"2026-01-13T03:57:18.000Z\"\n                ],\n                [\n                    \"12345678\",\n                    \"Test API\",\n                    \"12345678-ae30eef1-e330-4666-bad2-e48bb22d8790\",\n                    \"Test APIs\",\n                    \"12345678-2f9170b4-a59f-4b44-aa93-e25cafdaa2d1\",\n                    \"583a1633-d0e5-4890-be85-628c52916152\",\n                    404,\n                    \"2026-01-13T03:57:29.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 4,\n                \"limit\": 100,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"f82462a3-428f-46d5-8846-eec243f9d40a","name":"Partner Workspace - User Requests - Selected Response Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=user_requests&view=detailed&duration=last_180_days&responseStatus=200,404&limit=3","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"user_requests"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_180_days"},{"key":"responseStatus","value":"200,404"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the user who sent the request.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Human-readable name of the request made by the user.\"\n                    },\n                    {\n                        \"name\": \"request_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier referencing the specific request definition.\"\n                    },\n                    {\n                        \"name\": \"collection_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"collection_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the collection associated with the request.\"\n                    },\n                    {\n                        \"name\": \"workspace_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Identifier of the workspace containing the collection.\"\n                    },\n                    {\n                        \"name\": \"response_status\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"HTTP status code returned for the request.\"\n                    },\n                    {\n                        \"name\": \"request_ts\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Timestamp when the request was made.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"404 Request\",\n                    \"12345678-8e261547-04be-427d-b6df-db9beb7f09df\",\n                    \"test collection\",\n                    \"12345678-76e46801-4e4f-4731-9203-52e6defdd7ca\",\n                    \"3506c6f4-c37e-4fd5-8d3f-2e69d70e9d03\",\n                    404,\n                    \"2026-01-20T09:30:43.000Z\"\n                ],\n                [\n                    \"12345678\",\n                    \"404 Request\",\n                    \"12345678-8e261547-04be-427d-b6df-db9beb7f09df\",\n                    \"test collection\",\n                    \"12345678-76e46801-4e4f-4731-9203-52e6defdd7ca\",\n                    \"3506c6f4-c37e-4fd5-8d3f-2e69d70e9d03\",\n                    404,\n                    \"2026-01-20T09:32:58.000Z\"\n                ],\n                [\n                    \"12345678\",\n                    \"Success Request\",\n                    \"12345678-fbacb0ad-0838-45d9-a38a-2cd1a759aae2\",\n                    \"test collection\",\n                    \"12345678-76e46801-4e4f-4731-9203-52e6defdd7ca\",\n                    \"3506c6f4-c37e-4fd5-8d3f-2e69d70e9d03\",\n                    200,\n                    \"2026-01-19T11:07:44.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 3,\n                \"limit\": 100,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        }\n    }\n}"},{"id":"cb7a909a-208c-4202-9eca-004462ca1d1d","name":"Partner Workspace - Needs Attention - Attention Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=needs_attention&view=detailed&duration=last_30_days&attentionType=high_non_200OK_rate_for_partner","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"needs_attention"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_30_days"},{"key":"attentionType","value":"high_non_200OK_rate_for_partner"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the user.\"\n                    },\n                    {\n                        \"name\": \"request_type\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Type of issue or request pattern detected for the user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the request event was recorded.\"\n                    },\n                    {\n                        \"name\": \"request_name\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Display name of the request. Present when request_type = no_success_on_tried_request.\"\n                    },\n                    {\n                        \"name\": \"request_identifier_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier for the request. Present when request_type = no_success_on_tried_request.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"high_non_200OK_rate_for_partner\",\n                    \"2026-01-21T00:00:00.000Z\",\n                    \"partner_id\",\n                    \"{\\\"partner_id\\\":\\\"12345678\\\"}\"\n                ],\n                [\n                    \"12345678\",\n                    \"high_non_200OK_rate_for_partner\",\n                    \"2026-01-23T00:00:00.000Z\",\n                    \"partner_id\",\n                    \"{\\\"partner_id\\\":\\\"12345678\\\"}\"\n                ],\n                [\n                    \"87654321\",\n                    \"high_non_200OK_rate_for_partner\",\n                    \"2026-01-21T00:00:00.000Z\",\n                    \"partner_id\",\n                    \"{\\\"partner_id\\\":\\\"87654321\\\"}\"\n                ],\n                [\n                    \"87654321\",\n                    \"high_non_200OK_rate_for_partner\",\n                    \"2026-01-23T00:00:00.000Z\",\n                    \"partner_id\",\n                    \"{\\\"partner_id\\\":\\\"87654321\\\"}\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 4,\n                \"limit\": 100,\n                \"offset\": 0,\n                \"has_more\": false\n            }\n        }\n    }\n}"},{"id":"9734b61c-8182-43e0-82b6-78b9642186f3","name":"Partner Workspace - Partner Engagement Funnel - Detailed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=partner_engagement_funnel&view=detailed&duration=last_180_days&limit=3&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"partner_engagement_funnel"},{"key":"view","value":"detailed"},{"key":"duration","value":"last_180_days"},{"key":"limit","value":"3"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"all_partners\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the partner user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the partner activity was recorded.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 131,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        },\n        \"workspace_visited\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the partner user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the partner activity was recorded.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 7,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": true\n            }\n        },\n        \"viewed_collection\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the partner user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the partner activity was recorded.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 3,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": false\n            }\n        },\n        \"request_sent\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the partner user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the partner activity was recorded.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 3,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": false\n            }\n        },\n        \"successful_requests_200OK\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"user_id\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Unique identifier of the partner user.\"\n                    },\n                    {\n                        \"name\": \"timestamp\",\n                        \"type\": \"TIMESTAMP\",\n                        \"format\": \"YYYY-MM-DDTHH:MM:SSZ\",\n                        \"description\": \"Time when the partner activity was recorded.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"12345678\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"87654321\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ],\n                [\n                    \"56781234\",\n                    \"2026-01-21T00:00:00.000Z\"\n                ]\n            ],\n            \"pagination\": {\n                \"total\": 3,\n                \"limit\": 3,\n                \"offset\": 0,\n                \"has_more\": false\n            }\n        }\n    }\n}"},{"id":"11eb5e53-69f3-40c9-b396-0e6290b090b5","name":"Partner Workspace - Partner Engagement Funnel - Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&metrics=partner_engagement_funnel&view=summary&duration=last_180_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"metrics","value":"partner_engagement_funnel"},{"key":"view","value":"summary"},{"key":"duration","value":"last_180_days"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"schema\": {\n                \"columns\": [\n                    {\n                        \"name\": \"metric\",\n                        \"type\": \"STRING\",\n                        \"description\": \"Name of the partner engagement metric.\"\n                    },\n                    {\n                        \"name\": \"count\",\n                        \"type\": \"INTEGER\",\n                        \"description\": \"Value associated with the specific engagement metric.\"\n                    }\n                ]\n            },\n            \"rows\": [\n                [\n                    \"all_partners\",\n                    131\n                ],\n                [\n                    \"workspace_visited\",\n                    7\n                ],\n                [\n                    \"viewed_collection\",\n                    6\n                ],\n                [\n                    \"request_sent\",\n                    3\n                ],\n                [\n                    \"successful_requests_200OK\",\n                    3\n                ]\n            ]\n        }\n    }\n}"},{"id":"585ac676-c89a-409f-a6de-f631a2d2fccd","name":"Invalid Resource-Metric Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=elements_in_workspace&view=detailed&workspace_type=all&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"elements_in_workspace"},{"key":"view","value":"detailed"},{"key":"workspace_type","value":"all"},{"key":"duration","value":"last_30_days"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"view='detailed' is not supported for resource 'workspaces' metric 'elements_in_workspace'.\"\n}"},{"id":"55270bb1-19b0-4fb4-896a-b3f9975dc48e","name":"Invalid Metric","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=workspace&metrics=wrong_metric_name&view=detailed&workspace_type=all&duration=last_30_days","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"workspace"},{"key":"metrics","value":"wrong_metric_name"},{"key":"view","value":"detailed"},{"key":"workspace_type","value":"all"},{"key":"duration","value":"last_30_days"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"metric='wrong_metric_name' is not supported for resource 'workspaces'.\"\n}"},{"id":"528c6b1b-4b9c-46c7-a5fe-d769cfdfbf53","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401,\n    \"instance\": \"/analytics\"\n}"},{"id":"89a7dc83-ae19-4f4c-ae44-b6f3c3ab72d9","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics?resource=team&view=summary&duration=last_6_months","protocol":"https","host":["api","getpostman","com"],"path":["analytics"],"query":[{"key":"resource","value":"team"},{"key":"view","value":"summary"},{"key":"duration","value":"last_6_months"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"AuthenticationError\",\n    \"detail\": \"Invalid API Key. Every request requires a valid API Key to be sent.\",\n    \"status\": 403,\n    \"instance\": \"/analytics\"\n}"}],"_postman_id":"f0a11660-7b4c-47b7-a517-5e06fa9df57a"},{"name":"Get analytics metadata","id":"bdef7bca-aef4-4a76-90f4-fb2f23c5ef0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/analytics-metadata","description":"<p>Returns a catalog of analytics resources and their corresponding metrics for use with the GET <code>/analytics</code> endpoint. These metrics provide insights on API usage, success, workspace, and team trends in Postman.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["analytics-metadata"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of the additional information to include in the response. Accepts the <code>parameters</code> and <code>response</code> values.</p>\n<p>When you pass this query parameter and its values, the response provides detailed information, including parameters and response schemas for the given metrics.</p>\n","type":"text/plain"},"key":"include","value":"parameters,response"},{"disabled":true,"description":{"content":"<p>A comma-separated list of resource types to filter the metrics by. Accepts the <code>user</code>, <code>workspace</code>, and <code>team</code> values.</p>\n","type":"text/plain"},"key":"resources","value":"user,workspace,team"},{"disabled":true,"description":{"content":"<p>A comma-separated list of metrics values to use to filter the response.</p>\n<p>If you don't pass this query parameter, then the response returns all metadata for all available metrics.</p>\n","type":"text/plain"},"key":"metrics","value":""}],"variable":[]}},"response":[{"id":"8ecee4ae-72c7-4ce7-b7c8-3f256bee4c9d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/analytics-metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"description\": \"Metadata for analytics APIs delivering usage, success, workspace and team trend insights in Postman\",\n        \"resources\": [\n            {\n                \"resource\": \"user\",\n                \"description\": \"User-level metrics and insights describing activities and engagement within Postman workspaces.\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"active_users\",\n                        \"description\": \"Users who created, edited or sent requests within Postman workspaces\"\n                    },\n                    {\n                        \"metric\": \"workspace_active_users\",\n                        \"description\": \"Users who created, edited or sent requests within an individual workspace.\"\n                    }\n                ]\n            },\n            {\n                \"resource\": \"workspace\",\n                \"description\": \"Workspace-level metrics and insights about activities and collaboration patterns\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"elements_in_workspace\",\n                        \"description\": \"Total count of workspace elements (collections, environments, mocks and monitors) over time.\"\n                    },\n                    {\n                        \"metric\": \"active_workspaces\",\n                        \"description\": \"List of active workspaces in the selected period based on edits and API requests sent.\"\n                    },\n                    {\n                        \"metric\": \"api_calls\",\n                        \"description\": \"Aggregated API call counts across workspaces.\"\n                    },\n                    {\n                        \"metric\": \"active_collections\",\n                        \"description\": \"List of collections that have been edited or used to send API requests.\"\n                    },\n                    {\n                        \"metric\": \"response_status\",\n                        \"description\": \"Breakdown of API response codes (2xx, 4xx, 5xx) over time.\"\n                    },\n                    {\n                        \"metric\": \"pending_invites\",\n                        \"description\": \"List of pending workspace invitations including target email addresses and invite timestamps.\"\n                    },\n                    {\n                        \"metric\": \"needs_attention\",\n                        \"description\": \"Identifies partners or users needing attention (e.g., no successful requests or high error rates) for proactive support.\"\n                    },\n                    {\n                        \"metric\": \"success_rate\",\n                        \"description\": \"Percentage of successful responses (2xx) over time\"\n                    },\n                    {\n                        \"metric\": \"user_requests\",\n                        \"description\": \"Request-level data for individual users including request names, collections, response statuses and timestamps.\"\n                    },\n                    {\n                        \"metric\": \"collection_error_aggregate\",\n                        \"description\": \"Aggregated error metrics (4xx, 5xx responses) per collection, helping identify collections with the highest error rates.\"\n                    }\n                ]\n            },\n            {\n                \"resource\": \"team\",\n                \"description\": \"Team-level metrics and insights on team activity, license consumption, and organizational workspace trends\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"user_api_journey\",\n                        \"description\": \"Tracks user progression through the API adoption funnel, showing active users, API users, new API users, successful users, and error-only users. Helps teams understand user onboarding effectiveness and identify users needing support.\"\n                    },\n                    {\n                        \"metric\": \"workspace_distribution\",\n                        \"description\": \"Distribution of workspace types (team, private, partner, public) over time.\"\n                    },\n                    {\n                        \"metric\": \"internal_workspace_distribution\",\n                        \"description\": \"Breakdown of internal workspaces created into team-shared and private categories.\"\n                    },\n                    {\n                        \"metric\": \"license_consumption\",\n                        \"description\": \"Tracks how licenses are used across roles (members, partners, guests) and identifies unused seats.\"\n                    },\n                    {\n                        \"metric\": \"members\",\n                        \"description\": \"Detailed team member list including profile, role and invitation metadata.\"\n                    },\n                    {\n                        \"metric\": \"last_autoflex_cycle\",\n                        \"description\": \"Detailed team members captured in the most recent AutoFlex billing cycle.\"\n                    },\n                    {\n                        \"metric\": \"partner_engagement_funnel\",\n                        \"description\": \"Partner engagement funnel, providing insights into partner activation and onboarding. Helps organizations measure the effectiveness of their partner programs and identify engagement opportunities.\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"9e3f50b3-531a-4b6b-af24-ad30944531a4","name":"Fitler Results by Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics-metadata?metrics=active_workspaces,license_consumption","protocol":"https","host":["api","getpostman","com"],"path":["analytics-metadata"],"query":[{"key":"metrics","value":"active_workspaces,license_consumption"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"resources\": [\n            {\n                \"metrics\": [\n                    {\n                        \"description\": \"List of active workspaces in the selected period based on edits and API requests sent.\",\n                        \"metric\": \"active_workspaces\"\n                    }\n                ],\n                \"resource\": \"workspace\",\n                \"description\": \"Workspace-level metrics and insights about activities and collaboration patterns\"\n            },\n            {\n                \"metrics\": [\n                    {\n                        \"description\": \"Tracks how licenses are used across roles (members, partners, guests) and identifies unused seats.\",\n                        \"metric\": \"license_consumption\"\n                    }\n                ],\n                \"resource\": \"team\",\n                \"description\": \"Team-level metrics and insights on team activity, license consumption, and organizational workspace trends\"\n            }\n        ],\n        \"description\": \"Metadata for analytics APIs delivering usage, success, workspace and team trend insights in Postman\"\n    }\n}"},{"id":"cd719262-7f35-4d3c-9459-3c4da0ec8e36","name":"Fitler Results by Team Resource","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics-metadata?resources=team","protocol":"https","host":["api","getpostman","com"],"path":["analytics-metadata"],"query":[{"key":"resources","value":"team"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"description\": \"Metadata for analytics APIs delivering usage, success, workspace and team trend insights in Postman\",\n        \"resources\": [\n            {\n                \"resource\": \"team\",\n                \"description\": \"Team-level metrics and insights on team activity, license consumption, and organizational workspace trends\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"user_api_journey\",\n                        \"description\": \"Tracks user progression through the API adoption funnel, showing active users, API users, new API users, successful users, and error-only users. Helps teams understand user onboarding effectiveness and identify users needing support.\"\n                    },\n                    {\n                        \"metric\": \"workspace_distribution\",\n                        \"description\": \"Distribution of workspace types (team, private, partner, public) over time.\"\n                    },\n                    {\n                        \"metric\": \"internal_workspace_distribution\",\n                        \"description\": \"Distribution of internal workspaces created into team-shared and private categories.\"\n                    },\n                    {\n                        \"metric\": \"license_consumption\",\n                        \"description\": \"Tracks how licenses are used across roles (members, partners, guests) and identifies unused seats.\"\n                    },\n                    {\n                        \"metric\": \"members\",\n                        \"description\": \"Detailed team member list including profile, role and invitation metadata.\"\n                    },\n                    {\n                        \"metric\": \"last_autoflex_cycle\",\n                        \"description\": \"Detailed team members captured in the most recent AutoFlex billing cycle.\"\n                    },\n                    {\n                        \"metric\": \"partner_engagement_funnel\",\n                        \"description\": \"Partner engagement funnel, providing insights into partner activation and onboarding. Helps organizations measure the effectiveness of their partner programs and identify engagement opportunities.\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"9cccd4dd-0af5-40da-838b-ae1c20bc6c94","name":"Fitler Results by Resource with Parameters and Response Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics-metadata?include=parameters,response","protocol":"https","host":["api","getpostman","com"],"path":["analytics-metadata"],"query":[{"key":"include","value":"parameters,response"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"resources\": [\n            {\n                \"type\": \"string\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"active_users\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"user_id\",\n                                            \"description\": \"Unique identifier assigned to the user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"team_joining_date\",\n                                            \"description\": \"Date when the user joined the team.\",\n                                            \"type\": \"DATE\"\n                                        },\n                                        {\n                                            \"name\": \"last_active_ts\",\n                                            \"description\": \"Timestamp of the user's most recent activity.\",\n                                            \"type\": \"TIMESTAMP\",\n                                            \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                                        },\n                                        {\n                                            \"name\": \"api_requests_count\",\n                                            \"description\": \"Total number of API requests made by the user.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Total number of active users in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"change\",\n                                            \"description\": \"Percentage change from the previous period.\",\n                                            \"type\": \"FLOAT\"\n                                        },\n                                        {\n                                            \"name\": \"change_type\",\n                                            \"description\": \"Indicates whether the metric increased or decreased.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Users who used postman at least once.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether the metric returns detailed or summarized data.\",\n                                \"allowed_values\": [\n                                    \"detailed\",\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"workspace_active_users\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Summarized total count.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Users who created, edited or sent requests within an individual workspace.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether the metric returns detailed or summarized data.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    }\n                ],\n                \"description\": \"User-level metrics and insights describing activities and engagement within Postman workspaces.\",\n                \"resource\": \"user\",\n                \"isRequired\": true\n            },\n            {\n                \"type\": \"string\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"elements_in_workspace\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Reporting date for the metric.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"collections_count\",\n                                            \"description\": \"Number of collections in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"environments_count\",\n                                            \"description\": \"Number of environments in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"mocks_count\",\n                                            \"description\": \"Number of mocks in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"monitors_count\",\n                                            \"description\": \"Number of monitors in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Total count of workspace elements (collections, environments, mocks and monitors) over time.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\",\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"active_workspaces\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"is_hidden\",\n                                            \"description\": \"Indicates whether the workspace is hidden from the user.\",\n                                            \"type\": \"BOOLEAN\"\n                                        },\n                                        {\n                                            \"name\": \"workspace_name\",\n                                            \"description\": \"Display name of the workspace.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"workspace_id\",\n                                            \"description\": \"Unique identifier for the workspace.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"created_by\",\n                                            \"description\": \"Name of the user who created the workspace\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"type\",\n                                            \"description\": \"Visibility type of the workspace such as Internal, Partner or Public\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"contributors\",\n                                            \"description\": \"Number of contributors to the workspace.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"api_calls\",\n                                            \"description\": \"Number of API requests sent in the workspace.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Summarized total count.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"change\",\n                                            \"description\": \"Percentage or numeric change from the previous period.\",\n                                            \"type\": \"FLOAT\"\n                                        },\n                                        {\n                                            \"name\": \"change_type\",\n                                            \"description\": \"Indicates whether the change is an increase or decrease.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"List of active workspaces in the selected period based on edits and API requests sent.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\",\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"api_calls\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Summarized total count.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"change\",\n                                            \"description\": \"Percentage or numeric change from the previous period.\",\n                                            \"type\": \"FLOAT\"\n                                        },\n                                        {\n                                            \"name\": \"change_type\",\n                                            \"description\": \"Indicates whether the change is an increase or decrease.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Aggregated API call counts across workspaces.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"active_collections\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"is_hidden\",\n                                            \"description\": \"Indicates whether the collection is hidden from the user.\",\n                                            \"type\": \"BOOLEAN\"\n                                        },\n                                        {\n                                            \"name\": \"collection_id\",\n                                            \"description\": \"Unique identifier for the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"collection_name\",\n                                            \"description\": \"Display name of the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"workspace_name\",\n                                            \"description\": \"Name of the workspace containing the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"created_by\",\n                                            \"description\": \"Name of the user who created the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"api_calls_count\",\n                                            \"description\": \"Total number of API calls made using requests in this collection.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"List of collections that have been edited or used to send API requests.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"response_status\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Reporting date for the metric.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"total_count\",\n                                            \"description\": \"Total number of API requests for the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"count_2xx\",\n                                            \"description\": \"Number of successful API responses (2xx).\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"count_3xx\",\n                                            \"description\": \"Number of redirection responses (3xx).\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"count_4xx\",\n                                            \"description\": \"Number of client error responses (4xx).\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"count_5xx\",\n                                            \"description\": \"Number of server error responses (5xx).\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Breakdown of API response codes (2xx, 4xx, 5xx) over time.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\",\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"pending_invites\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"email_id\",\n                                            \"description\": \"Invitee's target email.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"invite_id\",\n                                            \"description\": \"Unique identifier for the invite.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Timestamp when the invite was created.\",\n                                            \"type\": \"TIMESTAMP\",\n                                            \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Number of pending invites.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"List of pending workspace invitations including target email addresses and invite timestamps.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\",\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": []\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"needs_attention\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Number of partners who need attention.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"user_id\",\n                                            \"description\": \"Unique identifier of the user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"request_type\",\n                                            \"description\": \"Type of issue or request pattern detected for the user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Timestamp when the request event was recorded.\",\n                                            \"type\": \"TIMESTAMP\",\n                                            \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                                        },\n                                        {\n                                            \"name\": \"request_name\",\n                                            \"description\": \"Display name of the request. Present when request_type = no_success_on_tried_request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"request_identifier_id\",\n                                            \"description\": \"Unique identifier for the request. Present when request_type = no_success_on_tried_request.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Identifies partners or users needing attention (e.g., no successful requests or high error rates) for proactive support.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\",\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_30_days\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"attention_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"description\": \"Filter by the attention category.\",\n                                    \"allowed_values\": [\n                                        \"no_success_on_tried_request\",\n                                        \"high_non_200OK_rate_for_partner\"\n                                    ],\n                                    \"isRequired\": false\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"success_rate\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"success_rate\",\n                                            \"description\": \"Overall percentage of successful requests.\",\n                                            \"type\": \"FLOAT\"\n                                        },\n                                        {\n                                            \"name\": \"change\",\n                                            \"description\": \"Change in success rate compared to the previous period.\",\n                                            \"type\": \"FLOAT\"\n                                        },\n                                        {\n                                            \"name\": \"change_type\",\n                                            \"description\": \"Indicates whether the success rate increased or decreased.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"request_name\",\n                                            \"description\": \"Human-readable name of the request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"request_id\",\n                                            \"description\": \"Unique identifier for the specific request definition.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"collection_name\",\n                                            \"description\": \"Name of the collection containing the request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"success_count\",\n                                            \"description\": \"Number of successful responses received.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"total_requests\",\n                                            \"description\": \"Number of API requests sent.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Percentage of successful responses (2xx) over time\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned.\",\n                                \"allowed_values\": [\n                                    \"summary\",\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_30_days\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"user_requests\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"user_id\",\n                                            \"description\": \"Unique identifier of the user who sent the request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"request_name\",\n                                            \"description\": \"Human-readable name of the request made by the user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"request_id\",\n                                            \"description\": \"Unique identifier of the specific request sent.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"collection_name\",\n                                            \"description\": \"Name of the collection containing the request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"collection_id\",\n                                            \"description\": \"Unique Identifier of the collection containing the request.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"workspace_id\",\n                                            \"description\": \"Unique Identifier of the workspace containing the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"response_status\",\n                                            \"description\": \"HTTP response code returned for the request.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"request_ts\",\n                                            \"description\": \"Timestamp when the request was made.\",\n                                            \"type\": \"TIMESTAMP\",\n                                            \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Request-level data for individual users including request names, collections, response statuses and timestamps.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_180_days\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"response_status\": {\n                                    \"type\": \"STRING\",\n                                    \"description\": \"Filter by the response status code.\",\n                                    \"isRequired\": false\n                                },\n                                \"user_id\": {\n                                    \"type\": \"STRING\",\n                                    \"description\": \"Filter by the user's unique identifier\",\n                                    \"isRequired\": false\n                                },\n                                \"request_id\": {\n                                    \"type\": \"STRING\",\n                                    \"description\": \"Filter by the request's unique identifier.\",\n                                    \"isRequired\": false\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"collection_error_aggregate\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"is_hidden\",\n                                            \"description\": \"Indicates whether the collection is hidden from the user.\",\n                                            \"type\": \"BOOLEAN\"\n                                        },\n                                        {\n                                            \"name\": \"collection_id\",\n                                            \"description\": \"Unique identifier for the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"collection_name\",\n                                            \"description\": \"Name of the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"workspace_id\",\n                                            \"description\": \"Unique identifier of the workspace containing the collection.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"count_4xx\",\n                                            \"description\": \"Number of 4xx responses for the collection in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"count_5xx\",\n                                            \"description\": \"Number of 5xx responses for the collection in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"total_api_calls\",\n                                            \"description\": \"Number of API calls for the collection in the selected period.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Aggregated error metrics (4xx, 5xx responses) per collection, helping identify collections with the highest error rates.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\",\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    }\n                ],\n                \"description\": \"Workspace-level metrics and insights about activities and collaboration patterns\",\n                \"resource\": \"workspace\",\n                \"isRequired\": true\n            },\n            {\n                \"type\": \"string\",\n                \"metrics\": [\n                    {\n                        \"metric\": \"user_api_journey\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Reporting date for aggregated user activity metrics.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"active_user\",\n                                            \"description\": \"Number of users active in the selected date.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"api_user\",\n                                            \"description\": \"Number of users who made at least one API call.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"new_api_user\",\n                                            \"description\": \"Number of users making API calls for the first time.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"successful\",\n                                            \"description\": \"Number of users whose API calls were mostly successful.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"error_only\",\n                                            \"description\": \"Number of users who encountered only error responses.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Tracks user progression through the API adoption funnel, showing active users, API users, new API users, successful users, and error-only users. Helps teams understand user onboarding effectiveness and identify users needing support.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\",\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"workspace_distribution\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"date\",\n                                            \"description\": \"Reporting date for the aggregated workspace counts.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"total\",\n                                            \"description\": \"Number of workspaces for the given date.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"internal\",\n                                            \"description\": \"Number of internal workspaces.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"partner\",\n                                            \"description\": \"Number of partner workspaces.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"public\",\n                                            \"description\": \"Number of public workspaces.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Distribution of workspace types (team, private, partner, public) over time.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_month\",\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"internal_workspace_distribution\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"date\",\n                                            \"description\": \"Reporting date for internal workspace distribution.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"internal_team_shared\",\n                                            \"description\": \"Count of internal team-shared workspaces.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"internal_private\",\n                                            \"description\": \"Count of internal private workspaces.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Distribution of internal workspaces created into team-shared and private categories.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"license_consumption\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"date\",\n                                            \"description\": \"Reporting date for team and license metrics.\",\n                                            \"type\": \"DATE\",\n                                            \"format\": \"YYYY-MM-DD\"\n                                        },\n                                        {\n                                            \"name\": \"team_members\",\n                                            \"description\": \"Total number of team members.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"active_postman_users\",\n                                            \"description\": \"Number of team members actively using Postman.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"partners\",\n                                            \"description\": \"Number of partner users invited to the team.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"guests\",\n                                            \"description\": \"Number of guest users in the team.\",\n                                            \"type\": \"INTEGER\"\n                                        },\n                                        {\n                                            \"name\": \"unused_licenses\",\n                                            \"description\": \"Number of unused team member licenses.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Tracks how licenses are used across roles (members, partners, guests) and identifies unused seats.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"workspace_type\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"internal\",\n                                        \"public\",\n                                        \"partner\"\n                                    ],\n                                    \"isRequired\": true\n                                },\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_6_months\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"members\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"user_name\",\n                                            \"description\": \"User's name.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"email\",\n                                            \"description\": \"Email ID of user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"added_in_team\",\n                                            \"description\": \"Timestamp when user was added to team.\",\n                                            \"type\": \"DATE\"\n                                        },\n                                        {\n                                            \"name\": \"last_active\",\n                                            \"description\": \"Timestamp when user was last active.\",\n                                            \"type\": \"DATE\"\n                                        },\n                                        {\n                                            \"name\": \"user_role\",\n                                            \"description\": \"Concatenated list of roles that user has.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"invited_by\",\n                                            \"description\": \"Email ID that invited this user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"invite_type\",\n                                            \"description\": \"Type of invitation.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"public_profile_enabled\",\n                                            \"description\": \"Describes whether the user's public profile is enabled or not.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Detailed team member list including profile, role and invitation metadata.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": []\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"last_autoflex_cycle\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"detailed\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"name\",\n                                            \"description\": \"User's name.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"email\",\n                                            \"description\": \"Email ID of user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"last_active\",\n                                            \"description\": \"Timestamp when user was last active.\",\n                                            \"type\": \"DATE\"\n                                        },\n                                        {\n                                            \"name\": \"invited_by\",\n                                            \"description\": \"Email ID that invited this user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"joined_date\",\n                                            \"description\": \"Timestamp when user joined team.\",\n                                            \"type\": \"DATE\"\n                                        },\n                                        {\n                                            \"name\": \"user_role\",\n                                            \"description\": \"Concatenated list of roles that user has.\",\n                                            \"type\": \"STRING\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Detailed team members captured in the most recent AutoFlex billing cycle.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": []\n                        },\n                        \"isRequired\": true\n                    },\n                    {\n                        \"metric\": \"partner_engagement_funnel\",\n                        \"type\": \"string\",\n                        \"response\": {\n                            \"summary\": {\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"metric\",\n                                            \"description\": \"Name of the partner engagement metric.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"count\",\n                                            \"description\": \"Value associated with the specific engagement metric.\",\n                                            \"type\": \"INTEGER\"\n                                        }\n                                    ]\n                                }\n                            },\n                            \"detailed\": {\n                                \"description\": \"Returns data grouped by funnel stages: all_partners, workspace_visited, viewed_collection, request_sent, successful_requests_200OK. Each stage contains a list of partners who reached that stage.\",\n                                \"funnel_stages\": [\n                                    \"all_partners\",\n                                    \"workspace_visited\",\n                                    \"viewed_collection\",\n                                    \"request_sent\",\n                                    \"successful_requests_200OK\"\n                                ],\n                                \"schema\": {\n                                    \"columns\": [\n                                        {\n                                            \"name\": \"user_id\",\n                                            \"description\": \"Unique identifier of the partner user.\",\n                                            \"type\": \"STRING\"\n                                        },\n                                        {\n                                            \"name\": \"timestamp\",\n                                            \"description\": \"Timestamp when the partner activity was recorded.\",\n                                            \"type\": \"TIMESTAMP\",\n                                            \"format\": \"YYYY-MM-DDTHH:MM:SSZ\"\n                                        }\n                                    ]\n                                }\n                            }\n                        },\n                        \"description\": \"Partner engagement funnel, providing insights into partner activation and onboarding. Helps organizations measure the effectiveness of their partner programs and identify engagement opportunities.\",\n                        \"parameters\": {\n                            \"pagination\": {\n                                \"supported\": true,\n                                \"allowed_values\": [\n                                    \"offset\",\n                                    \"limit\"\n                                ]\n                            },\n                            \"view\": {\n                                \"type\": \"ENUM\",\n                                \"description\": \"Determines whether detailed or summarized data is returned for this metric.\",\n                                \"allowed_values\": [\n                                    \"summary\",\n                                    \"detailed\"\n                                ],\n                                \"isRequired\": false\n                            },\n                            \"filters\": {\n                                \"duration\": {\n                                    \"type\": \"ENUM\",\n                                    \"allowed_values\": [\n                                        \"last_180_days\"\n                                    ],\n                                    \"isRequired\": true\n                                }\n                            }\n                        },\n                        \"isRequired\": true\n                    }\n                ],\n                \"description\": \"Team-level metrics and insights on team activity, license consumption, and organizational workspace trends\",\n                \"resource\": \"team\",\n                \"isRequired\": true\n            }\n        ],\n        \"description\": \"Metadata for analytics APIs delivering usage, success, workspace and team trend insights in Postman\"\n    }\n}"},{"id":"08788c68-90d2-4624-95b7-544eb6940477","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics-metadata?include=parameters,response&resources=team","protocol":"https","host":["api","getpostman","com"],"path":["analytics-metadata"],"query":[{"key":"include","value":"parameters,response"},{"key":"resources","value":"team"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401,\n    \"instance\": \"/analytics-metadata\"\n}"},{"id":"2c923a71-b577-4704-bc9f-963916945a9f","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/analytics-metadata?include=parameters,response&resources=team","protocol":"https","host":["api","getpostman","com"],"path":["analytics-metadata"],"query":[{"key":"include","value":"parameters,response"},{"key":"resources","value":"team"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"AuthenticationError\",\n    \"detail\": \"Invalid API Key. Every request requires a valid API Key to be sent.\",\n    \"status\": 403,\n    \"instance\": \"/analytics-metadata\"\n}"}],"_postman_id":"bdef7bca-aef4-4a76-90f4-fb2f23c5ef0e"}],"id":"1ab1ba03-7183-4732-8fdb-ddf1e1f3e2b7","description":"<p>The <strong>Analytics</strong> endpoints enable you to explore Postman's <a href=\"http://postman.postman.co/analytics/overview\">analytics reports</a> programmatically. They provide visibility into usage patterns, workspace and collection activity, API performance, license distribution, and partner onboarding flow. Use these endpoints to incorporate analytics directly into your pipelines, dashboards, and internal agents.</p>\n","_postman_id":"1ab1ba03-7183-4732-8fdb-ddf1e1f3e2b7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"API Catalog","item":[{"name":"Discovery Services","item":[{"name":"Get discovered services","id":"03868c72-2889-463b-b542-2a69d3041a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/discovery-services","description":"<p>Gets a list of all <a href=\"https://learning.postman.com/docs/api-catalog/overview#discover-apis-and-services\">discovered services</a> in the API Catalog.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","discovery-services"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Filter results by the given discovery source type:</p>\n<ul>\n<li><code>api_gateway_app</code> — API Gateway integrations.</li>\n<li><code>insights_project</code> — Postman Insights.</li>\n<li><code>infra_watcher</code> — Cluster Watcher.</li>\n<li><code>public_api</code> — Services manually added using the POST <code>/api-catalog/discovery-services</code> endpoint.</li>\n</ul>\n","type":"text/plain"},"key":"discoverySource","value":""},{"disabled":true,"description":{"content":"<p>Filter results by the given value that match a service's name. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of statuses to filter the results by. Accepts the <code>discovered</code>, <code>integrated</code>, and <code>archived</code> values.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[]}},"response":[{"id":"c1f3b4e7-5537-48a0-b41d-cc3c592948a8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 5,\n        \"nextCursor\": null\n    },\n    \"data\": [\n        {\n            \"id\": \"0eac9b7d-0603-4f16-8a4a-76c78df8fe26\",\n            \"name\": \"Supply - stage (1.0.1)\",\n            \"version\": \"1.0.1\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 6,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"0eab2aa4-d39b-49eb-a17b-d6c7b7eb9c9d\",\n            \"name\": \"Order - stage (3.0.0)\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"a6aa80f3-bc34-4314-abc4-22c4fc5fd15d\",\n            \"name\": \"Jelly Bean Wiki (IBM - 9) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"5f5bda12-63e2-47d2-8824-ed5889de571a\",\n            \"name\": \"Jelly Bean Wiki (IBM - 8) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"339f3be5-0a91-47d5-a8c3-90d644752f5e\",\n            \"name\": \"Jelly Bean Wiki (IBM - 7) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ]\n}"},{"id":"d25a63e9-aafb-45ca-b3b5-3978790405e5","name":"Filter by status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?status=discovered","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"status","value":"discovered"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 7,\n        \"nextCursor\": null\n    },\n    \"data\": [\n        {\n            \"id\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n            \"name\": \"Supply - stage (1.0.1)\",\n            \"version\": \"1.0.1\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 6,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"d4e5f6a7-b8c9-0123-defa-234567890123\",\n            \"name\": \"Order - stage (3.0.0)\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"b8c9d0e1-f2a3-4567-bcde-678901234567\",\n            \"name\": \"Jelly Bean Wiki (IBM - 9) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"c9d0e1f2-a3b4-5678-cdef-789012345678\",\n            \"name\": \"Jelly Bean Wiki (IBM - 8) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"d0e1f2a3-b4c5-6789-defa-890123456789\",\n            \"name\": \"Jelly Bean Wiki (IBM - 7) - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 3,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ]\n}"},{"id":"4e76b7c5-739a-4c9d-bf80-6ef386fcd13b","name":"Filter by search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?search=Order","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"search","value":"Order"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n      \"total\": 3,\n      \"nextCursor\": null\n    },\n    \"data\": [\n        {\n            \"id\": \"0eab2aa4-d39b-49eb-a17b-d6c7b7eb9c9d\",\n            \"name\": \"Order - stage (3.0.0)\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"9014bda4-da6d-45b0-8934-dab552c4b685\",\n            \"name\": \"Order - stage (2.0.0)\",\n            \"version\": \"2.0.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"2c254eed-a5d1-4f46-83ca-436d198de8b6\",\n            \"name\": \"Order - sandbox (3.0.0)\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ]\n}\n"},{"id":"83bb2eb7-844e-4165-837d-fcc7e285cd72","name":"Filter by discoverySource","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?discoverySource=insights_project","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"discoverySource","value":"insights_project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null\n    },\n    \"data\": [\n        {\n            \"id\": \"e191861a-9946-4ec2-bcb4-ef3f1dc62f6d\",\n            \"name\": \"ohh/httpbin-deployment-1\",\n            \"version\": null,\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": \"99fb6fc1-c9b8-43b4-9857-820bc98eb023\",\n            \"status\": \"integrated\",\n            \"endpointsCount\": 0,\n            \"discoverySource\": \"insights_project\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-03-13T17:41:35.000Z\"\n        },\n        {\n            \"id\": \"1ebbb102-12e9-4c74-8292-1d04fa0fd4cc\",\n            \"name\": \"app-namespace-3/httpbin-deployment-3\",\n            \"version\": null,\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": \"69fa9fad-692d-49d4-bd3d-6cab5a887ab7\",\n            \"status\": \"integrated\",\n            \"endpointsCount\": 8,\n            \"discoverySource\": \"insights_project\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-18T13:15:51.000Z\"\n        }\n    ]\n}"},{"id":"96ba7429-9fee-42ac-9682-e8a0aa6982c6","name":"Response with limit and cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?limit=3&cursor=eyJpZCI6MjJ9","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"limit","value":"3"},{"key":"cursor","value":"eyJpZCI6MjJ9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 26,\n        \"nextCursor\": \"eyJpZCI6MjJ9\"\n    },\n    \"items\": [\n        {\n            \"id\": \"0eac9b7d-0603-4f16-8a4a-76c78df8fe26\",\n            \"name\": \"Supply - stage (1.0.1)\",\n            \"version\": \"1.0.1\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 6,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"7e83e0d9-66ab-4e1f-a1e7-56c75f5ca95e\",\n            \"name\": \"Supply - stage (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"stage\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 5,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"1478fe99-a3a6-47aa-a6f7-61591f959ce9\",\n            \"name\": \"Supply - sandbox (1.0.0)\",\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": \"sandbox\",\n            \"systemEnvironmentId\": null,\n            \"status\": \"discovered\",\n            \"endpointsCount\": 6,\n            \"discoverySource\": \"api_gateway_app\",\n            \"tags\": [],\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ]\n}"},{"id":"abbe1ade-d492-490b-8abf-f7b14b107727","name":"No Results Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?limit=5&cursor=eyJpZCI6MjJ9","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"limit","value":"5"},{"key":"cursor","value":"eyJpZCI6MjJ9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 0,\n        \"nextCursor\": null\n    },\n    \"data\": []\n}"},{"id":"f5ca9501-029c-4269-b90a-271823743678","name":"Invalid Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services?status=sample","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services"],"query":[{"key":"status","value":"sample"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"status values must be one of: discovered, archived, integrated\",\n    \"errors\": [\n        {\n            \"path\": \"status\",\n            \"message\": \"status values must be one of: discovered, archived, integrated\"\n        }\n    ]\n}"},{"id":"ee9e3a0d-181c-4dd6-816a-e23d6f342f3b","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required\"\n}"},{"id":"e213db5a-6147-4ea6-b63e-7c5019f7b519","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"03868c72-2889-463b-b542-2a69d3041a19"},{"name":"Get a discovered service's information","id":"6d752818-b02b-4c8e-820d-a2e32070cfae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/discovery-services/:serviceId","description":"<p>Gets detailed information about a discovered service, including a base64-encoded OpenAPI specification and an array of endpoints.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","discovery-services",":serviceId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The discovered service's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"serviceId"}]}},"response":[{"id":"d1e2fcc8-2a58-43d5-a8ec-8acb850ed696","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services/:serviceId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services",":serviceId"],"variable":[{"key":"serviceId","value":"c6ec74e7-14f8-498c-9470-7a654173bed6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"c6ec74e7-14f8-498c-9470-7a654173bed6\",\n    \"organizationId\": 123,\n    \"discoverySource\": \"api_gateway_app\",\n    \"name\": \"Jelly Bean Wiki (IBM - 10) - sandbox (1.0.0)\",\n    \"description\": null,\n    \"version\": \"1.0.0\",\n    \"sourceEnvironment\": \"sandbox\",\n    \"systemEnvironmentId\": null,\n    \"tags\": [],\n    \"status\": \"discovered\",\n    \"providerServiceId\": \"048840c0-1be8-4d9f-a8a6-7429ca50f5ca,989213fc-b1a3-42cb-b0d6-b7843ee5d47d,40d57331-ad73-47a3-87f0-032af447df8e\",\n    \"providerMetadata\": {\n        \"title\": \"Jelly Bean Wiki (IBM - 10) - sandbox (1.0.0)\",\n        \"environmentId\": \"048840c0-1be8-4d9f-a8a6-7429ca50f5ca,989213fc-b1a3-42cb-b0d6-b7843ee5d47d\",\n        \"environmentVersion\": \"2.0.0\",\n        \"openApiSpecCanBeDownloaded\": true\n    },\n    \"apiDefinition\": {\n        \"format\": \"openapi_3\",\n        \"formatVersion\": \"3.0.1\",\n        \"contentHash\": \"8839a589ba50f454a03f58ec761ad26e2d267a8f26bd63cf6298d4643b23ed7e\",\n        \"content\": \"eyJvcGVuYXBpIjoiMy4wLjAiLCJpbmZvIjp7InRpdGxlIjoiQ29uZmlnIiwidmVyc2lvbiI6IjEuMC4wIn0sInBhdGhzIjp7Ii9jb25maWciOnsiZ2V0Ijp7InN1bW1hcnkiOiJHZXQgY29uZmlnIn19LCIvY29uZmlnL3trZXl9Ijp7InB1dCI6eyJzdW1tYXJ5IjoiVXBkYXRlIGNvbmZpZyJ9fX19=\"\n    },\n    \"endpoints\": [\n        {\n            \"method\": \"GET\",\n            \"path\": \"/api/recipes\",\n            \"description\": null\n        },\n        {\n            \"method\": \"GET\",\n            \"path\": \"/api/mileStones\",\n            \"description\": null\n        },\n        {\n            \"method\": \"GET\",\n            \"path\": \"/api/Beans\",\n            \"description\": null\n        }\n    ],\n    \"endpointsCount\": 3,\n    \"discoveredAt\": \"2026-02-12T02:04:58.000Z\",\n    \"discoveredBy\": 12345678,\n    \"lastSyncedAt\": \"2026-02-12T02:04:58.000Z\",\n    \"managedWorkspaceId\": null,\n    \"integratedAt\": null\n}"},{"id":"c1129f8b-8d85-472b-ac4b-9eb8b01824a1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services/:serviceId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services",":serviceId"],"variable":[{"key":"serviceId","value":"c6ec74e7-14f8-498c-9470-7a654173bed6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required\"\n}"},{"id":"9965fc80-356a-4f18-8534-43438f837962","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services/:serviceId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services",":serviceId"],"variable":[{"key":"serviceId","value":"c6ec74e7-14f8-498c-9470-7a654173bed6"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"},{"id":"2071d5c8-fe5a-4479-aada-c804094f720b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/discovery-services/:serviceId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","discovery-services",":serviceId"],"variable":[{"key":"serviceId","value":"c6ec74e7-14f8-498c-9470-7a654173bed6"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 400,\n    \"title\": \"Not Found\",\n    \"detail\": \"Discovered service not found\"\n}"}],"_postman_id":"6d752818-b02b-4c8e-820d-a2e32070cfae"},{"name":"Add discovered services to the API Catalog","id":"c9b258d8-ed85-44be-adf3-5124d82b1392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"{{serviceName}}\",\n            \"version\": \"{{serviceVersionId}}\",\n            \"providerServiceId\": \"{{providerServiceId}}\",\n            \"description\": \"{{serviceDescription}}\",\n            \"sourceEnvironment\": \"{{sourceEnvironment}}\",\n            \"apiDefinition\": {\n                \"content\": \"{{base64EncodedApiDefinition}}\"\n            },\n            \"endpoints\": [\n                {\n                    \"method\": \"{{endpointHttpMethod}}\",\n                    \"path\": \"{{endpointPath}}\",\n                    \"description\": \"{{endpointDescription}}\",\n                    \"host\": \"{{endpointHost}}\"\n                }\n            ],\n            \"tags\": [\n                \"{{serviceTag}}\"\n            ],\n            \"providerMetadata\": {\n                \"commitSha\": \"{{providerMetadataCommitSha}}\",\n                \"branch\": \"{{providerMetadataBranch}}\",\n                \"gitRepoUrl\": \"{{providerMetadataGitRepoUrl}}\",\n                \"deployedAt\": \"{{providerMetadataDeployedAt}}\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services","description":"<p>Adds discovered services to the API Catalog. Accepts up to 20 services in a single call.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","discovery-services"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"02969e8c-0d9b-4edc-8ac6-edbe3293e47f","name":"Add a Discovered Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"payment-service\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"cad25cdf-e5af-4d15-bd3b-550db1584374\",\n            \"organizationId\": 123,\n            \"name\": \"payment-service\",\n            \"description\": null,\n            \"version\": null,\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 0,\n            \"providerServiceId\": \"payment-service:1.0.0\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"created\": 1,\n        \"updated\": 0\n    }\n}"},{"id":"3128e36a-3a98-4b59-b507-0d20995b1412","name":"Add a Fully-Populated Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"user-service\",\n            \"version\": \"3.0.0\",\n            \"providerServiceId\": \"usr-svc-custom-id-001\",\n            \"description\": \"Handles user registration, authentication, and profile management\",\n            \"sourceEnvironment\": \"production\",\n            \"endpoints\": [\n                {\n                    \"method\": \"GET\",\n                    \"path\": \"/users\",\n                    \"description\": \"List all users\"\n                },\n                {\n                    \"method\": \"POST\",\n                    \"path\": \"/users\",\n                    \"description\": \"Create a new user\"\n                },\n                {\n                    \"method\": \"GET\",\n                    \"path\": \"/users/{id}\",\n                    \"description\": \"Get user by ID\"\n                },\n                {\n                    \"method\": \"PUT\",\n                    \"path\": \"/users/{id}\",\n                    \"description\": \"Update user\"\n                },\n                {\n                    \"method\": \"DELETE\",\n                    \"path\": \"/users/{id}\",\n                    \"description\": \"Delete user\"\n                }\n            ],\n            \"tags\": [\n                \"auth\",\n                \"core\",\n                \"identity\"\n            ],\n            \"providerMetadata\": {\n                \"commitSha\": \"a1b2c3d4e5f6\",\n                \"branch\": \"main\",\n                \"gitRepoUrl\": \"https://github.com/acme/user-service\",\n                \"deployedAt\": \"2026-02-10T12:00:00Z\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"9feb4e3c-0cd8-44db-b137-7bf09aee73cd\",\n            \"organizationId\": 123,\n            \"name\": \"user-service\",\n            \"description\": \"Handles user registration, authentication, and profile management.\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"production\",\n            \"systemEnvironmentId\": null,\n            \"tags\": [\n                \"auth\",\n                \"core\",\n                \"identity\"\n            ],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 5,\n            \"providerServiceId\": \"usr-svc-custom-id-001\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"created\": 1,\n        \"updated\": 0\n    }\n}"},{"id":"6df2a82b-b77e-46bf-86bd-a01afcebd9b3","name":"Add Service with an OpenAPI Specification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"user-service\",\n            \"version\": \"3.0.0\",\n            \"description\": \"Handles user registration, authentication, and profile management.\",\n            \"apiDefinition\": {\n                \"content\": \"eyJvcGVuYXBpIjoiMy4wLjAiLCJpbmZvIjp7InRpdGxlIjoiQ29uZmlnIiwidmVyc2lvbiI6IjEuMC4wIn0sInBhdGhzIjp7Ii9jb25maWciOnsiZ2V0Ijp7InN1bW1hcnkiOiJHZXQgY29uZmlnIn19LCIvY29uZmlnL3trZXl9Ijp7InB1dCI6eyJzdW1tYXJ5IjoiVXBkYXRlIGNvbmZpZyJ9fX19=\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"9feb4e3c-0cd8-44db-b137-7bf09aee73cd\",\n            \"organizationId\": 123,\n            \"name\": \"user-service\",\n            \"description\": \"Handles user registration, authentication, and profile management.\",\n            \"version\": \"3.0.0\",\n            \"sourceEnvironment\": \"production\",\n            \"systemEnvironmentId\": null,\n            \"tags\": [\n                \"auth\",\n                \"core\",\n                \"identity\"\n            ],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 5,\n            \"providerServiceId\": \"usr-svc-custom-id-001\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"created\": 1,\n        \"updated\": 0\n    }\n}"},{"id":"6897e635-d603-4c53-bcab-52a54f559274","name":"Add Multiple Services","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"order-service\",\n            \"version\": \"1.0.0\"\n        },\n        {\n            \"name\": \"inventory-service\",\n            \"version\": \"2.3.1\"\n        },\n        {\n            \"name\": \"notification-service\",\n            \"version\": \"0.9.0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"ad800c7e-f304-4731-ba94-ec8e6d61efc6\",\n            \"organizationId\": 123,\n            \"name\": \"order-service\",\n            \"description\": null,\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 0,\n            \"providerServiceId\": \"order-service:1.0.0\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"fb15530b-7166-4777-b167-a3f1a2ce3b68\",\n            \"organizationId\": 123,\n            \"connectionId\": 1,\n            \"name\": \"inventory-service\",\n            \"description\": null,\n            \"version\": \"2.3.1\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 0,\n            \"providerServiceId\": \"inventory-service:2.3.1\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"a4fa1e36-161f-4635-a3f3-db62237b76c2\",\n            \"organizationId\": 123,\n            \"name\": \"notification-service\",\n            \"description\": null,\n            \"version\": \"0.9.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 0,\n            \"providerServiceId\": \"notification-service:0.9.0\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 3,\n        \"created\": 3,\n        \"updated\": 0\n    }\n}\n"},{"id":"d176e679-dda5-4002-a3ec-9eb234a936fc","name":"Add Multiple Services with OpenAPI Specifications and Endpoints","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"analytics-service\",\n            \"version\": \"1.2.0\",\n            \"description\": \"Tracks usage analytics\",\n            \"endpoints\": [\n                {\n                    \"method\": \"POST\",\n                    \"path\": \"/events\",\n                    \"description\": \"Track event\"\n                },\n                {\n                    \"method\": \"GET\",\n                    \"path\": \"/reports\",\n                    \"description\": \"Get reports\"\n                }\n            ]\n        },\n        {\n            \"name\": \"config-service\",\n            \"version\": \"1.0.0\",\n            \"apiDefinition\": {\n                \"content\": \"eyJvcGVuYXBpIjoiMy4wLjAiLCJpbmZvIjp7InRpdGxlIjoiQ29uZmlnIiwidmVyc2lvbiI6IjEuMC4wIn0sInBhdGhzIjp7Ii9jb25maWciOnsiZ2V0Ijp7InN1bW1hcnkiOiJHZXQgY29uZmlnIn19LCIvY29uZmlnL3trZXl9Ijp7InB1dCI6eyJzdW1tYXJ5IjoiVXBkYXRlIGNvbmZpZyJ9fX19=\"\n            }\n        },\n        {\n            \"name\": \"healthcheck\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b0c1d2e3-f4a5-6789-bcde-890123456789\",\n            \"organizationId\": 123,\n            \"name\": \"analytics-service\",\n            \"description\": \"Tracks usage analytics\",\n            \"version\": \"1.2.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"providerServiceId\": \"analytics-service:1.2.0\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"b0c1d2e3-f4a5-6789-bcde-890123456781\",\n            \"organizationId\": 123,\n            \"name\": \"config-service\",\n            \"description\": null,\n            \"version\": \"1.0.0\",\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 2,\n            \"providerServiceId\": \"config-service:1.0.0\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        },\n        {\n            \"id\": \"b0c1d2e3-f4a5-6789-bcde-890123456789\",\n            \"organizationId\": 123,\n            \"name\": \"healthcheck\",\n            \"description\": null,\n            \"version\": null,\n            \"sourceEnvironment\": null,\n            \"systemEnvironmentId\": null,\n            \"tags\": [],\n            \"status\": \"discovered\",\n            \"endpointsCount\": 0,\n            \"providerServiceId\": \"healthcheck:\",\n            \"discoveredAt\": \"2026-02-12T04:01:26.000Z\",\n            \"discoveredBy\": 12345678,\n            \"lastSyncedAt\": \"2026-02-12T04:01:26.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 3,\n        \"created\": 3,\n        \"updated\": 0\n    }\n}"},{"id":"d0c83ae2-e67d-4de7-929b-4553cfadeeda","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"service\": [\n        {\n            \"name\": \"gateway-proxy-renamed\",\n            \"version\": \"2.0.0\",\n            \"providerServiceId\": \"gw-proxy-east-1\",\n            \"sourceEnvironment\": \"us-east-1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: discoveredServices: Invalid input: expected array, received undefined\",\n    \"errors\": [\n        {\n            \"path\": \"discoveredServices\",\n            \"message\": \"Invalid input: expected array, received undefined\"\n        }\n    ]\n}"},{"id":"1305b621-86ef-4069-8fa4-446c18ed3bdf","name":"Payload Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"payment-service\"\n        },\n        {\n            \"name\": \"sample service\"\n        },\n        {\n            \"name\": \"auth-service\"\n        },\n        {\n            \"name\": \"user-service\"\n        },\n        {\n            \"name\": \"order-service\"\n        },\n        {\n            \"name\": \"inventory-service\"\n        },\n        {\n            \"name\": \"notification-service\"\n        },\n        {\n            \"name\": \"billing-service\"\n        },\n        {\n            \"name\": \"shipping-service\"\n        },\n        {\n            \"name\": \"catalog-service\"\n        },\n        {\n            \"name\": \"search-service\"\n        },\n        {\n            \"name\": \"analytics-service\"\n        },\n        {\n            \"name\": \"logging-service\"\n        },\n        {\n            \"name\": \"monitoring-service\"\n        },\n        {\n            \"name\": \"gateway-service\"\n        },\n        {\n            \"name\": \"config-service\"\n        },\n        {\n            \"name\": \"discovery-service\"\n        },\n        {\n            \"name\": \"messaging-service\"\n        },\n        {\n            \"name\": \"email-service\"\n        },\n        {\n            \"name\": \"sms-service\"\n        },\n        {\n            \"name\": \"file-storage-service\"\n        },\n        {\n            \"name\": \"image-processing-service\"\n        },\n        {\n            \"name\": \"video-service\"\n        },\n        {\n            \"name\": \"chat-service\"\n        },\n        {\n            \"name\": \"recommendation-service\"\n        },\n        {\n            \"name\": \"pricing-service\"\n        },\n        {\n            \"name\": \"tax-service\"\n        },\n        {\n            \"name\": \"discount-service\"\n        },\n        {\n            \"name\": \"coupon-service\"\n        },\n        {\n            \"name\": \"loyalty-service\"\n        },\n        {\n            \"name\": \"review-service\"\n        },\n        {\n            \"name\": \"rating-service\"\n        },\n        {\n            \"name\": \"feedback-service\"\n        },\n        {\n            \"name\": \"support-service\"\n        },\n        {\n            \"name\": \"ticket-service\"\n        },\n        {\n            \"name\": \"workflow-service\"\n        },\n        {\n            \"name\": \"scheduler-service\"\n        },\n        {\n            \"name\": \"cron-service\"\n        },\n        {\n            \"name\": \"queue-service\"\n        },\n        {\n            \"name\": \"cache-service\"\n        },\n        {\n            \"name\": \"session-service\"\n        },\n        {\n            \"name\": \"token-service\"\n        },\n        {\n            \"name\": \"audit-service\"\n        },\n        {\n            \"name\": \"compliance-service\"\n        },\n        {\n            \"name\": \"reporting-service\"\n        },\n        {\n            \"name\": \"dashboard-service\"\n        },\n        {\n            \"name\": \"export-service\"\n        },\n        {\n            \"name\": \"import-service\"\n        },\n        {\n            \"name\": \"webhook-service\"\n        },\n        {\n            \"name\": \"integration-service\"\n        },\n        {\n            \"name\": \"sync-service\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: discoveredServices: discoveredServices must not have more than 20 items\",\n    \"errors\": [\n        {\n            \"path\": \"discoveredServices\",\n            \"message\": \"discoveredServices must not have more than 20 items\"\n        }\n    ]\n}"},{"id":"e652ffce-9fa7-4af0-945b-40b479550cc7","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"payment-service\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required\"\n}"},{"id":"dfffb8de-05ed-4f3b-8da5-6d46a932967f","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"discoveredServices\": [\n        {\n            \"name\": \"payment-service\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/discovery-services"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"c9b258d8-ed85-44be-adf3-5124d82b1392"}],"id":"8ff967a1-6bf8-41a4-9a4c-23aae22d203e","description":"<p>These endpoints enable you to manage your API Catalog's <a href=\"https://learning.postman.com/docs/api-catalog/overview#discover-apis-and-services\">discovered services</a> and integrate them with Postman.</p>\n","_postman_id":"8ff967a1-6bf8-41a4-9a4c-23aae22d203e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"System Environments","item":[{"name":"Get all system environments","id":"4700c019-78e4-40df-a928-e64de2980ced","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/system-environments","description":"<p>Gets all of the authenticated team's system environments.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If true, filters the response results to return only system environments marked as production.</p>\n","type":"text/plain"},"key":"isProduction","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[]}},"response":[{"id":"5f4eeefb-088c-483e-a3bb-a83027f47765","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 100,\n        \"nextCursor\": \"ZjlkZDAyNTEtZjUxZS00ODdkLTkxY2QtZTE4ZDRkODEwNzc0\",\n        \"limit\": 20\n    },\n    \"data\": [\n        {\n            \"id\": \"fffa77cd-fd06-448e-a65d-2f77a0e58dad\",\n            \"name\": \"TESTING-1774258301513-4358-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-23T09:31:41.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fecb4dbd-240a-44e9-89f3-4756d8c1c893\",\n            \"name\": \"TESTING-1772092243420-1818-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-26T07:50:43.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fde857ad-d590-4f4f-94cd-021d771d88de\",\n            \"name\": \"TESTING-1774092688416-7397-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-21T11:31:28.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fdc88e7d-59ab-46d0-ab37-9827936cd510\",\n            \"name\": \"TESTING-1774189852129-2330-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-22T14:30:52.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fd741d0d-92bf-4ad8-bfc0-2e9aa0560b12\",\n            \"name\": \"TESTING-1774002637514-7841-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-20T10:30:37.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fd4ff540-5237-4523-b747-7ed054be18ee\",\n            \"name\": \"TESTING-1774510225782-3137-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-26T07:30:25.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fd31e1bc-edbd-4646-8b76-babc84a4ed5d\",\n            \"name\": \"TESTING-1772008838873-9737-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-25T08:40:38.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fce920ab-86b2-4b22-bd9c-a4e2a827fc22\",\n            \"name\": \"TESTING-1772014970836-9161-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-25T10:22:50.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fc56a9f2-ef62-401d-8ab6-dc2b3295d48d\",\n            \"name\": \"TESTING-1773317381966-6301-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-12T12:09:42.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fc4a764c-323d-46e2-b35e-54439713b042\",\n            \"name\": \"TESTING-1773772412144-4570-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-17T18:33:32.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fc2cab54-af34-4b9e-baa3-dacf35083c0d\",\n            \"name\": \"TESTING-1774222224868-3587-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-22T23:30:24.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fc179dfe-8a4e-428b-b77d-338274c47919\",\n            \"name\": \"TESTING-1773147048870-1689-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-10T12:50:48.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fb16e5c6-916c-4c21-9b87-f7ca23a22890\",\n            \"name\": \"TESTING-1771859323768-2461-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-23T15:08:43.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fab0f173-32c3-48c6-860e-465343960cee\",\n            \"name\": \"TESTING-1771999132205-2781-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-25T05:58:52.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fa72e62a-942d-4f38-8470-fa8d7cba4c04\",\n            \"name\": \"TESTING-1772727507440-4390-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-05T16:18:27.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fa50e347-8633-4467-8a9f-b955fd2d0737\",\n            \"name\": \"PRODUCTION-1772023144720-9547-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-25T12:39:04.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fa443806-cb11-41c2-b293-ccbc8a353035\",\n            \"name\": \"PRODUCTION-1773826254026-8166-2\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-18T09:30:54.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fa1e910c-e092-4eaa-af51-d0a91b7907ff\",\n            \"name\": \"PRODUCTION-1772276118050-3585-3\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-02-28T10:55:18.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"f9f140fb-4772-405a-904e-db89b357a781\",\n            \"name\": \"PRODUCTION-1774546283561-4747-4\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-26T17:31:23.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"f9dd0251-f51e-487d-91cd-e18d4d810774\",\n            \"name\": \"PRODUCTION-1771985260417-5689-5\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-25T02:07:40.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        }\n    ]\n}"},{"id":"5d55c004-65df-4e31-ad46-a7ecdad3f01f","name":"Filter by isProduction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments?isProduction=true","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments"],"query":[{"key":"isProduction","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 1,\n        \"nextCursor\": null,\n        \"limit\": 20,\n        \"filters\": {\n            \"isProduction\": true\n        }\n    },\n    \"data\": [\n        {\n            \"id\": \"e34d6213-509d-4b61-94da-8b8c093cb925\",\n            \"name\": \"PRODUCTION\",\n            \"label\": \"prod\",\n            \"color\": \"#EF4444\",\n            \"description\": \"Production environment.\",\n            \"isProduction\": true,\n            \"createdAt\": \"2026-03-27T11:38:30.000Z\",\n            \"updatedAt\": \"2026-03-27T12:26:16.000Z\",\n            \"associationCount\": 0\n        }\n    ]\n}"},{"id":"6c30c388-d9db-4cf5-bff5-5985d7fafd99","name":"Response with Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments?limit=5&cursor=ZjA2MjRkN2QtMjI2MS00NTdlLTlmNzEtYTYyYjFkYTcxZWFh","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments"],"query":[{"key":"limit","value":"5"},{"key":"cursor","value":"ZjA2MjRkN2QtMjI2MS00NTdlLTlmNzEtYTYyYjFkYTcxZWFh"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 100,\n        \"nextCursor\": \"ZjlkZDAyNTEtZjUxZS00ODdkLTkxY2QtZTE4ZDRkODEwNzc0\",\n        \"limit\": 20\n    },\n    \"data\": [\n        {\n            \"id\": \"fffa77cd-fd06-448e-a65d-2f77a0e58dad\",\n            \"name\": \"TESTING-1774258301513-4358-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-23T09:31:41.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fecb4dbd-240a-44e9-89f3-4756d8c1c893\",\n            \"name\": \"TESTING-1772092243420-1818-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 1,\n            \"createdAt\": \"2026-02-26T07:50:43.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fde857ad-d590-4f4f-94cd-021d771d88de\",\n            \"name\": \"TESTING-1774092688416-7397-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-21T11:31:28.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fdc88e7d-59ab-46d0-ab37-9827936cd510\",\n            \"name\": \"TESTING-1774189852129-2330-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-22T14:30:52.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        },\n        {\n            \"id\": \"fd741d0d-92bf-4ad8-bfc0-2e9aa0560b12\",\n            \"name\": \"TESTING-1774002637514-7841-1\",\n            \"label\": \"\",\n            \"color\": \"#FF0000\",\n            \"description\": \"Testing environment.\",\n            \"isProduction\": false,\n            \"associationCount\": 0,\n            \"createdAt\": \"2026-03-20T10:30:37.000Z\",\n            \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n        }\n    ]\n}"},{"id":"d3c1d82d-4323-4ee9-a027-7abc8acd306c","name":"Invalid cursor Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments?cursor=asdasdffg","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments"],"query":[{"key":"cursor","value":"asdasdffg"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: cursor: Invalid cursor\",\n    \"errors\": [\n        {\n            \"path\": \"cursor\",\n            \"message\": \"Invalid cursor\"\n        }\n    ]\n}"},{"id":"31181b30-9d21-40a7-afbb-f63536bcb19c","name":"Invalid limit Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments?limit=500","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments"],"query":[{"key":"limit","value":"500"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: limit: limit must not exceed 100\",\n    \"errors\": [\n        {\n            \"path\": \"limit\",\n            \"message\": \"limit must not exceed 100\"\n        }\n    ]\n}"},{"id":"fa007738-51b6-437a-a407-01c421fb69bd","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"96f7eabd-6419-4652-b720-3e5439a144e1","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments"],"query":[{"key":"limit","value":"","disabled":true},{"key":"cursor","value":"","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"4700c019-78e4-40df-a928-e64de2980ced"},{"name":"Get a system environment","id":"3b0a6704-ceab-41be-b6c7-e9f3573a4666","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","description":"<p>Gets information about a system environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments",":systemEnvironmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The system environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"systemEnvironmentId"}]}},"response":[{"id":"5d0e8525-9d07-4206-bb47-5ee2ef281739","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"23b554c1-c30c-483d-bf98-dbe9ab7b88a0\",\n        \"name\": \"BETA\",\n        \"label\": \"beta\",\n        \"color\": \"#F7F13B\",\n        \"description\": \"This is the BETA environment\",\n        \"isProduction\": false,\n        \"associationCount\": 11,\n        \"createdAt\": \"2026-02-23T11:54:16.000Z\",\n        \"updatedAt\": \"2026-03-27T17:56:16.000Z\"\n    }\n}"},{"id":"9d3e69dc-bf14-4b92-a310-fbe9d0a72802","name":"Invalid System Environment ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"https://api.postman.com/problems/bad-request\",\n  \"status\": 400,\n  \"title\": \"Bad Request\",\n  \"detail\": \"Validation Error: systemEnvironmentId: Must be a valid UUID\",\n  \"errors\": [\n    {\n      \"path\": \"systemEnvironmentId\",\n      \"message\": \"Must be a valid UUID\"\n    }\n  ]\n}"},{"id":"10c3a1a9-9abe-4df8-8782-556a0aa961f3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"4d6fc27d-911d-4d7d-a819-f46262e444cc","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"},{"id":"1244a35d-f389-490c-921d-72733acb5a2a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": \"System environment not found\"\n}"}],"_postman_id":"3b0a6704-ceab-41be-b6c7-e9f3573a4666"},{"name":"Create a system environment","id":"ddca74d8-d28b-4012-838a-f7a8f76181bd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{systemEnvironmentName}}\",\n    \"label\": \"{{systemEnvironmentLabel}}\",\n    \"description\": \"{{systemEnvironmentDescription}}\",\n    \"color\": \"{{systemEnvironmentColor}}\",\n    \"isProduction\": {{isSystemEnvironmentProduction}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments","description":"<p>Creates a system environment for the authenticated team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"557ffd4d-2681-4e90-9bed-bcd022d72d4a","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALPHA\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"#00FF00\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"019d3dca-5e16-7bba-9f13-7abf00a6a443\",\n        \"name\": \"ALPHA\",\n        \"label\": \"alpha\",\n        \"color\": \"#00FF00\",\n        \"description\": \"This is the ALPHA environment\",\n        \"isProduction\": false,\n        \"createdAt\": \"2026-03-30T08:09:25.781Z\",\n        \"updatedAt\": \"2026-03-30T08:09:25.781Z\"\n    }\n}"},{"id":"47c8388c-6400-4b85-a3da-c8c29a91bc12","name":"Conflicting Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALPHA\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"#00FF00\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/conflict\",\n    \"status\": 409,\n    \"title\": \"Conflict\",\n    \"detail\": \"System environment with this name already exists\"\n}"},{"id":"3fadd54f-3810-43cb-8c03-8ffc769391b4","name":"Invalid name Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"#00FF00\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: name: Name is required\",\n    \"errors\": [\n        {\n            \"path\": \"name\",\n            \"message\": \"Name is required\"\n        }\n    ]\n}"},{"id":"3348f682-e533-4a3f-be72-310cfbf6d628","name":"Invalid color Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALPHA\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"blue\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: color: Must be a valid hex color (e.g., #FF5733)\",\n    \"errors\": [\n        {\n            \"path\": \"color\",\n            \"message\": \"Must be a valid hex color (e.g., #FF5733)\"\n        }\n    ]\n}"},{"id":"2ee39b53-d638-4b7d-9190-4f11e07c16c3","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALPHA\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"#00FF00\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"46430ab5-5a5f-4157-b3d8-5f3959301532","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALPHA\",\n    \"label\": \"alpha\",\n    \"description\": \"This is the ALPHA environment\",\n    \"color\": \"#00FF00\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"ddca74d8-d28b-4012-838a-f7a8f76181bd"},{"name":"Update a system environment","id":"6758fef1-6c16-40ca-9b5c-403370d18fd9","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{systemEnvironmentName}}\",\n    \"description\": \"{{systemEnvironmentDescription}}\",\n    \"color\": \"{{systemEnvironmentColor}}\",\n    \"isProduction\": {{isSystemEnvironmentProduction}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","description":"<p>Updates a system environment's information. You can update one or more fields in a single call.</p>\n<p><strong>Note:</strong></p>\n<p>If you update the name, it must be unique within the team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments",":systemEnvironmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The system environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"systemEnvironmentId"}]}},"response":[{"id":"d6b291fa-5a5b-44e2-8ecf-265c9e5dfbe9","name":"Successful Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"US-BETA\",\n    \"description\": \"This is a beta environment for testing US data center.\",\n    \"color\": \"#FFFFFF\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"23b554c1-c30c-483d-bf98-dbe9ab7b88a0\",\n        \"name\": \"US-BETA\",\n        \"label\": \"beta-testing\",\n        \"color\": \"#FFFFFF\",\n        \"description\": \"This is a beta environment for testing US data center.\",\n        \"isProduction\": false,\n        \"createdAt\": \"2026-02-23T06:24:16.000Z\",\n        \"updatedAt\": \"2026-03-30T09:02:37.190Z\"\n    }\n}"},{"id":"62038d8f-bb24-4c9e-aa0d-eaaf48643ab3","name":"Conflicting Name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"TESTING-1771991393148-360-1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/conflict\",\n    \"status\": 409,\n    \"title\": \"Conflict\",\n    \"detail\": \"System environment with this name already exists\"\n}"},{"id":"d1056654-8f0e-4611-b39f-be6ea55a810d","name":"Invalid Payload","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: At least one field (name, color, description, isProduction) must be provided\",\n    \"errors\": [\n        {\n            \"path\": \"\",\n            \"message\": \"At least one field (name, color, description, isProduction) must be provided\"\n        }\n    ]\n}"},{"id":"77fe88d7-2ee2-4103-8720-71aefc2e1a68","name":"Invalid System Environment ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"US-BETA\",\n    \"description\": \"This is a beta environment for testing US data center.\",\n    \"color\": \"#FFFFFF\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: systemEnvironmentId: Must be a valid UUID\",\n    \"errors\": [\n        {\n            \"path\": \"systemEnvironmentId\",\n            \"message\": \"Must be a valid UUID\"\n        }\n    ]\n}"},{"id":"a85b17ae-376a-4213-a7d7-89b8080b38ff","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"US-BETA\",\n    \"description\": \"This is a beta environment for testing US data center.\",\n    \"color\": \"#FFFFFF\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": \"System environment not found\"\n}"},{"id":"6b6c2319-73be-4105-a681-735ee8e213bc","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"US-BETA\",\n    \"description\": \"This is a beta environment for testing US data center.\",\n    \"color\": \"#FFFFFF\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"aef31e21-e5c1-46f9-a720-971a2610ff3b","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"US-BETA\",\n    \"description\": \"This is a beta environment for testing US data center.\",\n    \"color\": \"#FFFFFF\",\n    \"isProduction\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"6758fef1-6c16-40ca-9b5c-403370d18fd9"},{"name":"Get a system environment's associations","id":"ea4faf5f-ec05-43cd-b907-bdc414e1bfd0","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","description":"<p>Gets the workspace-environment associations for a system environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The workspace's ID to which the environments in the association belong to.</p>\n","type":"text/plain"},"key":"workspaceId","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[{"description":{"content":"<p>The system environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"systemEnvironmentId"}]}},"response":[{"id":"510421ea-08f0-44ac-8afc-0a30de157b72","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 11,\n        \"nextCursor\": null,\n        \"limit\": 20\n    },\n    \"data\": [\n        {\n            \"id\": \"ff53b4bc-eeb7-4b13-866a-5fbd79b13137\",\n            \"workspaceEnvironmentId\": \"12345678-10ec194c-01eb-4844-91a2-9612fccf59d9\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"d17e1e36-39e8-420b-8eab-52bbd6a9d414\",\n            \"workspaceEnvironmentId\": \"56781234-6c30365c-aa38-4f6f-b544-c8b06acfc48d\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"cb302fe2-0c2b-48cb-be0f-64a265e153e0\",\n            \"workspaceEnvironmentId\": \"87654321-3610b709-275b-488d-9f30-5730fc999905\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"c248ee20-b817-40f1-bcce-09d4cf4987a6\",\n            \"workspaceEnvironmentId\": \"54367812-0877b33f-3fb2-4a9c-b11e-dc634d9b24d0\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"7e63f482-458c-453c-83f8-dc29f49b00b1\",\n            \"workspaceEnvironmentId\": \"12345678-46ea6b0e-2fa7-40f4-afe1-2e409724d41c\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"4980cc10-47d1-4a95-8ded-a09a5eeec82a\",\n            \"workspaceEnvironmentId\": \"98765432-c7019db3-a205-4f93-a206-d00d6b6bacdc\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"370e1614-908a-4c2c-8bec-3c39d332ae52\",\n            \"workspaceEnvironmentId\": \"56781234-9b6b55ca-b360-4e4a-849e-f92f42fc65d1\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"35a2854b-e2f7-446f-a348-0b95f75df74c\",\n            \"workspaceEnvironmentId\": \"87654321-7bc7da32-a085-474e-b0e9-40d4c19cc44c\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"25bb736a-810a-480d-b86d-df559c5168ee\",\n            \"workspaceEnvironmentId\": \"12345678-f58a2d9c-36de-4129-b96b-d58f7e7f4515\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"155e18fb-0a9c-4a91-b56a-f19ff91e2b6d\",\n            \"workspaceEnvironmentId\": \"87612345-8fdcad35-154c-4c65-8bb9-fea0154593ca\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"27ac7da9-a959-4838-b078-d36bb2495e83\",\n            \"workspaceEnvironmentId\": \"56781234-eb1a9234-1f61-4f96-9e75-23b333137326\",\n            \"workspaceId\": \"cde1bae5-e2cc-46c2-8d1b-e3d396b3b897\",\n            \"associatedAt\": \"2026-03-20T11:12:28.000Z\"\n        }\n    ]\n}"},{"id":"87f99e75-5087-4d57-9099-aca470bf6ccf","name":"Filter by workspaceId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?workspaceId=47d1b387-2485-482a-bf62-46ddd70a6d1e","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"workspaceId","value":"47d1b387-2485-482a-bf62-46ddd70a6d1e"}],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 11,\n        \"nextCursor\": null,\n        \"limit\": 20\n    },\n    \"data\": [\n        {\n            \"id\": \"ff53b4bc-eeb7-4b13-866a-5fbd79b13137\",\n            \"workspaceEnvironmentId\": \"12345678-10ec194c-01eb-4844-91a2-9612fccf59d9\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"d17e1e36-39e8-420b-8eab-52bbd6a9d414\",\n            \"workspaceEnvironmentId\": \"56781234-6c30365c-aa38-4f6f-b544-c8b06acfc48d\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"cb302fe2-0c2b-48cb-be0f-64a265e153e0\",\n            \"workspaceEnvironmentId\": \"87654321-3610b709-275b-488d-9f30-5730fc999905\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"c248ee20-b817-40f1-bcce-09d4cf4987a6\",\n            \"workspaceEnvironmentId\": \"54367812-0877b33f-3fb2-4a9c-b11e-dc634d9b24d0\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"7e63f482-458c-453c-83f8-dc29f49b00b1\",\n            \"workspaceEnvironmentId\": \"12345678-46ea6b0e-2fa7-40f4-afe1-2e409724d41c\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"4980cc10-47d1-4a95-8ded-a09a5eeec82a\",\n            \"workspaceEnvironmentId\": \"98765432-c7019db3-a205-4f93-a206-d00d6b6bacdc\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"370e1614-908a-4c2c-8bec-3c39d332ae52\",\n            \"workspaceEnvironmentId\": \"56781234-9b6b55ca-b360-4e4a-849e-f92f42fc65d1\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"35a2854b-e2f7-446f-a348-0b95f75df74c\",\n            \"workspaceEnvironmentId\": \"87654321-7bc7da32-a085-474e-b0e9-40d4c19cc44c\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"25bb736a-810a-480d-b86d-df559c5168ee\",\n            \"workspaceEnvironmentId\": \"12345678-f58a2d9c-36de-4129-b96b-d58f7e7f4515\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"155e18fb-0a9c-4a91-b56a-f19ff91e2b6d\",\n            \"workspaceEnvironmentId\": \"87612345-8fdcad35-154c-4c65-8bb9-fea0154593ca\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        }\n    ]\n}"},{"id":"2162cecb-fccb-4b2a-8fc9-dbf7a6cc1f95","name":"Response with Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?limit=5&cursor=N2U2M2Y0ODItNDU4Yy00NTNjLTgzZjgtZGMyOWY0OWIwMGIx","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"limit","value":"5"},{"key":"cursor","value":"N2U2M2Y0ODItNDU4Yy00NTNjLTgzZjgtZGMyOWY0OWIwMGIx"}],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 11,\n        \"nextCursor\": \"MTU1ZTE4ZmItMGE5Yy00YTkxLWI1NmEtZjE5ZmY5MWUyYjZk\",\n        \"limit\": 5\n    },\n    \"data\": [\n        {\n            \"id\": \"ff53b4bc-eeb7-4b13-866a-5fbd79b13137\",\n            \"workspaceEnvironmentId\": \"12345678-10ec194c-01eb-4844-91a2-9612fccf59d9\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"d17e1e36-39e8-420b-8eab-52bbd6a9d414\",\n            \"workspaceEnvironmentId\": \"56781234-6c30365c-aa38-4f6f-b544-c8b06acfc48d\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"cb302fe2-0c2b-48cb-be0f-64a265e153e0\",\n            \"workspaceEnvironmentId\": \"87654321-3610b709-275b-488d-9f30-5730fc999905\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"c248ee20-b817-40f1-bcce-09d4cf4987a6\",\n            \"workspaceEnvironmentId\": \"54367812-0877b33f-3fb2-4a9c-b11e-dc634d9b24d0\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        },\n        {\n            \"id\": \"7e63f482-458c-453c-83f8-dc29f49b00b1\",\n            \"workspaceEnvironmentId\": \"12345678-46ea6b0e-2fa7-40f4-afe1-2e409724d41c\",\n            \"workspaceId\": \"47d1b387-2485-482a-bf62-46ddd70a6d1e\",\n            \"associatedAt\": \"2026-03-17T09:48:14.000Z\"\n        }\n    ]\n}"},{"id":"e272b374-3f1b-4367-a66b-9289a0867750","name":"Invalid cursor Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?cursor=next_page","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"cursor","value":"next_page"}],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: cursor: Invalid cursor\",\n    \"errors\": [\n        {\n            \"path\": \"cursor\",\n            \"message\": \"Invalid cursor\"\n        }\n    ]\n}"},{"id":"5cc9784e-8d65-478f-84e7-ad43ea3252ad","name":"Invalid limit Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?limit=500","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"limit","value":"500"}],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: limit: limit must not exceed 100\",\n    \"errors\": [\n        {\n            \"path\": \"limit\",\n            \"message\": \"limit must not exceed 100\"\n        }\n    ]\n}"},{"id":"26e96c63-1b0a-4832-86c2-fbae0a18c5e0","name":"Invalid System Environment ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: systemEnvironmentId: Must be a valid UUID\",\n    \"errors\": [\n        {\n            \"path\": \"systemEnvironmentId\",\n            \"message\": \"Must be a valid UUID\"\n        }\n    ]\n}"},{"id":"69d5af88-d40f-4da0-991c-d73eea63f3ce","name":"Invalid Workspace ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?workspaceId=workspace-1","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"workspaceId","value":"workspace-1"}],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: workspaceId: Must be exactly 36 characters, workspaceId: Invalid UUID format\",\n    \"errors\": [\n        {\n            \"path\": \"workspaceId\",\n            \"message\": \"Must be exactly 36 characters\"\n        },\n        {\n            \"path\": \"workspaceId\",\n            \"message\": \"Invalid UUID format\"\n        }\n    ]\n}"},{"id":"b65125f7-d8db-4b05-9f02-0ae5382ced24","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": \"System environment not found\"\n}"},{"id":"686dc9aa-cbe3-4eb5-a593-c2521ccf73dd","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"740f0190-c4c4-49bb-80a7-1af6f86f9390","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d-bf98-dbe9ab7b88a0"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"ea4faf5f-ec05-43cd-b907-bdc414e1bfd0"},{"name":"Add system environment associations","id":"591fc2ec-9cc6-4df8-89ea-5ec6f667ca41","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"{{workspaceEnvironmentId}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","description":"<p>Adds workspace-environment associations to a system environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If false, the system only adds associations when there are no status errors. If true, the system skips any ineligible associations and adds eligible associations.</p>\n","type":"text/plain"},"key":"allowPartial","value":""}],"variable":[{"description":{"content":"<p>The system environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"systemEnvironmentId"}]}},"response":[{"id":"72da3b11-85b4-4fba-a3c9-ea7a4db99fb4","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"created\": 1,\n        \"existing\": 1,\n        \"replaced\": 1,\n        \"excluded\": 0\n    },\n    \"data\": [\n        {\n            \"id\": \"019d3e30-6768-7770-91f0-a2010c886619\",\n            \"workspaceEnvironmentId\": \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n            \"workspaceId\": \"4540d410-ef72-4977-afb8-d7f53705f379\",\n            \"associatedAt\": \"2026-03-30T04:30:52.000Z\",\n            \"status\": \"existing\"\n        },\n        {\n            \"id\": \"019d3e31-323f-7770-91f0-b2c7d9b0ca21\",\n            \"workspaceEnvironmentId\": \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n            \"workspaceId\": \"a5edcd30-c773-4f88-9660-9590bc0af96b\",\n            \"associatedAt\": \"2026-03-30T10:01:44.767Z\",\n            \"status\": \"replaced\",\n            \"previousSystemEnvironmentId\": \"23b554c1-c30c-483d-bf98-dbe9ab7b88a0\"\n        },\n        {\n            \"id\": \"019d3e31-323f-7770-91f0-bc5a64c75930\",\n            \"workspaceEnvironmentId\": \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\",\n            \"workspaceId\": \"a5450abd-ec89-443c-a17a-68132e738714\",\n            \"associatedAt\": \"2026-03-30T10:01:44.767Z\",\n            \"status\": \"created\"\n        }\n    ]\n}"},{"id":"db2113e3-ed2a-4bd2-9ebd-eed3adbfcfe7","name":"Response with allowPartial","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\",\n        \"12387654-9b83df88-9b5c-445b-12bc-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?allowPartial=true","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"allowPartial","value":"true"}],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"created\": 1,\n        \"existing\": 1,\n        \"replaced\": 1,\n        \"excluded\": 1\n    },\n    \"data\": [\n        {\n            \"workspaceEnvironmentId\": \"12387654-9b83df88-9b5c-445b-12bc-460c37897340\",\n            \"status\": \"excluded\",\n            \"reason\": \"Access denied\"\n        },\n        {\n            \"id\": \"019d3e38-bf02-7770-91f0-cc0968a15129\",\n            \"workspaceEnvironmentId\": \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n            \"workspaceId\": \"4540d410-ef72-4977-afb8-d7f53705f379\",\n            \"associatedAt\": \"2026-03-30T04:39:59.000Z\",\n            \"status\": \"existing\"\n        },\n        {\n            \"id\": \"019d3e3a-8185-7770-91f0-d10f7a05076a\",\n            \"workspaceEnvironmentId\": \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n            \"workspaceId\": \"a5edcd30-c773-4f88-9660-9590bc0af96b\",\n            \"associatedAt\": \"2026-03-30T10:11:54.884Z\",\n            \"status\": \"replaced\",\n            \"previousSystemEnvironmentId\": \"23b554c1-c30c-483d-bf98-dbe9ab7b88a0\"\n        },\n        {\n            \"id\": \"019d3e3a-8185-7770-91f0-d957ac333230\",\n            \"workspaceEnvironmentId\": \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\",\n            \"workspaceId\": \"a5450abd-ec89-443c-a17a-68132e738714\",\n            \"associatedAt\": \"2026-03-30T10:11:54.884Z\",\n            \"status\": \"created\"\n        }\n    ]\n}"},{"id":"e73d6392-fe97-4982-9f86-fc78d0cf458b","name":"Insufficient Environment Permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Insufficient permissions on 1 environment(s). Use ?allowPartial=true to process permitted items.\"\n}"},{"id":"7cb68ab1-0a39-4ace-abbf-e8b92a840fff","name":"Insufficient Permissions For All Environments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\",\n        \"12387654-9b83df88-9b5c-445b-12bc-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations?allowPartial=true","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"query":[{"key":"allowPartial","value":"true"}],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"None of the 4 environment(s) could be processed due to insufficient permissions or resolution failures.\"\n}"},{"id":"54c19ec5-3891-46bf-beeb-be2adc8e576f","name":"Invalid Payload","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": []\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: workspaceEnvironmentIds: At least one workspaceEnvironmentId is required\",\n    \"errors\": [\n        {\n            \"path\": \"workspaceEnvironmentIds\",\n            \"message\": \"At least one workspaceEnvironmentId is required\"\n        }\n    ]\n}"},{"id":"82a3cd89-a8b5-4ac6-8748-fe48904b41fd","name":"Invalid System Environment ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: systemEnvironmentId: Must be a valid UUID\",\n    \"errors\": [\n        {\n            \"path\": \"systemEnvironmentId\",\n            \"message\": \"Must be a valid UUID\"\n        }\n    ]\n}"},{"id":"b1233a1d-e5c9-4954-9a9b-353150b52f9b","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"af367c17-a559-43f8-912a-f10739a4ab8d","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffa\",\n        \"87654321-9b83df88-9b5c-445b-ac23-460c37897340\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"}],"_postman_id":"591fc2ec-9cc6-4df8-89ea-5ec6f667ca41"},{"name":"Remove system environment associations","id":"40ea7821-ff6d-4955-815c-d524bc14e325","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"{{workspaceEnvironmentId}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","description":"<p>Removes workspace-environment associations from a system environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The system environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"systemEnvironmentId"}]}},"response":[{"id":"0a26c674-9fbd-427c-8576-a043b16dc733","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"deleted\": 1,\n        \"notFound\": 1\n    },\n    \"data\": [\n        {\n            \"workspaceEnvironmentId\": \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n            \"status\": \"deleted\"\n        },\n        {\n            \"workspaceEnvironmentId\": \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\",\n            \"status\": \"notFound\"\n        }\n    ]\n}"},{"id":"ca40a660-b9b8-4da1-b02c-805222f93f29","name":"Invalid Payload","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"env-1\",\n        \"env2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: workspaceEnvironmentIds.0: Must be a UUID or <userId>-<uuid> format, workspaceEnvironmentIds.1: Must be a UUID or <userId>-<uuid> format\",\n    \"errors\": [\n        {\n            \"path\": \"workspaceEnvironmentIds.0\",\n            \"message\": \"Must be a UUID or <userId>-<uuid> format\"\n        },\n        {\n            \"path\": \"workspaceEnvironmentIds.1\",\n            \"message\": \"Must be a UUID or <userId>-<uuid> format\"\n        }\n    ]\n}"},{"id":"d7db28db-f78c-44ae-b544-b252cbecb6e3","name":"Invalid System Environment ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"23b554c1-c30c-483d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Validation Error: systemEnvironmentId: Must be a valid UUID\",\n    \"errors\": [\n        {\n            \"path\": \"systemEnvironmentId\",\n            \"message\": \"Must be a valid UUID\"\n        }\n    ]\n}"},{"id":"d2586c19-ce36-436e-a097-bcdfbaeb06a9","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"status\": 401,\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Authentication required.\"\n}"},{"id":"6efaa641-7ddf-4ed1-94d4-2a3a08886176","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Feature is disabled.\"\n}"},{"id":"a34fe239-cb25-48cb-85f5-e35f5b6c787e","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceEnvironmentIds\": [\n        \"12345678-4b076607-09cf-4f9d-8a9a-08c8f3cf4619\",\n        \"56781234-c71c146a-ee75-4e3d-b1c4-dacc28577ffb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/api-catalog/system-environments/:systemEnvironmentId/associations","protocol":"https","host":["api","getpostman","com"],"path":["api-catalog","system-environments",":systemEnvironmentId","associations"],"variable":[{"key":"systemEnvironmentId","value":"019d3dca-5e16-7bba-9f13-7abf00a6a443"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": \"System environment not found\"\n}"}],"_postman_id":"40ea7821-ff6d-4955-815c-d524bc14e325"}],"id":"f5b8a51f-c8a2-4d2d-a903-6969924d838b","description":"<p>These endpoints enable you to manage your team's <a href=\"https://learning.postman.com/latest-v-12/docs/api-catalog/overview#system-environments\">system environments</a>. System environments let you define organization-wide deployment stages (such as production, staging, or QA) and associate workspace-level Postman environments with them.</p>\n","_postman_id":"f5b8a51f-c8a2-4d2d-a903-6969924d838b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"662c6651-adb3-4894-8a14-cdd4e28e98b3","description":"<p>The <a href=\"https://learning.postman.com/docs/api-catalog/overview\"><b>API Catalog</b></a> endpoints enable you to manage your centralized APIs and services. It enables you to connect your source code to the API Catalog, and it automatically shows you all your APIs in one place.</p>\n","_postman_id":"662c6651-adb3-4894-8a14-cdd4e28e98b3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"API Governance","item":[{"name":"API definition validation","id":"784ec244-5899-4c69-bab9-c6982e137076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"{{schemaType}}\",\n        \"language\": \"{{schemaLanguage}}\",\n        \"schema\": \"{{schemaBody}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation","description":"<p>Performs an analysis on the given definition and returns any issues based on your <a href=\"https://learning.postman.com/docs/api-governance/configurable-rules/configurable-rules-overview/\">predefined rulesets</a>. This endpoint can help you understand the violations' impact and offers solutions to help you resolve any errors. You can include this endpoint to your CI/CD process to automate schema validation.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The maximum allowed size of the definition is 10 MB.</p>\n</li>\n<li><p>You must <a href=\"https://learning.postman.com/docs/api-governance/configurable-rules/configuring-api-governance-rules/\">import and enable</a> Postman's <a href=\"https://postman.postman.co/api-governance/libraries/postman_owasp/view\">OWASP security rules</a> for this endpoint to return any security rule violations.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["security","api-validation"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"5ae1bc0a-e3a0-4cbc-a922-a0bb8e070890","name":"No Warnings Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi3\",\n        \"language\": \"json\",\n        \"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"warnings\": []\n}"},{"id":"51e19b2f-f56f-4558-817a-6259bddef970","name":"Successful Response with Governance Warnings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi3\",\n        \"language\": \"json\",\n        \"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"warnings\": [\n        {\n            \"slug\": \"OPENAPI_SPECTRAL_6_RULE_1016\",\n            \"checksum\": \"5c17d7472a8b6a22e99524fb80a4a24128bebfb9970aefa16eb496792dbc7195\",\n            \"dataPath\": [\n                \"paths\",\n                \"/spacecrafts/{spacecraftId}\",\n                \"get\"\n            ],\n            \"possibleFixUrl\": \"https://go.pstmn.io/openapi3-security-warnings#all-operations-should-have-summaries\",\n            \"type\": \"governance\",\n            \"severity\": \"ERROR\",\n            \"vulnerability\": {\n                \"name\": \"All of your operations need summaries.\",\n                \"slug\": \"OPENAPI_SPECTRAL_6_operations_summary\"\n            },\n            \"location\": {\n                \"start\": {\n                    \"column\": 8,\n                    \"line\": 19\n                },\n                \"end\": {\n                    \"column\": 50,\n                    \"line\": 38\n                }\n            },\n            \"category\": {\n                \"name\": \"governance\",\n                \"slug\": \"governance\"\n            },\n            \"message\": \"All of your operations need summaries.\"\n        }\n    ]\n}"},{"id":"cca941fb-da7b-4e0f-94ac-638f6a5e91d2","name":"Successful Response with Security Warnings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi3\",\n        \"language\": \"json\",\n        \"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  }\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"warnings\": [\n        {\n            \"dataPath\": [],\n            \"possibleFixUrl\": \"https://go.pstmn.io/openapi3-security-warnings#security-field-is-not-defined\",\n            \"type\": \"security\",\n            \"vulnerability\": {\n                \"slug\": \"OPENAPI_VUL_0003\",\n                \"name\": \"Security field is not defined\"\n            },\n            \"severity\": \"ERROR\",\n            \"category\": {\n                \"slug\": \"security\",\n                \"name\": \"security\"\n            },\n            \"checksum\": \"db2c5b351010e803bb3cebf21c48275909bd89715660fa1865e8c55595d4928d\",\n            \"slug\": \"OPENAPI_SCHEMA_RULE_0005\",\n            \"message\": \"Security field is not defined\",\n            \"location\": {\n                \"end\": {\n                    \"line\": 78,\n                    \"column\": 21\n                },\n                \"start\": {\n                    \"line\": 1,\n                    \"column\": 0\n                }\n            }\n        },\n        {\n            \"dataPath\": [\n                \"paths\",\n                \"/spacecrafts/{spacecraftId}\",\n                \"get\"\n            ],\n            \"possibleFixUrl\": \"https://go.pstmn.io/openapi3-security-warnings#operation-does-not-enforce-any-security-scheme\",\n            \"type\": \"security\",\n            \"vulnerability\": {\n                \"slug\": \"OPENAPI_VUL_0012\",\n                \"name\": \"Operation does not enforce any security scheme\"\n            },\n            \"severity\": \"WARN\",\n            \"category\": {\n                \"slug\": \"security\",\n                \"name\": \"security\"\n            },\n            \"checksum\": \"44dd11f850da75d478d246361a95435c7dd8da799ce689a8648449af7b3c7b43\",\n            \"slug\": \"OPENAPI_SCHEMA_RULE_0017\",\n            \"message\": \"Operation does not enforce any security scheme.\",\n            \"location\": {\n                \"end\": {\n                    \"line\": 39,\n                    \"column\": 50\n                },\n                \"start\": {\n                    \"line\": 19,\n                    \"column\": 8\n                }\n            }\n        }\n    ]\n}"},{"id":"8ec620ec-43db-4ff2-97a1-960b9e91fe7a","name":"Invalid Schema","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi1\",\n        \"language\": \"json\",\n        \"schema\": \"{}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": {\n            \"name\": \"Invalid schema\",\n            \"reason\": \"Provided schema type is not supported.\"\n        }\n    }\n}"},{"id":"9b858b3b-641c-4db1-89d5-c5474b0d53ae","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi3\",\n        \"language\": \"yaml\",\n        \"schema\": \"openapi: '\\\"3.1.0'\\\"\\ninfo:\\n  version: '\\\"1.0.0'\\\"\\n  title: '\\\"Sample API'\\\"\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: '\\\"#/components/schemas/SpacecraftId'\\\"\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        '\\\"200'\\\":\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '\\\"#/components/schemas/Spacecraft'\\\"\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '\\\"#/components/schemas/Error'\\\"\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '\\\"#/components/schemas/Error'\\\"\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - name\\n        - type\\n      properties:\\n        id:\\n          $ref: '\\\"#/components/schemas/SpacecraftId'\\\"\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eu.postman.com/security/api-validation"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"This feature isn't available in your region.\"\n}"},{"id":"10e1f150-820b-45fa-bb7d-b914d815d103","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"type\": \"openapi1\",\n        \"language\": \"json\",\n        \"schema\": \"{}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/security/api-validation"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"784ec244-5899-4c69-bab9-c6982e137076"}],"id":"1641318b-f1d5-499b-b295-fc31276f1125","description":"<p>The <strong>API Governance</strong> endpoints enable you to manage the <a href=\"https://learning.postman.com/docs/api-governance/api-governance-overview/\">governance of your API</a>. Governance helps you to identify inconsistencies or weaknesses in your APIs and recommend possible fixes or improvements that follow industry best practices.</p>\n","_postman_id":"1641318b-f1d5-499b-b295-fc31276f1125","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Audit Logs","item":[{"name":"Get team audit logs","id":"ec810a1a-6a84-471c-a145-a8b470ac5606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit/logs","description":"<p>Gets a list of your team's generated audit events. For a complete list of all audit events, see <a href=\"https://learning.postman.com/docs/administration/audit-logs/\">Audit logs</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["audit","logs"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results that match the given user ID.</p>\n","type":"text/plain"},"key":"userId","value":null},{"disabled":true,"description":{"content":"<p>Filter results by an audit log action.</p>\n","type":"text/plain"},"key":"action","value":""},{"disabled":true,"description":{"content":"<p>Return logs created after the given time, in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return logs created before the given time, in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of audit events to return at once. The maximum value is 300.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The cursor to get the next set of results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Return the records in ascending (<code>asc</code>) or descending (<code>desc</code>) order. This value defaults to <code>desc</code> order.</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"disabled":true,"description":{"content":"<p>Return the records in ascending (<code>asc</code>) or descending (<code>desc</code>) order. This value defaults to <code>desc</code> order.</p>\n","type":"text/plain"},"key":"order_by","value":""}],"variable":[]}},"response":[{"id":"f2f16b41-b5a0-4046-b2e0-20f3dda27680","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit/logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"trails\": [\n        {\n            \"id\": 12,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": \"PostmanRuntime/7.29.0 Postman/5.5.4 ChromeApp\",\n            \"action\": \"user.login_password_success\",\n            \"timestamp\": \"2022-11-10T18:31:32.000Z\",\n            \"message\": \"taylor-lee successfully logged in using the Postman password.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"Postman-Testing\",\n                    \"id\": 125648\n                }\n            }\n        },\n        {\n            \"id\": 13,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.scim_add_member\",\n            \"timestamp\": \"2022-11-10T17:19:03.000Z\",\n            \"message\": \"Taylor Lee provisioned user Alex Cruz\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                }\n            }\n        },\n        {\n            \"id\": 14,\n            \"ip\": null,\n            \"userAgent\": null,\n            \"action\": \"user.authaccount.linked\",\n            \"timestamp\": \"2022-11-10T17:19:02.000Z\",\n            \"message\": \"Taylor Lee created account linkage for user.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                },\n                \"variables\": {\n                    \"auth_type\": \"okta\",\n                    \"auth_uid\": \"8f868a0353fd46cbadfe8a6ab3853b94\",\n                    \"authaccount_uid\": \"f97535389e8447ae8006b2795a2059e1\"\n                }\n            }\n        },\n        {\n            \"id\": 15,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.create_group\",\n            \"timestamp\": \"2022-11-10T15:54:47.000Z\",\n            \"message\": \"Taylor Lee created group Test-API.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"API-Testing\",\n                    \"id\": 11\n                },\n                \"variables\": {\n                    \"groupId\": \"1234\",\n                    \"groupName\": \"Test-API\",\n                    \"groupVisibility\": \"team\"\n                }\n            }\n        }\n    ],\n    \"nextCursor\": 95427049\n}"},{"id":"ac4ecc3b-d617-4da8-8245-b843fae8b96e","name":"Filter Response by User ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/audit/logs?userId=12345678","protocol":"https","host":["api","getpostman","com"],"path":["audit","logs"],"query":[{"key":"userId","value":"12345678"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"trails\": [\n        {\n            \"id\": 12,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": \"PostmanRuntime/7.29.0 Postman/5.5.4 ChromeApp\",\n            \"action\": \"user.login_password_success\",\n            \"timestamp\": \"2022-11-10T18:31:32.000Z\",\n            \"message\": \"taylor-lee successfully logged in using the Postman password.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"Postman-Testing\",\n                    \"id\": 125648\n                }\n            }\n        },\n        {\n            \"id\": 13,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.scim_add_member\",\n            \"timestamp\": \"2022-11-10T17:19:03.000Z\",\n            \"message\": \"Taylor Lee provisioned user Alex Cruz\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                }\n            }\n        },\n        {\n            \"id\": 14,\n            \"ip\": null,\n            \"userAgent\": null,\n            \"action\": \"user.authaccount.linked\",\n            \"timestamp\": \"2022-11-10T17:19:02.000Z\",\n            \"message\": \"Taylor Lee created account linkage for user.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                },\n                \"variables\": {\n                    \"auth_type\": \"okta\",\n                    \"auth_uid\": \"8f868a0353fd46cbadfe8a6ab3853b94\",\n                    \"authaccount_uid\": \"f97535389e8447ae8006b2795a2059e1\"\n                }\n            }\n        },\n        {\n            \"id\": 15,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.create_group\",\n            \"timestamp\": \"2022-11-10T15:54:47.000Z\",\n            \"message\": \"Taylor Lee created group Test-API.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"API-Testing\",\n                    \"id\": 11\n                },\n                \"variables\": {\n                    \"groupId\": \"1234\",\n                    \"groupName\": \"Test-API\",\n                    \"groupVisibility\": \"team\"\n                }\n            }\n        }\n    ],\n    \"nextCursor\": 95427049\n}"},{"id":"150f53be-2ba4-494d-b4bc-ffbf1935588a","name":"Filter Response by Audit Action","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/audit/logs?action=team.scim_add_member","protocol":"https","host":["api","getpostman","com"],"path":["audit","logs"],"query":[{"key":"action","value":"team.scim_add_member"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"trails\": [\n        {\n            \"id\": 13,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\",\n            \"action\": \"user.apikey_create\",\n            \"timestamp\": \"2025-12-22T05:14:47.000Z\",\n            \"message\": \"Taylor Lee created an API key with identifier: 6948d*****.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"Billing API Team\",\n                    \"id\": 123\n                },\n                \"variables\": {\n                    \"apiKey\": \"6948d*****\"\n                }\n            }\n        },\n        {\n            \"id\": 14,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36\",\n            \"action\": \"user.apikey_create\",\n            \"timestamp\": \"2025-11-17T11:03:45.000Z\",\n            \"message\": \"Alex Cruz created an API key with identifier: 691b0*****.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"supply-technologist-87654321\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 1068007,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"supply-technologist-87654321\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 1068007\n                },\n                \"team\": {\n                    \"name\": \"Billing API Team\",\n                    \"id\": 123\n                },\n                \"variables\": {\n                    \"apiKey\": \"691b0*****\"\n                }\n            }\n        }\n    ]\n}"},{"id":"9b40c0cc-86bd-462c-8912-431115bd3c5c","name":"Filter Response by Order","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/audit/logs?orderBy=asc","protocol":"https","host":["api","getpostman","com"],"path":["audit","logs"],"query":[{"key":"orderBy","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"trails\": [\n        {\n            \"id\": 12,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": \"PostmanRuntime/7.29.0 Postman/5.5.4 ChromeApp\",\n            \"action\": \"user.login_password_success\",\n            \"timestamp\": \"2022-11-10T18:31:32.000Z\",\n            \"message\": \"taylor-lee successfully logged in using the Postman password.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"Postman-Testing\",\n                    \"id\": 125648\n                }\n            }\n        },\n        {\n            \"id\": 13,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.scim_add_member\",\n            \"timestamp\": \"2022-11-10T17:19:03.000Z\",\n            \"message\": \"Taylor Lee provisioned user Alex Cruz\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                }\n            }\n        },\n        {\n            \"id\": 14,\n            \"ip\": null,\n            \"userAgent\": null,\n            \"action\": \"user.authaccount.linked\",\n            \"timestamp\": \"2022-11-10T17:19:02.000Z\",\n            \"message\": \"Taylor Lee created account linkage for user.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Alex Cruz\",\n                    \"username\": \"alex.cruz\",\n                    \"email\": \"alex.cruz@example.com\",\n                    \"id\": 87654321\n                },\n                \"team\": {\n                    \"name\": \"Test-API\",\n                    \"id\": 1234\n                },\n                \"variables\": {\n                    \"auth_type\": \"okta\",\n                    \"auth_uid\": \"8f868a0353fd46cbadfe8a6ab3853b94\",\n                    \"authaccount_uid\": \"f97535389e8447ae8006b2795a2059e1\"\n                }\n            }\n        },\n        {\n            \"id\": 15,\n            \"ip\": \"192.0.2.0\",\n            \"userAgent\": null,\n            \"action\": \"team.create_group\",\n            \"timestamp\": \"2022-11-10T15:54:47.000Z\",\n            \"message\": \"Taylor Lee created group Test-API.\",\n            \"data\": {\n                \"actor\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678,\n                    \"active\": true\n                },\n                \"user\": {\n                    \"name\": \"Taylor Lee\",\n                    \"username\": \"taylor.lee\",\n                    \"email\": \"taylor.lee@example.com\",\n                    \"id\": 12345678\n                },\n                \"team\": {\n                    \"name\": \"API-Testing\",\n                    \"id\": 11\n                },\n                \"variables\": {\n                    \"groupId\": \"1234\",\n                    \"groupName\": \"Test-API\",\n                    \"groupVisibility\": \"team\"\n                }\n            }\n        }\n    ],\n    \"nextCursor\": 95427049\n}"},{"id":"92e0f51f-63fb-4665-8da2-018873211447","name":"Invalid Audit Action","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/audit/logs?action=Created API Key","protocol":"https","host":["api","getpostman","com"],"path":["audit","logs"],"query":[{"key":"action","value":"Created API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"InvalidAuditAction\",\n        \"message\": \"Invalid audit action format. Expected format: prefix.action_name (e.g., user.login).\"\n    }\n}"},{"id":"b08c7791-9f4c-4e92-9a27-9dfa2521fddb","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit/logs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"e124ee05-1165-40fc-a7be-0898a1a583de","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit/logs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"ForbiddenRequest\",\n        \"message\": \"You do not have permissions to view team Audit logs\"\n    }\n}"},{"id":"10a66f3d-7e1b-4b6b-9c0c-fc1b5ea387be","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit/logs"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"ec810a1a-6a84-471c-a145-a8b470ac5606"},{"name":"Get all audit log event actions","id":"63c85835-db12-4576-ac7a-a2e9c3cd820c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit-actions","description":"<p>Gets a complete list of all available audit log event actions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["audit-actions"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"21f8b4a2-bb4c-4404-95ad-8df4d14147fe","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit-actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": \"team.invoice_paid\",\n            \"name\": \"Invoice Paid\"\n        },\n        {\n            \"code\": \"team.scim_add_member\",\n            \"name\": \"Provisioned SCIM User\"\n        },\n        {\n            \"code\": \"team.ai_consent.grant\",\n            \"name\": \"AI Team Consent Granted\"\n        },\n        {\n            \"code\": \"team.add_group_member\",\n            \"name\": \"Added Member to User Group\"\n        },\n        {\n            \"code\": \"user.username_update\",\n            \"name\": \"Updated Username\"\n        },\n        {\n            \"code\": \"team.update_trial_activation_count\",\n            \"name\": \"Updated trial activation count for the team\"\n        },\n        {\n            \"code\": \"team.send_invite\",\n            \"name\": \"Sent Team Invite\"\n        },\n        {\n            \"code\": \"team.pro_domain_updated\",\n            \"name\": \"Updated Team Subdomain\"\n        },\n        {\n            \"code\": \"team.update_user_roles\",\n            \"name\": \"Updated User Roles\"\n        },\n        {\n            \"code\": \"user.group.create\",\n            \"name\": \"User Group Created\"\n        },\n        {\n            \"code\": \"user.provided_consent_for_multi_team_enablement\",\n            \"name\": \"Provided consent for multi team enablement\"\n        },\n        {\n            \"code\": \"team.reject_pending_access_request\",\n            \"name\": \"Rejected Team Join Request\"\n        },\n        {\n            \"code\": \"user.authaccount.delinked\",\n            \"name\": \"User SSO Account Delinked\"\n        },\n        {\n            \"code\": \"team.last_member_reinstated\",\n            \"name\": \"Team Last Member Reinstated\"\n        },\n        {\n            \"code\": \"team.start_limited_duration_trial\",\n            \"name\": \"Start Limited Duration Trial\"\n        },\n        {\n            \"code\": \"team.convert_domain_type\",\n            \"name\": \"Convert Domain Type\"\n        },\n        {\n            \"code\": \"team.encryption_migration_started\",\n            \"name\": \"Encryption Started for existing data\"\n        },\n        {\n            \"code\": \"team.end_limited_duration_trial\",\n            \"name\": \"End Limited Duration Trial\"\n        },\n        {\n            \"code\": \"team.update_billing_email\",\n            \"name\": \"Updated Billing Email\"\n        },\n        {\n            \"code\": \"team.change_default_card\",\n            \"name\": \"Changed Default Payment Method\"\n        },\n        {\n            \"code\": \"team.update_operation_limits\",\n            \"name\": \"Updated operation limits for team\"\n        },\n        {\n            \"code\": \"user.export_data\",\n            \"name\": \"Exported Postman Data\"\n        },\n        {\n            \"code\": \"user.ai_consent.revoke\",\n            \"name\": \"AI User Consent Revoked\"\n        },\n        {\n            \"code\": \"team.url_updated\",\n            \"name\": \"Updated Team Subdomain\"\n        },\n        {\n            \"code\": \"user.mfa_rotate_recovery_codes\",\n            \"name\": \"2FA Recovery Codes Rotated\"\n        },\n        {\n            \"code\": \"user:disable_external_accounts_linkage\",\n            \"name\": \"Disabled External Accounts Linkage\"\n        },\n        {\n            \"code\": \"team.change_default_payment_method\",\n            \"name\": \"Default payment method changed\"\n        },\n        {\n            \"code\": \"user.apikey_revoke\",\n            \"name\": \"Revoked Postman API Key\"\n        },\n        {\n            \"code\": \"team.marked_internal\",\n            \"name\": \"Organization Marked Internal\"\n        },\n        {\n            \"code\": \"team.update_product\",\n            \"name\": \"Updated Product\"\n        },\n        {\n            \"code\": \"team.add_domain\",\n            \"name\": \"Added Domain\"\n        },\n        {\n            \"code\": \"user.login_google_success\",\n            \"name\": \"User Logged-In Using Google OAuth\"\n        },\n        {\n            \"code\": \"user.disabled_guest_sharing_for_object\",\n            \"name\": \"Disabled guest sharing for object\"\n        },\n        {\n            \"code\": \"team.cancellation_request\",\n            \"name\": \"Raised Cancellation Request For Team\"\n        },\n        {\n            \"code\": \"team.suggest_invite\",\n            \"name\": \"Suggested Invite\"\n        },\n        {\n            \"code\": \"team.scim_provisioning_enabled\",\n            \"name\": \"SCIM provisioning enabled\"\n        },\n        {\n            \"code\": \"team.create_partnership\",\n            \"name\": \"Created Partnership\"\n        },\n        {\n            \"code\": \"team.update_user_role\",\n            \"name\": \"Updated User Role\"\n        },\n        {\n            \"code\": \"team.remove_group_manager\",\n            \"name\": \"Removed group manager\"\n        },\n        {\n            \"code\": \"team.update_team_discovery\",\n            \"name\": \"Updated Team Discovery\"\n        },\n        {\n            \"code\": \"user.revoke_one_by_id\",\n            \"name\": \"User Session Revoked\"\n        },\n        {\n            \"code\": \"team.add_group_manager\",\n            \"name\": \"Added group manager\"\n        },\n        {\n            \"code\": \"team.consume_payment_link\",\n            \"name\": \"Used Payment Link\"\n        },\n        {\n            \"code\": \"team.prodomain_disabled\",\n            \"name\": \"Disabled Team Subdomain\"\n        },\n        {\n            \"code\": \"user.apikey_create\",\n            \"name\": \"Created Postman API Key\"\n        },\n        {\n            \"code\": \"team.migrate_product\",\n            \"name\": \"Migrated the product\"\n        },\n        {\n            \"code\": \"team.secret_scanner_finding.unresolve\",\n            \"name\": \"Unresolved a Secret\"\n        },\n        {\n            \"code\": \"team.customauth.rotate_certificate\",\n            \"name\": \"Rotated Custom Auth Scheme Certificates\"\n        },\n        {\n            \"code\": \"user.invalidate_email_manual\",\n            \"name\": \"Invalidated User Email\"\n        },\n        {\n            \"code\": \"team.scimkey_create\",\n            \"name\": \"Created SCIM Key\"\n        },\n        {\n            \"code\": \"team.secret_scanner_finding.revoke\",\n            \"name\": \"Revoked a Secret\"\n        },\n        {\n            \"code\": \"team.update_allowed_payment_method\",\n            \"name\": \"Updated Allowed Payment Method\"\n        },\n        {\n            \"code\": \"team.decrease_size\",\n            \"name\": \"Decreased Team Size\"\n        },\n        {\n            \"code\": \"team.apikey_creation_enabled\",\n            \"name\": \"Enabled Postman API Key Creation For Team\"\n        },\n        {\n            \"code\": \"team.group_summary_updated\",\n            \"name\": \"Updated group summary\"\n        },\n        {\n            \"code\": \"team.scim_deactivate_member\",\n            \"name\": \"Deactivated SCIM User\"\n        },\n        {\n            \"code\": \"team.domain_verification\",\n            \"name\": \"Domain Verification\"\n        },\n        {\n            \"code\": \"team.retry_invoice_success\",\n            \"name\": \"Successfully Retried Invoice\"\n        },\n        {\n            \"code\": \"team.client_secret_scanner_disabled\",\n            \"name\": \"Local Secret Protection Disabled\"\n        },\n        {\n            \"code\": \"team.start_pro\",\n            \"name\": \"Started Paid Team Subscription\"\n        },\n        {\n            \"code\": \"team.update_instruction\",\n            \"name\": \"Updated Instruction\"\n        },\n        {\n            \"code\": \"team.create_group\",\n            \"name\": \"Created User Group\"\n        },\n        {\n            \"code\": \"team.scimkey_delete\",\n            \"name\": \"Deleted SCIM Key\"\n        },\n        {\n            \"code\": \"team.moved_subscription\",\n            \"name\": \"Transferred Team Subscription\"\n        },\n        {\n            \"code\": \"team.domain_capture_enable_team_management\",\n            \"name\": \"Enabled Domain Capture\"\n        },\n        {\n            \"code\": \"team.remove_partnership_member\",\n            \"name\": \"Remove Partnership Member\"\n        },\n        {\n            \"code\": \"user.login_password_success\",\n            \"name\": \"User Logged-In Using Password\"\n        },\n        {\n            \"code\": \"user.user_details_update\",\n            \"name\": \"Updated User Details\"\n        },\n        {\n            \"code\": \"user.download_export_data\",\n            \"name\": \"Downloaded Exported Postman Data\"\n        },\n        {\n            \"code\": \"team.domain_capture_add_user\",\n            \"name\": \"Added User Using Domain Capture\"\n        },\n        {\n            \"code\": \"team.organization_disabled\",\n            \"name\": \"Team Disabled\"\n        },\n        {\n            \"code\": \"team.client_secret_scanner_enabled\",\n            \"name\": \"Local Secret Protection Enabled\"\n        },\n        {\n            \"code\": \"team.client_secret_scanner_justified\",\n            \"name\": \"Local Secret Justification\"\n        },\n        {\n            \"code\": \"team.trial_end\",\n            \"name\": \"Trial Ended For Team\"\n        },\n        {\n            \"code\": \"user.validate_email\",\n            \"name\": \"Validated User Email\"\n        },\n        {\n            \"code\": \"team.apikey_expiry_update\",\n            \"name\": \"Updated Postman API Keys expiry Settings For Team\"\n        },\n        {\n            \"code\": \"team.reject_invite\",\n            \"name\": \"Rejected User Invite\"\n        },\n        {\n            \"code\": \"team.domain_capture_disable_team_management\",\n            \"name\": \"Disabled Domain Capture\"\n        },\n        {\n            \"code\": \"team.remove_member\",\n            \"name\": \"Team Member Removed\"\n        },\n        {\n            \"code\": \"team.trial_start\",\n            \"name\": \"Started Trial For Team\"\n        },\n        {\n            \"code\": \"team.apikey_auto_revoke_disabled\",\n            \"name\": \"Disbled Auto-revoke Exposed Postman API keys For Team\"\n        },\n        {\n            \"code\": \"team.apikey_auto_revoked\",\n            \"name\": \"Auto-revoked Exposed API Key\"\n        },\n        {\n            \"code\": \"team.ai_consent.revoke\",\n            \"name\": \"AI Team Consent Revoked\"\n        },\n        {\n            \"code\": \"team.update_slots\",\n            \"name\": \"Updated Slots\"\n        },\n        {\n            \"code\": \"user.username_password_update\",\n            \"name\": \"Updated Username or Password\"\n        },\n        {\n            \"code\": \"user.create_personal_context_from_team\",\n            \"name\": \"Create Personal Context from Team Data\"\n        },\n        {\n            \"code\": \"user.apikey_regenerate\",\n            \"name\": \"Regenerated Postman API Key\"\n        },\n        {\n            \"code\": \"team.update_invoice_details\",\n            \"name\": \"Updated Invoice Details\"\n        },\n        {\n            \"code\": \"user.vault_export_policy_update\",\n            \"name\": \"Vault Export Policy Updated\"\n        },\n        {\n            \"code\": \"team.trial_expiry\",\n            \"name\": \"Team Trial Expired\"\n        },\n        {\n            \"code\": \"team.secret_scanner_finding.create\",\n            \"name\": \"Detected a Secret\"\n        },\n        {\n            \"code\": \"user.profile_change\",\n            \"name\": \"Updated User Profile\"\n        },\n        {\n            \"code\": \"team.update_limited_duration_trial_period_end\",\n            \"name\": \"Updated Limited Duration Trial Period\"\n        },\n        {\n            \"code\": \"team.add_credits\",\n            \"name\": \"Added Credits For Team\"\n        },\n        {\n            \"code\": \"team.delete_payment_method\",\n            \"name\": \"Deleted a payment method\"\n        },\n        {\n            \"code\": \"team.customauth.update\",\n            \"name\": \"Updated Custom Auth Scheme\"\n        },\n        {\n            \"code\": \"team.customauth.create\",\n            \"name\": \"Created Custom Auth Scheme\"\n        },\n        {\n            \"code\": \"team.custom_token.enable\",\n            \"name\": \"Enabled Custom Token\"\n        },\n        {\n            \"code\": \"user.login_sso_success\",\n            \"name\": \"User Logged-In Using SSO\"\n        },\n        {\n            \"code\": \"team.encryption_enabled\",\n            \"name\": \"Encryption Enabled\"\n        },\n        {\n            \"code\": \"user.login_password_error\",\n            \"name\": \"User Login Failed\"\n        },\n        {\n            \"code\": \"team.generate_payment_link\",\n            \"name\": \"Generated Payment Link\"\n        },\n        {\n            \"code\": \"team.update_public_profile_visibility\",\n            \"name\": \"Updated Public Profile Visibility\"\n        },\n        {\n            \"code\": \"user.create\",\n            \"name\": \"User Signed Up\"\n        },\n        {\n            \"code\": \"team.update_true_up_enabled\",\n            \"name\": \"Updated Auto-flex Enabled\"\n        },\n        {\n            \"code\": \"user.user_deleted\",\n            \"name\": \"Deleted User\"\n        },\n        {\n            \"code\": \"team.update_public_profile_member_list_visibility\",\n            \"name\": \"Updated Team Public Profile\"\n        },\n        {\n            \"code\": \"user.apikey_activate\",\n            \"name\": \"Activated Postman API Key\"\n        },\n        {\n            \"code\": \"team.payment_collection_method_updated\",\n            \"name\": \"Renewal Payment Preference Changed\"\n        },\n        {\n            \"code\": \"team.delete_operation_override\",\n            \"name\": \"Deleted operation override for team\"\n        },\n        {\n            \"code\": \"team.apikey_creation_disabled\",\n            \"name\": \"Disabled Postman API Key Creation For Team\"\n        },\n        {\n            \"code\": \"team.update_true_up_period_end\",\n            \"name\": \"Updated Auto-flex period end date\"\n        },\n        {\n            \"code\": \"user.apikey_delete\",\n            \"name\": \"Deleted Postman API Key\"\n        },\n        {\n            \"code\": \"team.customauth.remove\",\n            \"name\": \"Removed Custom Auth Scheme\"\n        },\n        {\n            \"code\": \"user.ai_consent.grant\",\n            \"name\": \"AI User Consent Granted\"\n        },\n        {\n            \"code\": \"team.change_plan\",\n            \"name\": \"Changed Team Plan\"\n        },\n        {\n            \"code\": \"team.domain_capture_mark_verified\",\n            \"name\": \"Verified Domain For Domain Capture\"\n        },\n        {\n            \"code\": \"team.custom_token.update_pattern\",\n            \"name\": \"Update Custom Token Regex\"\n        },\n        {\n            \"code\": \"team.apikey_auto_revoke_enabled\",\n            \"name\": \"Enabled Auto-revoke Exposed Postman API keys For Team\"\n        },\n        {\n            \"code\": \"user.password_create\",\n            \"name\": \"Create Password\"\n        },\n        {\n            \"code\": \"team.added_giveget_referee_month\",\n            \"name\": \"Applied Referee Code\"\n        },\n        {\n            \"code\": \"team.apikey_revoke_all\",\n            \"name\": \"Admin Revoked All Postman API Keys\"\n        },\n        {\n            \"code\": \"team.annual_plan_renewal\",\n            \"name\": \"Annual Plan Renewed For Team\"\n        },\n        {\n            \"code\": \"team.added_giveget_referer_month\",\n            \"name\": \"Applied Referer Code\"\n        },\n        {\n            \"code\": \"team.expansion\",\n            \"name\": \"Expansion\"\n        },\n        {\n            \"code\": \"team.scimkey_regenerate\",\n            \"name\": \"Regenerated SCIM Key\"\n        },\n        {\n            \"code\": \"team.remove_group_role\",\n            \"name\": \"Removed Role From User Group\"\n        },\n        {\n            \"code\": \"user.apikey_rename\",\n            \"name\": \"Renamed Postman API Key\"\n        },\n        {\n            \"code\": \"user.vault_export\",\n            \"name\": \"Vault Exported\"\n        },\n        {\n            \"code\": \"team.apikey_revoke_all_exposed\",\n            \"name\": \"Admin Revoked All Exposed Postman API Keys\"\n        },\n        {\n            \"code\": \"team.add_group_role\",\n            \"name\": \"Added Role To User Group\"\n        },\n        {\n            \"code\": \"team.consume_purchase_key\",\n            \"name\": \"Used Purchase Key For Team\"\n        },\n        {\n            \"code\": \"user.vault_reset\",\n            \"name\": \"Vault Reset\"\n        },\n        {\n            \"code\": \"team.delete_group\",\n            \"name\": \"Deleted User Group\"\n        },\n        {\n            \"code\": \"team.update_domain_verification\",\n            \"name\": \"Domain Verification Status Updated\"\n        },\n        {\n            \"code\": \"team.custom_token.update_name\",\n            \"name\": \"Update Custom Token Name\"\n        },\n        {\n            \"code\": \"user.exposed_apikey_disable\",\n            \"name\": \"Exposed API Key Revoked\"\n        },\n        {\n            \"code\": \"team.client_secret_scanner_default_policy_updated\",\n            \"name\": \"Local Secret Protection Default Policy Updated\"\n        },\n        {\n            \"code\": \"team.add_partnership_member\",\n            \"name\": \"Add Partnership Member\"\n        },\n        {\n            \"code\": \"team.invoice_generated\",\n            \"name\": \"Invoice Generated\"\n        },\n        {\n            \"code\": \"team.scim_provisioning_disabled\",\n            \"name\": \"SCIM provisioning disabled\"\n        },\n        {\n            \"code\": \"team.update_renewals_to_skip\",\n            \"name\": \"Updated Renewals To Skip\"\n        },\n        {\n            \"code\": \"team.update_team_discovery_auto_join\",\n            \"name\": \"Updated Auto Join via Team Discovery\"\n        },\n        {\n            \"code\": \"team.delete_card\",\n            \"name\": \"Deleted Payment Method\"\n        },\n        {\n            \"code\": \"team.payment_method_added\",\n            \"name\": \"Payment method added\"\n        },\n        {\n            \"code\": \"team.delete_partnership\",\n            \"name\": \"Deleted Partnership\"\n        },\n        {\n            \"code\": \"team.encryption_disabled\",\n            \"name\": \"Encryption Disabled\"\n        },\n        {\n            \"code\": \"team.scimkey_revoke\",\n            \"name\": \"Revoked SCIM Key\"\n        },\n        {\n            \"code\": \"team.organization_enabled\",\n            \"name\": \"Team Enabled\"\n        },\n        {\n            \"code\": \"team.update_trial_period_end\",\n            \"name\": \"Updated trial period end of team\"\n        },\n        {\n            \"code\": \"team.approve_invite\",\n            \"name\": \"Approved User Invite\"\n        },\n        {\n            \"code\": \"team.enterprise_enabled\",\n            \"name\": \"Enabled SSO For Team\"\n        },\n        {\n            \"code\": \"team.update_monitoring_block_count\",\n            \"name\": \"Updated Monitoring Block Count\"\n        },\n        {\n            \"code\": \"team.increase_size\",\n            \"name\": \"Increased Team Size\"\n        },\n        {\n            \"code\": \"user.account_logout\",\n            \"name\": \"User Logged-out\"\n        },\n        {\n            \"code\": \"user.mfa_reset\",\n            \"name\": \"2FA Reset\"\n        },\n        {\n            \"code\": \"team.upgrade_via_transfer\",\n            \"name\": \"Transferred Subscription\"\n        },\n        {\n            \"code\": \"team.customauth.disable\",\n            \"name\": \"Disabled Custom Auth Scheme\"\n        },\n        {\n            \"code\": \"user.sync_disable\",\n            \"name\": \"Disabled Sync For User\"\n        },\n        {\n            \"code\": \"user.apikey_deactivate\",\n            \"name\": \"Deactivated API Key\"\n        },\n        {\n            \"code\": \"team.update_owner\",\n            \"name\": \"Updated Team Owner\"\n        },\n        {\n            \"code\": \"team.account_state_changed\",\n            \"name\": \"Account State Changed\"\n        },\n        {\n            \"code\": \"team.custom_token.disable\",\n            \"name\": \"Disabled Custom Token\"\n        },\n        {\n            \"code\": \"team.modify_future_plan\",\n            \"name\": \"Set Instructions For Next Billing Cycle\"\n        },\n        {\n            \"code\": \"team.start_enterprise\",\n            \"name\": \"Started Enterprise Plan\"\n        },\n        {\n            \"code\": \"team.client_secret_scanner_workspace_policy_updated\",\n            \"name\": \"Local Secret Protection Workspace Policy Updated\"\n        },\n        {\n            \"code\": \"team.last_member_deactivated\",\n            \"name\": \"Team Last Member Deactivated\"\n        },\n        {\n            \"code\": \"team.custom_token.delete\",\n            \"name\": \"Deleted Custom Token\"\n        },\n        {\n            \"code\": \"team.approve_pending_access_request\",\n            \"name\": \"Approved Team Join Request\"\n        },\n        {\n            \"code\": \"team.encryption_rekey_started\",\n            \"name\": \"Encryption Re-keying Started\"\n        },\n        {\n            \"code\": \"team.customauth.enable\",\n            \"name\": \"Enabled Custom Auth Scheme\"\n        },\n        {\n            \"code\": \"team.solution_membership_updated\",\n            \"name\": \"Updated Solution Membership\"\n        },\n        {\n            \"code\": \"user.concurrent_session_limit_hit\",\n            \"name\": \"Concurrent Session Limit Breached\"\n        },\n        {\n            \"code\": \"team.early_renewal\",\n            \"name\": \"Early Renewal\"\n        },\n        {\n            \"code\": \"team.domain_capture_create_domain\",\n            \"name\": \"Added Domain For Domain Capture\"\n        },\n        {\n            \"code\": \"team.update_account_slots\",\n            \"name\": \"Updated Account Slots\"\n        },\n        {\n            \"code\": \"team.set_instruction\",\n            \"name\": \"Set Instruction\"\n        },\n        {\n            \"code\": \"team.group_name_updated\",\n            \"name\": \"Updated group name\"\n        },\n        {\n            \"code\": \"team.resource-rfa-auto-approve-setting-updated\",\n            \"name\": \"Updated team join approval\"\n        },\n        {\n            \"code\": \"team.start_trial\",\n            \"name\": \"Started Team Trial\"\n        },\n        {\n            \"code\": \"team.scim_remove_member\",\n            \"name\": \"De-provisioned SCIM User\"\n        },\n        {\n            \"code\": \"team.invoice_cancelled\",\n            \"name\": \"Cancelled Invoice For Team\"\n        },\n        {\n            \"code\": \"team.update_sales_channel\",\n            \"name\": \"Updated Sales Channel\"\n        },\n        {\n            \"code\": \"team.update_true_up_period\",\n            \"name\": \"Updated Auto-flex Period\"\n        },\n        {\n            \"code\": \"user.authaccount.linked\",\n            \"name\": \"User SSO Account Linked\"\n        },\n        {\n            \"code\": \"user.login_oauth_success\",\n            \"name\": \"User Logged-In Using OAuth\"\n        },\n        {\n            \"code\": \"team.encryption_migration_completed\",\n            \"name\": \"Encryption Completed for existing data\"\n        },\n        {\n            \"code\": \"user.vault_register\",\n            \"name\": \"Vault Enabled\"\n        },\n        {\n            \"code\": \"team.secret_scanner_finding.resolve\",\n            \"name\": \"Resolved a Secret\"\n        },\n        {\n            \"code\": \"user.enabled_guest_sharing_for_object\",\n            \"name\": \"Enabled guest sharing for object\"\n        },\n        {\n            \"code\": \"team.update_true_up_cycle_end_dates\",\n            \"name\": \"Updated custom true-up cycle end dates\"\n        },\n        {\n            \"code\": \"team.start_free\",\n            \"name\": \"Started Free Plan\"\n        },\n        {\n            \"code\": \"user.pro_dashboard_enabled\",\n            \"name\": \"Opted-in to Dashboard Beta\"\n        },\n        {\n            \"code\": \"team.scimkey_activate\",\n            \"name\": \"Activated SCIM Key\"\n        },\n        {\n            \"code\": \"user.consume_purchase_key\",\n            \"name\": \"Used Purchase Key To Activate Team\"\n        },\n        {\n            \"code\": \"user.password_change\",\n            \"name\": \"Updated User Password\"\n        },\n        {\n            \"code\": \"team.add_card\",\n            \"name\": \"Added Payment Method\"\n        },\n        {\n            \"code\": \"team.domain_capture_delete_domain\",\n            \"name\": \"Deleted Domain For Domain Capture\"\n        },\n        {\n            \"code\": \"user.mfa_enabled\",\n            \"name\": \"2FA Enabled\"\n        },\n        {\n            \"code\": \"team.add_member\",\n            \"name\": \"Added Team Member\"\n        },\n        {\n            \"code\": \"team.cancel_plan\",\n            \"name\": \"Cancelled Team Plan\"\n        },\n        {\n            \"code\": \"user.password_reset\",\n            \"name\": \"Reset User Password\"\n        },\n        {\n            \"code\": \"team.prodomain_enabled\",\n            \"name\": \"Enabled Team Subdomain\"\n        },\n        {\n            \"code\": \"team.activation_reset\",\n            \"name\": \"Reset Activation\"\n        },\n        {\n            \"code\": \"team.upgrade_to_paid\",\n            \"name\": \"Upgraded to Paid Team Plan\"\n        },\n        {\n            \"code\": \"team.enterprise_disabled\",\n            \"name\": \"Disabled SSO For Team\"\n        },\n        {\n            \"code\": \"team.execute_instruction\",\n            \"name\": \"Executed Instruction\"\n        },\n        {\n            \"code\": \"user.provided_consent_for_merging_personal_context\",\n            \"name\": \"Provided consent for merging personal context\"\n        },\n        {\n            \"code\": \"team.custom_token.create\",\n            \"name\": \"Added Custom Token Alert\"\n        },\n        {\n            \"code\": \"user.mfa_disabled\",\n            \"name\": \"2FA Disabled\"\n        },\n        {\n            \"code\": \"team.update_billed_operation_overage\",\n            \"name\": \"Updated Billed Operation Allow Overage\"\n        },\n        {\n            \"code\": \"team.auto_renewal_consent_updated\",\n            \"name\": \"Auto Renewal Consent Updated\"\n        },\n        {\n            \"code\": \"team.encryption_key_inaccessible\",\n            \"name\": \"Encryption Key Inaccessible\"\n        },\n        {\n            \"code\": \"team.last_member_cleaned_up\",\n            \"name\": \"Team Last Member Cleaned Up\"\n        },\n        {\n            \"code\": \"team.install_click\",\n            \"name\": \"Install App\"\n        },\n        {\n            \"code\": \"team.remove_group_member\",\n            \"name\": \"Removed User Group Member\"\n        },\n        {\n            \"code\": \"user.pro_dashboard_disabled\",\n            \"name\": \"Opted-out of Dashboard Beta\"\n        },\n        {\n            \"code\": \"team.update_group\",\n            \"name\": \"Updated User Group\"\n        },\n        {\n            \"code\": \"team.delete_payment_link\",\n            \"name\": \"Deleted Payment Link\"\n        },\n        {\n            \"code\": \"team.delete_domain\",\n            \"name\": \"Deleted Domain\"\n        },\n        {\n            \"code\": \"user.group.update\",\n            \"name\": \"User Group Updated\"\n        },\n        {\n            \"code\": \"team.encryption_key_updated\",\n            \"name\": \"Encryption Key Updated\"\n        },\n        {\n            \"code\": \"team.name_updated\",\n            \"name\": \"Updated Team Name\"\n        },\n        {\n            \"code\": \"team.marked_non_internal\",\n            \"name\": \"Organization Marked Non-internal\"\n        },\n        {\n            \"code\": \"team.apikey_revoke\",\n            \"name\": \"Admin Revoked Postman API Key(s)\"\n        },\n        {\n            \"code\": \"team.cancel_invite\",\n            \"name\": \"Cancelled Team Invite\"\n        },\n        {\n            \"code\": \"team.scim_activate_member\",\n            \"name\": \"Activated SCIM User\"\n        },\n        {\n            \"code\": \"team.pricing_update\",\n            \"name\": \"Plan Migrated\"\n        },\n        {\n            \"code\": \"team.encryption_rekey_completed\",\n            \"name\": \"Encryption Re-keying Completed\"\n        },\n        {\n            \"code\": \"team.update_billed_operation\",\n            \"name\": \"Updated Add-on\"\n        },\n        {\n            \"code\": \"user.revoke_multiple_sessions\",\n            \"name\": \"Revoked Multiple User Sessions\"\n        }\n    ]\n}"},{"id":"afb4fc94-56c8-473d-a390-1cef19e52b48","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit-actions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"aff16b55-b1f2-441f-a44c-d46ac599e2c2","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/audit-actions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"ForbiddenRequest\",\n        \"message\": \"You do not have permissions to view audit actions\"\n    }\n}"}],"_postman_id":"63c85835-db12-4576-ac7a-a2e9c3cd820c"}],"id":"d744246b-6939-4602-9559-5614e5f839cf","description":"<p>The <a href=\"https://learning.postman.com/docs/administration/audit-logs/\"><b>Audit Logs</b></a> endpoints enable you to monitor and analyze your Enterprise Postman teams.</p>\n<p><strong>Note:</strong></p>\n<p>These endpoints are <strong>only</strong> available to Postman <a href=\"https://www.postman.com/pricing\"><b>Enterprise</b> plans</a>.</p>\n","_postman_id":"d744246b-6939-4602-9559-5614e5f839cf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Billing","item":[{"name":"Get accounts","id":"68da88ac-3dad-4b91-8401-d33ff049dc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/accounts","description":"<p>Gets Postman billing account details for the given team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"7558041c-014d-4173-9e78-9b03a295e1da","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12345678,\n    \"teamId\": 1234,\n    \"state\": \"PAID\",\n    \"slots\": {\n        \"total\": 10,\n        \"unbilled\": 0,\n        \"consumed\": 2,\n        \"available\": 8\n    },\n    \"salesChannel\": \"SELF_SERVE\",\n    \"billingEmail\": \"taylor.lee@example.com\"\n}"},{"id":"8c5ab587-d991-4640-a64b-4ecb7068900d","name":"Not Part of Team","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"You must be part of a team\"\n}"},{"id":"3098e46e-d633-4944-a80c-e3285efa19a0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"}],"_postman_id":"68da88ac-3dad-4b91-8401-d33ff049dc91"},{"name":"List account invoices","id":"ad22328b-3a52-4dcd-a438-3c6c3801729a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","description":"<p>Gets all invoices for a Postman billing account filtered by the status of the invoice.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","invoices"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>(Required) The invoice status. Currently accepts only the <code>PAID</code> value.</p>\n","type":"text/plain"},"key":"status","value":"PAID"}],"variable":[{"description":{"content":"<p>The account's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"accountId"}]}},"response":[{"id":"ba2a6139-9672-4a8d-bb28-818daebf66c1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"inv_7UDSYBJPGQU93N7M\",\n            \"status\": \"PAID\",\n            \"issuedAt\": \"2023-10-12\",\n            \"totalAmount\": {\n                \"value\": 440,\n                \"currency\": \"USD\"\n            },\n            \"links\": {\n                \"web\": {\n                    \"href\": \"https://pay.postman.com/invoices/pay?invoice_public_id=inv_7UDSYBJPGQU93N7M\"\n                }\n            }\n        }\n    ]\n}"},{"id":"22d5049c-15f6-43e2-bad8-5aedf57c54d7","name":"No Invoices","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"},{"id":"ecfdf6cd-0c64-4b96-a3da-0b91707f98cc","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Please provide a valid status to fetch invoices\"\n}"},{"id":"a8d5e605-3950-4771-b8ed-0a09ad45b19b","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"0132b463-c1ab-4f2d-aad3-b21b143f7221","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"You are not authorized to perform this action\"\n}"},{"id":"50a16b17-177b-4e35-94e7-632e130ac802","name":"Invalid Account ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/accounts/:accountId/invoices?status=PAID","protocol":"https","host":["api","getpostman","com"],"path":["accounts",":accountId","invoices"],"query":[{"key":"status","value":"PAID"}],"variable":[{"key":"accountId","value":"123456"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"Could not fetch invoices for the team.\"\n}"}],"_postman_id":"ad22328b-3a52-4dcd-a438-3c6c3801729a"}],"id":"aa3c5de3-d30b-4082-b4da-5459779b5ba3","description":"<p>The <strong>Billing</strong> endpoints enable you to manage your Postman billing account, such as your team's plan and <a href=\"https://learning.postman.com/docs/billing/billing/\">billing</a> information.</p>\n","_postman_id":"aa3c5de3-d30b-4082-b4da-5459779b5ba3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Collections","item":[{"name":"Items","item":[{"name":"Folders","item":[{"name":"Comments","item":[{"name":"Get a folder's comments","id":"3f494cb1-efe1-40f6-83ef-74c2fcd3c463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","description":"<p>Gets all comments left by users in a folder.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","folders",":folderUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The folder's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderUid"}]}},"response":[{"id":"006597dc-86ef-4c97-8478-4a6524be88b9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"d6f1247b-443d-468b-b11c-ed0d6b78ba9a","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"5d3ca359-d8c7-43af-9e74-bf3c33fe656b","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"1b04a8e4-cf10-43db-81e8-8d41ef7be1ca","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"b0c4e64d-4610-4a2e-bd2e-6c20f4193891","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"3f494cb1-efe1-40f6-83ef-74c2fcd3c463"},{"name":"Create a folder comment","id":"341dd374-a43b-48f1-98f5-f1d143f1a201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": {{threadId}},\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","description":"<p>Creates a comment on a folder.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","folders",":folderUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The folder's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderUid"}]}},"response":[{"id":"382f75a3-cbfe-4894-83e3-2f1e01564549","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"b342f4f7-d15e-4dbc-90e1-de36a6d49229","name":"Reply to Comment Thread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"f35be80f-33ed-43cf-91ff-2eaaba23d610","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"72af500a-ba63-40b3-b66b-5f01e857b421","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"6a2935fa-54da-4bbd-a711-68900e6ef67f","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"a922de26-ccd5-4a5b-870d-56732baba7ba","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"1bacf412-6aa9-4a8f-839f-9513161e7a4e","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"341dd374-a43b-48f1-98f5-f1d143f1a201"},{"name":"Update a folder's comment","id":"0621fb5c-e8ce-488d-8b14-40275106ec32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","description":"<p>Updates a comment on a folder.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The folder's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"e910e3ba-4ddb-466c-a8d7-6e684138b4cd","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"b13cac44-1a58-4f41-b49b-1a596d967575","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example. @alex-cruz\"\n    }\n}"},{"id":"1d8a31ac-0de5-4ab3-8520-1c0b99684ecc","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"a48f8b82-db10-419b-b87b-9de21f855b82","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"de5caa38-dedc-4451-9318-0aa60b7f8fe3","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"11088dd9-ffa0-4fea-add3-c588c90baebf","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"0621fb5c-e8ce-488d-8b14-40275106ec32"},{"name":"Delete a folder's comment","id":"63f24a1c-1675-4d37-a3ab-7bb56e789b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","description":"<p>Deletes a comment from a folder. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The folder's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"42cab597-a94e-4efb-9e8a-6e1473a15250","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"796b2c4c-3986-48cc-aa6a-a236c42c0190","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"6cf8e8ca-8934-413c-b3c0-6385cc19ba9f","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"c4eb0b6e-87b8-4886-96fa-dae804fb17e3","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"888fc389-4011-4414-a381-4a9f446b5be3","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/folders/:folderUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","folders",":folderUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderUid","value":"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"63f24a1c-1675-4d37-a3ab-7bb56e789b76"}],"id":"c53b2943-0dcf-4f6b-baff-eec9e94297c4","description":"<p>These endpoints enable you to manage comments on a folder. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"c53b2943-0dcf-4f6b-baff-eec9e94297c4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get a folder","id":"89fe4c05-0f4d-480a-ba2c-f2b7477decd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","description":"<p>Gets information about a folder in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","folders",":folderId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If true, returns only the folder properties that contain ID values.</p>\n","type":"text/plain"},"key":"ids","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all IDs in UID format (<code>userId</code>-<code>id</code>).</p>\n","type":"text/plain"},"key":"uid","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all of a folder's contents.</p>\n","type":"text/plain"},"key":"populate","value":"true"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The folder's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderId"}]}},"response":[{"id":"8e987348-5b8e-4d6e-85b9-80fafe0db434","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"folder\": null,\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"name\": \"Test Folder\",\n        \"description\": \"This is a test collection folder.\",\n        \"variables\": null,\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"events\": null,\n        \"order\": [\n            \"81b49e05-0b87-4ca4-ac8c-091aaedafea3\",\n            \"929acf24-4234-45e1-59cf-dc2b27ea7603\",\n            \"3cfc2ac8-00a9-47d2-415d-049773f23268\"\n        ],\n        \"folders_order\": [\n            \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"5c341de9-5751-461f-b7bd-af86bbae740c\"\n        ],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\"\n    }\n}"},{"id":"d4a57d5a-fff8-4bfe-9151-58f73656e7bc","name":"Response with populate Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId?populate=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"query":[{"key":"populate","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"populate\": true,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32546182786,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"folder\": null,\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"name\": \"Test Folder\",\n        \"description\": \"This is a test collection folder.\",\n        \"variables\": null,\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"events\": null,\n        \"order\": [\n            \"81b49e05-0b87-4ca4-ac8c-091aaedafea3\",\n            \"929acf24-4234-45e1-59cf-dc2b27ea7603\",\n            \"3cfc2ac8-00a9-47d2-415d-049773f23268\"\n        ],\n        \"folders_order\": [\n            \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"5c341de9-5751-461f-b7bd-af86bbae740c\"\n        ],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"folders\": [\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32588211132,\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"id\": \"5c341de9-5751-461f-b7bd-af86bbae740c\",\n                \"name\": \"Test Folder\",\n                \"description\": \"This is a test collection folder.\",\n                \"variables\": null,\n                \"auth\": null,\n                \"events\": null,\n                \"order\": [\n                    \"d924b1a5-6cf7-4dcf-a326-37dc9b91e295\",\n                    \"f0dd54db-8ad7-4b32-9e0b-5a0b5b52f78b\"\n                ],\n                \"folders_order\": [],\n                \"createdAt\": \"2023-09-13T21:56:35.000Z\",\n                \"updatedAt\": \"2023-09-15T16:26:54.000Z\"\n            },\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32588208043,\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"name\": \"Test Folder 2\",\n                \"description\": \"This is another test collection folder.\",\n                \"variables\": null,\n                \"auth\": null,\n                \"events\": null,\n                \"order\": [\n                    \"6e5b9306-9e22-4d27-8a70-50692c19ad75\"\n                ],\n                \"folders_order\": [],\n                \"createdAt\": \"2023-09-13T21:54:44.000Z\",\n                \"updatedAt\": \"2023-09-15T16:26:42.000Z\"\n            }\n        ],\n        \"requests\": [\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32545633807,\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"id\": \"3ac0e7be-86d9-443b-895d-2c2d959942d7\",\n                \"name\": \"Test A\",\n                \"dataMode\": \"raw\",\n                \"data\": null,\n                \"auth\": null,\n                \"events\": null,\n                \"rawModeData\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                \"descriptionFormat\": null,\n                \"description\": null,\n                \"variables\": null,\n                \"headers\": \"\",\n                \"method\": \"PUT\",\n                \"pathVariables\": {},\n                \"url\": \"http://postman-echo.com/v1/request\",\n                \"preRequestScript\": null,\n                \"tests\": null,\n                \"currentHelper\": null,\n                \"helperAttributes\": null,\n                \"queryParams\": [],\n                \"headerData\": [],\n                \"pathVariableData\": [],\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"dataDisabled\": false,\n                \"responses_order\": [\n                    \"6d9ec96b-1fec-4455-a9cc-f50d6ceb4997\"\n                ],\n                \"createdAt\": \"2022-10-05T13:16:49.000Z\",\n                \"updatedAt\": \"2023-09-13T14:08:04.000Z\",\n                \"dataOptions\": {\n                    \"raw\": {\n                        \"language\": \"json\"\n                    }\n                },\n                \"responses\": [\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32545778004,\n                        \"request\": \"3ac0e7be-86d9-443b-895d-2c2d959942d7\",\n                        \"id\": \"6d9ec96b-1fec-4455-a9cc-f50d6ceb4997\",\n                        \"name\": \"Test B\",\n                        \"status\": null,\n                        \"responseCode\": {\n                            \"code\": 200,\n                            \"name\": \"OK\"\n                        },\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"name\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Content-Type\\\",\\\"name\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"application/json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}],\\\"method\\\":\\\"PUT\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[],\\\"url\\\":\\\"https://postman-echo.com/v1/request\\\",\\\"headers\\\":\\\"Content-Type: application/json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"firstName\\\\\\\": \\\\\\\"Test\\\\\\\",\\\\n    \\\\\\\"lastName\\\\\\\": \\\\\\\"User\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n                        \"createdAt\": \"2023-09-12T15:20:20.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:13:44.000Z\"\n                    }\n                ]\n            },\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32546060484,\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"id\": \"929acf24-4234-45e1-59cf-dc2b27ea7603\",\n                \"name\": \"Test B\",\n                \"dataMode\": \"raw\",\n                \"data\": null,\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"events\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"a8608e1a-ce4b-4129-8c89-930d26ae0f6a\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    },\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"5b4bb273-5878-4bd7-a296-94a256783a66\",\n                            \"exec\": [\n                                \"\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    }\n                ],\n                \"rawModeData\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                \"descriptionFormat\": null,\n                \"description\": null,\n                \"variables\": null,\n                \"headers\": \"\",\n                \"method\": \"POST\",\n                \"pathVariables\": {},\n                \"url\": \"https://postman-echo.com/v1/post\",\n                \"preRequestScript\": null,\n                \"tests\": \"pm.test(\\\"Status code is 200\\\", function () {\\n    pm.response.to.have.status(200);\\n});\",\n                \"currentHelper\": \"apikeyAuth\",\n                \"helperAttributes\": \"{\\\"id\\\":\\\"apikey\\\",\\\"key\\\":\\\"api-key\\\",\\\"value\\\":\\\"XXX\\\"}\",\n                \"queryParams\": [],\n                \"headerData\": [],\n                \"pathVariableData\": [],\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"dataDisabled\": false,\n                \"responses_order\": [\n                    \"3c36a13f-2785-49ff-a969-1520769b28f5\"\n                ],\n                \"createdAt\": \"2023-09-07T14:03:52.000Z\",\n                \"updatedAt\": \"2023-09-13T14:26:58.000Z\",\n                \"dataOptions\": {\n                    \"raw\": {\n                        \"language\": \"json\"\n                    }\n                },\n                \"responses\": [\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32546199268,\n                        \"request\": \"929acf24-4234-45e1-59cf-dc2b27ea7603\",\n                        \"id\": \"3c36a13f-2785-49ff-a969-1520769b28f5\",\n                        \"name\": \"Successful Response\",\n                        \"status\": null,\n                        \"responseCode\": null,\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"name\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"12ece9e1-2abf-4edc-8e34-de66e74114d2\\\",\\n        \\\"environment\\\": \\\"12ece9e1-2abf-4edc-8e34-de66e74114d2\\\"\\n    }\\n}\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[],\\\"url\\\":\\\"https://postman-echo.com/post\\\",\\\"headers\\\":\\\"\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"name\\\\\\\": \\\\\\\"Test API\\\\\\\",\\\\n    \\\\\\\"description\\\\\\\": \\\\\\\"This is a test API.\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n                        \"createdAt\": \"2023-09-12T15:21:55.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:33:26.000Z\"\n                    }\n                ]\n            },\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32545561759,\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"id\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n                \"name\": \"Test A\",\n                \"dataMode\": \"raw\",\n                \"data\": null,\n                \"auth\": {\n                    \"type\": \"bearer\",\n                    \"bearer\": [\n                        {\n                            \"key\": \"token\",\n                            \"value\": \"TEST\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"events\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"b12101c5-fe85-4722-adf0-a1e900eab708\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    },\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"7b34bf6b-f440-4768-a486-4ce96e997cb7\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    }\n                ],\n                \"rawModeData\": \"\",\n                \"descriptionFormat\": \"markdown\",\n                \"description\": \"This is a test API.\",\n                \"variables\": null,\n                \"headers\": \"Accept: application/vnd.example.v1+json\\n\",\n                \"method\": \"GET\",\n                \"pathVariables\": {},\n                \"url\": \"https://postman-echo.com/v1/request?id={{id}}\",\n                \"preRequestScript\": \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\\n    console.log(response.json());\\n});\",\n                \"tests\": \"pm.test(\\\"Status code is 200\\\", function () {\\n    pm.response.to.have.status(200);\\n});\",\n                \"currentHelper\": \"bearerAuth\",\n                \"helperAttributes\": \"{\\\"id\\\":\\\"bearer\\\",\\\"token\\\":\\\"TEST\\\"}\",\n                \"queryParams\": [\n                    {\n                        \"key\": \"id\",\n                        \"value\": \"{{id}}\",\n                        \"equals\": true,\n                        \"description\": \"The API's ID.\",\n                        \"enabled\": true\n                    }\n                ],\n                \"headerData\": [\n                    {\n                        \"key\": \"Accept\",\n                        \"value\": \"application/vnd.example.v1+json\",\n                        \"description\": null,\n                        \"type\": \"text\",\n                        \"enabled\": true\n                    }\n                ],\n                \"pathVariableData\": [],\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"dataDisabled\": false,\n                \"responses_order\": [\n                    \"ee4ab273-1f36-f8de-adfc-02ad1cd126dc\",\n                    \"33745d7c-0cb3-4097-b038-6d9a08886ae1\"\n                ],\n                \"createdAt\": \"2022-10-05T13:09:24.000Z\",\n                \"updatedAt\": \"2023-09-13T14:04:37.000Z\",\n                \"dataOptions\": {\n                    \"raw\": {\n                        \"language\": \"json\"\n                    }\n                },\n                \"responses\": [\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32545559961,\n                        \"request\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n                        \"id\": \"33745d7c-0cb3-4097-b038-6d9a08886ae1\",\n                        \"name\": \"Not Found\",\n                        \"status\": null,\n                        \"responseCode\": {\n                            \"name\": \"Not Found\",\n                            \"code\": 404\n                        },\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"name\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Accept\\\",\\\"value\\\":\\\"application/vnd.example.v1+json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"enabled\\\":true}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"test-api\\\",\\\"equals\\\":true,\\\"description\\\":null,\\\"enabled\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/v1/request?id=test-api\\\",\\\"headers\\\":\\\"Accept: application/vnd.example.v1+json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"\\\",\\\"graphqlModeData\\\":{}}\",\n                        \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:04:32.000Z\"\n                    },\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32545561807,\n                        \"request\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n                        \"id\": \"ee4ab273-1f36-f8de-adfc-02ad1cd126dc\",\n                        \"name\": \"Successful Response\",\n                        \"status\": null,\n                        \"responseCode\": {\n                            \"code\": 200,\n                            \"name\": \"OK\"\n                        },\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"date\",\n                                \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                            },\n                            {\n                                \"key\": \"content-type\",\n                                \"value\": \"application/json; charset=utf-8\"\n                            },\n                            {\n                                \"key\": \"content-length\",\n                                \"value\": \"468\"\n                            },\n                            {\n                                \"key\": \"etag\",\n                                \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                            },\n                            {\n                                \"key\": \"set-cookie\",\n                                \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\",\\n  \\\"method\\\": \\\"POST\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-length\\\",\\n      \\\"value\\\": \\\"22\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": \\\"{\\\\n  \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\",\n                        \"createdAt\": \"2023-09-12T18:34:27.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:04:37.000Z\"\n                    }\n                ]\n            },\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32545799957,\n                \"folder\": \"35cda0a4-23fb-4add-a352-fc1b0f96fbd1\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"id\": \"b0e4627a-f359-415e-8f2e-4a86b2506fb5\",\n                \"name\": \"Test E\",\n                \"dataMode\": \"raw\",\n                \"data\": null,\n                \"auth\": {\n                    \"type\": \"bearer\",\n                    \"bearer\": [\n                        {\n                            \"key\": \"token\",\n                            \"value\": \"TEST\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"events\": null,\n                \"rawModeData\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                \"descriptionFormat\": null,\n                \"description\": \"This is an example PATCH request.\",\n                \"variables\": null,\n                \"headers\": \"\",\n                \"method\": \"PATCH\",\n                \"pathVariables\": {},\n                \"url\": \"https://postman-echo.com/get?id={{id}}\",\n                \"preRequestScript\": null,\n                \"tests\": null,\n                \"currentHelper\": \"bearerAuth\",\n                \"helperAttributes\": \"{\\\"id\\\":\\\"bearer\\\",\\\"token\\\":\\\"TEST\\\"}\",\n                \"queryParams\": [\n                    {\n                        \"key\": \"id\",\n                        \"value\": \"{{id}}\",\n                        \"equals\": true,\n                        \"description\": \"The user's ID.\",\n                        \"enabled\": true\n                    }\n                ],\n                \"headerData\": [],\n                \"pathVariableData\": [],\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"dataDisabled\": false,\n                \"responses_order\": [\n                    \"d47ba091-90b3-4f3a-9e33-09000784bc8f\"\n                ],\n                \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                \"updatedAt\": \"2023-09-13T14:14:41.000Z\",\n                \"dataOptions\": {\n                    \"raw\": {\n                        \"language\": \"json\"\n                    }\n                },\n                \"responses\": [\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32545769906,\n                        \"request\": \"b0e4627a-f359-415e-8f2e-4a86b2506fb5\",\n                        \"id\": \"d47ba091-90b3-4f3a-9e33-09000784bc8f\",\n                        \"name\": \"Successful Response\",\n                        \"status\": null,\n                        \"responseCode\": {\n                            \"code\": 200,\n                            \"name\": \"OK\"\n                        },\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"name\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Content-Type\\\",\\\"name\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"application/json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"1234\\\",\\\"equals\\\":true,\\\"description\\\":\\\"Optional. The user's ID.\\\",\\\"enabled\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/get?id=1234\\\",\\\"headers\\\":\\\"Content-Type: application/json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"firstName\\\\\\\": \\\\\\\"Test\\\\\\\",\\\\n    \\\\\\\"lastName\\\\\\\": \\\\\\\"User\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n                        \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:13:21.000Z\"\n                    }\n                ]\n            },\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32546157840,\n                \"folder\": \"35cda0a4-23fb-4add-a352-fc1b0f96fbd1\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"id\": \"f9805781-69c1-4332-be32-bda89eb765aa\",\n                \"name\": \"Test D\",\n                \"dataMode\": null,\n                \"data\": null,\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"events\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"120f2410-edbf-45b2-a21e-1e76335a3c71\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"3300c158-1bdd-4d99-a532-191a037a4d4a\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    }\n                ],\n                \"rawModeData\": null,\n                \"descriptionFormat\": null,\n                \"description\": \"This is an example GET request.\",\n                \"variables\": null,\n                \"headers\": \"\",\n                \"method\": \"GET\",\n                \"pathVariables\": {},\n                \"url\": \"https://postman-echo.com/get?id={{id}}\",\n                \"preRequestScript\": \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\\n    console.log(response.json());\\n});\",\n                \"tests\": \"pm.test(\\\"Status code is 200\\\", function () {\\n    pm.response.to.have.status(200);\\n});\",\n                \"currentHelper\": \"apikeyAuth\",\n                \"helperAttributes\": \"{\\\"id\\\":\\\"apikey\\\",\\\"key\\\":\\\"api-key\\\",\\\"value\\\":\\\"XXX\\\"}\",\n                \"queryParams\": [\n                    {\n                        \"key\": \"id\",\n                        \"value\": \"{{id}}\",\n                        \"equals\": true,\n                        \"description\": \"Optional. The user's ID.\",\n                        \"enabled\": true\n                    }\n                ],\n                \"headerData\": [],\n                \"pathVariableData\": [],\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"dataDisabled\": false,\n                \"responses_order\": [\n                    \"e4eda8a5-eef0-4fb7-b2c6-dd5bd3d67dd3\"\n                ],\n                \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                \"responses\": [\n                    {\n                        \"owner\": \"12345678\",\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"lastRevision\": 32545767296,\n                        \"request\": \"f9805781-69c1-4332-be32-bda89eb765aa\",\n                        \"id\": \"e4eda8a5-eef0-4fb7-b2c6-dd5bd3d67dd3\",\n                        \"name\": \"Successful Response\",\n                        \"status\": null,\n                        \"responseCode\": {\n                            \"code\": 200,\n                            \"name\": \"OK\"\n                        },\n                        \"time\": null,\n                        \"headers\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"name\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookies\": null,\n                        \"mime\": null,\n                        \"text\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                        \"language\": \"json\",\n                        \"rawDataType\": null,\n                        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":null,\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Content-Type\\\",\\\"name\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"application/json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"1234\\\",\\\"equals\\\":true,\\\"description\\\":\\\"Optional. The user's ID.\\\",\\\"enabled\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/get?id=1234\\\",\\\"headers\\\":\\\"Content-Type: application/json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true}}\",\n                        \"createdAt\": \"2023-09-07T14:39:52.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:13:08.000Z\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"087d46c5-a063-4e82-94e6-6e62bcc1e173","name":"Response with ids Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId?ids=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"query":[{"key":"ids","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"find\",\n        \"populate\": false,\n        \"changeset\": false\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994132707,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"folder\": null,\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"name\": \"Test Folder\",\n        \"description\": \"This is a test collection folder.\",\n        \"variables\": null,\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"events\": null,\n        \"order\": [\n            \"81b49e05-0b87-4ca4-ac8c-091aaedafea3\",\n            \"929acf24-4234-45e1-59cf-dc2b27ea7603\",\n            \"3cfc2ac8-00a9-47d2-415d-049773f23268\"\n        ],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"folders_order\": [\n            \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"5c341de9-5751-461f-b7bd-af86bbae740c\"\n        ]\n    }\n}"},{"id":"9ea07ba4-83f3-4ce5-8afb-99da7799a999","name":"Response with uid Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId?uid=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"query":[{"key":"uid","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994132707,\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"folder\": null,\n        \"id\": \"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"name\": \"Test Folder\",\n        \"description\": \"This is a test collection folder.\",\n        \"variables\": null,\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"events\": null,\n        \"order\": [\n            \"12345678-81b49e05-0b87-4ca4-ac8c-091aaedafea3\",\n            \"12345678-929acf24-4234-45e1-59cf-dc2b27ea7603\",\n            \"12345678-3cfc2ac8-00a9-47d2-415d-049773f23268\"\n        ],\n        \"folders_order\": [\n            \"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"12345678-5c341de9-5751-461f-b7bd-af86bbae740c\"\n        ],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\"\n    }\n}"},{"id":"164dd6c8-296c-48bf-b715-63dbf16e02b9","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the folder you are looking for\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"81b100dd-2517-444b-8491-f703a517e5d1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"89fe4c05-0f4d-480a-ba2c-f2b7477decd3"},{"name":"Create a folder","id":"6c25f4eb-f9ee-4201-b6e5-72d96b900846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test collection folder.\",\n    \"auth\": {\n        \"type\": \"basic\",\n        \"basic\": [\n            {\n                \"key\": \"password\",\n                \"value\": \"{{basicAuthPassword}}\"\n            },\n            {\n                \"key\": \"username\",\n                \"value\": \"{{basicAuthUsername}}\"\n            }\n        ]\n    },\n    \"order\": [],\n    \"folders_order\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/folders","description":"<p>Creates a folder in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p>You can use this endpoint to to import requests and responses into a newly-created folder. To do this, include the <code>requests</code> field and the list of request objects in the request body. For more information, see the provided examples.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when creating collection folders. For additional ways to create a folder, see the collection's examples.</p>\n</li>\n<li><p>It is recommended that you pass the <code>name</code> property in the request body. If you do not, the system uses a null value. As a result, this creates a folder with a blank name.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","folders"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"10445f77-5747-4000-88c6-2d0a0b2999d9","name":"Create a Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test collection folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"name\": \"Test Folder\",\n        \"order\": [],\n        \"owner\": \"12345678\",\n        \"folder\": null,\n        \"folders\": [],\n        \"requests\": [],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"description\": \"This is a test collection folder.\",\n        \"folders_order\": [],\n        \"lastUpdatedBy\": \"12345678\"\n    },\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"import\"\n    },\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"revision\": 24994132707\n}"},{"id":"5c944f5f-4be2-476c-b628-c434f28ecb1f","name":"Create a Child Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Child Folder\",\n    \"description\": \"This is a child folder of Test Folder.\",\n    \"folder\": \"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"name\": \"Child Folder\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"description\": \"This is a child folder of Test Folder.\",\n        \"folder\": \"4249383d-2af6-4ac6-9a2b-0930e8f639e3\",\n        \"order\": [],\n        \"folders_order\": [],\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"createdAt\": \"2023-08-16T13:47:47.474Z\",\n        \"updatedAt\": \"2023-08-16T13:47:47.474Z\",\n        \"requests\": [],\n        \"folders\": []\n    },\n    \"revision\": 32117045490\n}"},{"id":"984d9393-096b-4047-ae9d-7b80472606b4","name":"Create a Folder with Requests and Responses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"order\": [\n        \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"c0160fa6-c38a-4589-ba74-92dcf59fde03\"\n    ],\n    \"requests\": [\n        {\n            \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"url\": \"https://postman-echo.com/v1/request\",\n            \"data\": [\n                {\n                    \"key\": \"id\",\n                    \"type\": \"text\",\n                    \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                    \"enabled\": true\n                },\n                {\n                    \"key\": \"collection\",\n                    \"type\": \"text\",\n                    \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                    \"enabled\": true\n                }\n            ],\n            \"name\": \"Example POST request\",\n            \"tests\": \"var data = JSON.parse(responseBody);\",\n            \"method\": \"POST\",\n            \"headers\": \"\",\n            \"dataMode\": \"params\",\n            \"responses\": [\n                {\n                    \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n                    \"mime\": \"abc\",\n                    \"name\": \"Success\",\n                    \"text\": \"[21,22,23,24]\",\n                    \"time\": 45,\n                    \"state\": \"{\\\"size\\\":\\\"normal\\\"}\",\n                    \"status\": \"xyz\",\n                    \"cookies\": [\n                        {\n                            \"name\": \"undefined\",\n                            \"path\": \"/\",\n                            \"value\": \"0\",\n                            \"domain\": \"localhost\",\n                            \"secure\": false,\n                            \"expires\": \"11/1/2023 18:57:34\",\n                            \"session\": false,\n                            \"storeId\": \"0\",\n                            \"hostOnly\": true,\n                            \"httpOnly\": false,\n                            \"expirationDate\": 1452535054\n                        },\n                        {\n                            \"name\": \"_ga\",\n                            \"path\": \"/\",\n                            \"value\": \"GA1.1.1111420724.142<br/>2561371\",\n                            \"domain\": \"localhost\",\n                            \"secure\": false,\n                            \"expires\": \"28/1/2023 20:56:10\",\n                            \"session\": false,\n                            \"storeId\": \"0\",\n                            \"hostOnly\": true,\n                            \"httpOnly\": false,\n                            \"expirationDate\": 1485633370\n                        }\n                    ],\n                    \"headers\": [\n                        {\n                            \"key\": \"Access-Control-Allow-Credentials\",\n                            \"name\": \"Access-Control-Allow-Credentials\",\n                            \"value\": \"\",\n                            \"description\": \"\"\n                        },\n                        {\n                            \"key\": \"Access-Control-Allow-Headers\",\n                            \"name\": \"Access-Control-Allow-Headers\",\n                            \"value\": \"\",\n                            \"description\": \"\"\n                        }\n                    ],\n                    \"language\": \"html\",\n                    \"previewType\": \"html\",\n                    \"rawDataType\": \"text\",\n                    \"responseCode\": {\n                        \"code\": 200,\n                        \"name\": \"OK\"\n                    },\n                    \"requestObject\": \"{\\\"name\\\": \\\"Postman Signup API\\\", \\\"description\\\":\\\"To sign up for Postman\\\"}\"\n                }\n            ],\n            \"description\": \"This is an example POST request.\",\n            \"preRequestScript\": \"\",\n            \"pathVariables\": {}\n        },\n        {\n            \"id\": \"c0160fa6-c38a-4589-ba74-92dcf59fde03\",\n            \"name\": \"Example GET request\",\n            \"description\": \"This is an example GET request.\",\n            \"headers\": \"\",\n            \"url\": \"https://postman-echo.com/v1/request\",\n            \"data\": [\n                {\n                    \"key\": \"id\",\n                    \"type\": \"text\",\n                    \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                    \"enabled\": true\n                },\n                {\n                    \"key\": \"collection\",\n                    \"type\": \"text\",\n                    \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                    \"enabled\": true\n                }\n            ],\n            \"tests\": \"var data = JSON.parse(responseBody);\",\n            \"method\": \"GET\",\n            \"dataMode\": \"params\",\n            \"pathVariables\": {},\n            \"preRequestScript\": \"\"\n        }\n    ],\n    \"description\": \"This is a test collection folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"order\": [\n            \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"c0160fa6-c38a-4589-ba74-92dcf59fde03\"\n        ],\n        \"name\": \"Test Folder\",\n        \"description\": \"This is a test collection folder.\",\n        \"folder\": null,\n        \"folders_order\": [],\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"createdAt\": \"2022-08-29T16:49:19.891Z\",\n        \"updatedAt\": \"2022-08-29T16:49:20.052Z\",\n        \"transactionId\": \"2039363d-2fe4-4c2f-9e06-347242d0e805\",\n        \"requests\": [\n            {\n                \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n                \"method\": \"POST\",\n                \"dataMode\": \"params\",\n                \"tests\": \"var data = JSON.parse(responseBody);\",\n                \"description\": \"This is an example POST request.\",\n                \"headers\": \"\",\n                \"preRequestScript\": null,\n                \"name\": \"Example POST request\",\n                \"pathVariables\": {},\n                \"url\": \"https://postman-echo.com/v1/request\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"responses_order\": [\n                    \"cc364734-7dfd-4bfc-897d-be763dcdbb07\"\n                ],\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"events\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"exec\": [\n                                \"var data = JSON.parse(responseBody);\"\n                            ],\n                            \"type\": \"text/javascript\"\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-08-29T16:49:19.961Z\",\n                \"updatedAt\": \"2022-08-29T16:49:19.961Z\",\n                \"data\": [\n                    {\n                        \"key\": \"id\",\n                        \"type\": \"text\",\n                        \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"key\": \"collection\",\n                        \"type\": \"text\",\n                        \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                        \"enabled\": true\n                    }\n                ],\n                \"dataOptions\": {\n                    \"params\": null\n                },\n                \"responses\": [\n                    {\n                        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n                        \"data\": [\n                            {\n                                \"key\": \"id\",\n                                \"type\": \"text\",\n                                \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"key\": \"collection\",\n                                \"type\": \"text\",\n                                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                                \"enabled\": true\n                            }\n                        ],\n                        \"mime\": \"abc\",\n                        \"name\": \"Success\",\n                        \"text\": \"[21,22,23,24]\",\n                        \"time\": \"45\",\n                        \"owner\": \"12345678\",\n                        \"status\": \"xyz\",\n                        \"cookies\": [\n                            {\n                                \"hostOnly\": true,\n                                \"httpOnly\": false,\n                                \"domain\": \"localhost\",\n                                \"storeId\": \"0\",\n                                \"secure\": false,\n                                \"name\": \"undefined\",\n                                \"path\": \"/\",\n                                \"session\": false,\n                                \"value\": \"0\",\n                                \"expires\": \"11/1/2023 18:57:34\",\n                                \"expirationDate\": 1452535054\n                            },\n                            {\n                                \"hostOnly\": true,\n                                \"httpOnly\": false,\n                                \"domain\": \"localhost\",\n                                \"storeId\": \"0\",\n                                \"secure\": false,\n                                \"name\": \"_ga\",\n                                \"path\": \"/\",\n                                \"session\": false,\n                                \"value\": \"GA1.1.1111420724.142<br/>2561371\",\n                                \"expires\": \"11/1/2023 18:57:34\",\n                                \"expirationDate\": 1485633370\n                            }\n                        ],\n                        \"headers\": [\n                            {\n                                \"name\": \"Access-Control-Allow-Credentials\",\n                                \"key\": \"Access-Control-Allow-Credentials\",\n                                \"value\": \"\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"name\": \"Access-Control-Allow-Headers\",\n                                \"key\": \"Access-Control-Allow-Headers\",\n                                \"value\": \"\",\n                                \"description\": \"\"\n                            }\n                        ],\n                        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n                        \"dataMode\": \"params\",\n                        \"language\": \"html\",\n                        \"createdAt\": \"2022-08-29T16:49:20.029Z\",\n                        \"updatedAt\": \"2022-08-29T16:49:20.029Z\",\n                        \"rawDataType\": \"text\",\n                        \"responseCode\": {\n                            \"code\": 200,\n                            \"name\": \"OK\"\n                        },\n                        \"lastUpdatedBy\": \"12345678\",\n                        \"requestObject\": \"{\\\"name\\\": \\\"Postman Signup API\\\", \\\"description\\\":\\\"To sign up for Postman\\\"}\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"c0160fa6-c38a-4589-ba74-92dcf59fde03\",\n                \"url\": \"https://postman-echo.com/v1/request\",\n                \"data\": [\n                    {\n                        \"enabled\": true,\n                        \"key\": \"id\",\n                        \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                        \"type\": \"text\"\n                    },\n                    {\n                        \"enabled\": true,\n                        \"key\": \"collection\",\n                        \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                        \"type\": \"text\"\n                    }\n                ],\n                \"name\": \"Example GET request\",\n                \"owner\": \"12345678\",\n                \"tests\": \"var data = JSON.parse(responseBody);\",\n                \"events\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"var data = JSON.parse(responseBody);\"\n                            ]\n                        }\n                    }\n                ],\n                \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n                \"method\": \"GET\",\n                \"headers\": \"\",\n                \"dataMode\": \"params\",\n                \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n                \"responses\": [],\n                \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n                \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"dataOptions\": {\n                    \"params\": null\n                },\n                \"description\": \"This is an example GET request.\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"pathVariables\": {},\n                \"responses_order\": [],\n                \"preRequestScript\": null\n            }\n        ],\n        \"folders\": []\n    },\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"import\"\n    },\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"revision\": 26532147542\n}"},{"id":"702955b9-e366-4bed-ac62-8aae5a6a65b0","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test collection folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceFoundError\",\n        \"message\": \"This folder already exists in the database.\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"8a51f2d0-65ea-483f-bff0-d8108cbb7ecb","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test collection folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"6c25f4eb-f9ee-4201-b6e5-72d96b900846"},{"name":"Update a folder","id":"087e87c7-37c6-4212-9ff4-3f77338ce9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test collection folder.\",\n    \"auth\": {\n        \"type\": \"basic\",\n        \"basic\": [\n            {\n                \"key\": \"password\",\n                \"value\": \"{{basicAuthPassword}}\"\n            },\n            {\n                \"key\": \"username\",\n                \"value\": \"{{basicAuthUsername}}\"\n            }\n        ]\n    },\n    \"order\": [],\n    \"folders_order\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","description":"<p>Updates a folder in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when updating collection folders. For additional ways to update a folder, see the collection's examples.</p>\n</li>\n<li><p>This endpoint acts like a PATCH method. It only updates the values that you pass in the request body (for example, the <code>name</code> property). The endpoint does <strong>not</strong> update the entire resource.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","folders",":folderId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The folder's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderId"}]}},"response":[{"id":"3b89e290-4637-43c6-a685-e35c91a4cbd0","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"auth\": null,\n        \"name\": \"Test Folder\",\n        \"order\": [],\n        \"owner\": \"12345678\",\n        \"events\": null,\n        \"folder\": null,\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"variables\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"description\": \"This is a test folder.\",\n        \"lastRevision\": 24977100955,\n        \"folders_order\": [],\n        \"lastUpdatedBy\": \"12345678\"\n    },\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"update\"\n    },\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"revision\": 24977103385\n}"},{"id":"21860155-340c-4534-ab50-c036f102f6f2","name":"Sort Requests in Folder","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order\": [\n        \"66c7fe01-2c7e-4149-9de1-1143592f7bad\",\n        \"3def345e-b4b3-4319-8e2c-65d2630c0345\",\n        \"c089bf09-c679-4116-9654-9a561276634d\",\n        \"eb82f2b7-0478-4068-8e8a-c277e25ba0d3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order\": [\n            \"66c7fe01-2c7e-4149-9de1-1143592f7bad\",\n            \"3def345e-b4b3-4319-8e2c-65d2630c0345\",\n            \"c089bf09-c679-4116-9654-9a561276634d\",\n            \"eb82f2b7-0478-4068-8e8a-c277e25ba0d3\"\n        ],\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"auth\": null,\n        \"name\": \"Test Folder\",        \n        \"owner\": \"12345678\",\n        \"events\": null,\n        \"folder\": null,\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"variables\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"description\": \"This is a test folder.\",\n        \"lastRevision\": 24977100955,\n        \"folders_order\": [],\n        \"lastUpdatedBy\": \"12345678\"\n    },\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"update\"\n    },\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"revision\": 24977103385\n}"},{"id":"6d17769e-be4c-434c-b917-42cd43334380","name":"Sort Folders in Folder","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"folders_order\": [\n        \"b73b4c0c-881b-47e6-8887-6dabab1fd2d1\",\n        \"abcc80b2-8a1c-45e5-ab1b-becc385b4dbd\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"folders_order\": [\n            \"b73b4c0c-881b-47e6-8887-6dabab1fd2d1\",\n            \"abcc80b2-8a1c-45e5-ab1b-becc385b4dbd\"\n        ],\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"auth\": null,\n        \"name\": \"Test Folder\",\n        \"order\": [],\n        \"owner\": \"12345678\",\n        \"events\": null,\n        \"folder\": null,\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"variables\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"description\": \"This is a test folder.\",\n        \"lastRevision\": 24977100955,\n        \"lastUpdatedBy\": \"12345678\"\n    },\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"update\"\n    },\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"revision\": 24977103385\n}"},{"id":"e69dc7c9-cb48-4b45-b303-26f540906cae","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the folder you are looking for\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"17971939-0403-4c17-af84-da97a679f60a","name":"Change Parent Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test folder.\",\n    \"folder\": \"6e27010c-9db3-4037-8bb7-5f3c2e62c808\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"changeParentError\",\n        \"message\": \"You can't update the parent. Use transfer instead.\",\n        \"details\": {\n            \"server\": {\n                \"model\": \"collection\",\n                \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\"\n            },\n            \"request\": {\n                \"model\": \"collection\",\n                \"model_id\": \"12345678-65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\"\n            }\n        }\n    }\n}"},{"id":"fa17096b-87d4-4973-8feb-ac76ee68cbb5","name":"Order Update Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order\": [\n        \"12345678-66c7fe01-2c7e-4149-9de1-1143592f7bad\",\n        \"12345678-3def345e-b4b3-4319-8e2c-65d2630c0345\",\n        \"12345678-c089bf09-c679-4116-9654-9a561276634d\",\n        \"12345678-eb82f2b7-0478-4068-8e8a-c277e25ba0d3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"orderUpdateError\",\n        \"message\": \"You can only reorder the requests.\",\n        \"details\": {\n            \"order\": [\n                \"66c7fe01-2c7e-4149-9de1-1143592f7bad\",\n                \"3def345e-b4b3-4319-8e2c-65d2630c0345\",\n                \"c089bf09-c679-4116-9654-9a561276634d\",\n                \"eb82f2b7-0478-4068-8e8a-c277e25ba0d3\"\n            ]\n        }\n    }\n}"},{"id":"2ef8e599-3f1b-4baf-9367-262e3e4b7811","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Folder\",\n    \"description\": \"This is a test folder.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"087e87c7-37c6-4212-9ff4-3f77338ce9ac"},{"name":"Delete a folder","id":"7b948b29-d3d7-42f5-b73f-052f7f07e8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","description":"<p>Deletes a folder in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","folders",":folderId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The folder's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderId"}]}},"response":[{"id":"4bb59f25-fe5f-4347-9b16-2643e2499887","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n    \"meta\": {\n        \"model\": \"folder\",\n        \"action\": \"destroy\"\n    },\n    \"data\": {\n        \"id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"owner\": \"12345678\"\n    },\n    \"revision\": 24994562696\n}"},{"id":"80ab4e23-3cb8-47b7-b453-a067701eb04a","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the folder you are looking for\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"d4fecc52-e325-4414-a796-d7c199f56036","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/folders/:folderId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","folders",":folderId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"folderId","value":"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"folder\",\n            \"model_id\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"7b948b29-d3d7-42f5-b73f-052f7f07e8ad"}],"id":"a0bd5688-89bd-40ed-af64-509ea4b0db89","description":"<p>These endpoints enable you to manage collection folders.</p>\n","_postman_id":"a0bd5688-89bd-40ed-af64-509ea4b0db89","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Requests","item":[{"name":"Comments","item":[{"name":"Get a request's comments","id":"15148546-1196-4892-8623-3a8e08fb623a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","description":"<p>Gets all comments left by users in a request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","requests",":requestUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The request's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestUid"}]}},"response":[{"id":"2786590c-8c4e-4c79-8f9c-95b1ad38a103","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"fe930393-8340-4d67-b992-e879bdecaf78","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"3ae2ac22-ddb7-45b3-b862-e73884a53a44","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"a8480336-5bd5-4b85-aa13-229b0e9a0ca5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"71f75a8b-4f0e-4cf4-84fb-685a4843eb30","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"15148546-1196-4892-8623-3a8e08fb623a"},{"name":"Create a request comment","id":"97768dc9-d2de-436d-9607-8f6807426ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": {{threadId}},\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","description":"<p>Creates a comment on a request.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","requests",":requestUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The request's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestUid"}]}},"response":[{"id":"94263a04-b17b-4e2f-8deb-2f818ee30a78","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"59ccc907-7da8-45db-933f-f0c9e339ee76","name":"Reply to Comment Thread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"40e88d9a-7720-4fdd-ab88-59b84f4595da","name":"Tag User in Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"c3a89497-556c-44c2-a5ca-38c5eda142e9","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"9f403c08-d02d-4ebb-bd3e-3bf9a4896143","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"572c18fa-7c81-4939-8ba9-076ca6c91fc9","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"f91600fa-bed7-463f-bbb1-e0f9cbac2378","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"97768dc9-d2de-436d-9607-8f6807426ab3"},{"name":"Update a request's comment","id":"95c9680e-bac1-46fb-b6ea-2247f49f8ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","description":"<p>Updates a comment on a request.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The request's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"c0a5c7bc-b162-4e9e-a4e0-2b3a252c9861","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"c15a7f5c-7f1e-471e-a15f-50224214bb68","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example. @alex-cruz\"\n    }\n}"},{"id":"ab0a462d-5484-450d-a3f0-211c7303fc0c","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"726c0a23-29d8-4878-832c-f955674f22b0","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"4f70d9c1-3e71-488e-a943-8878dcd6b8c8","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"53191fee-5378-49c1-98c2-bf0c59d1e01e","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestUid","value":"12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"95c9680e-bac1-46fb-b6ea-2247f49f8ba7"},{"name":"Delete a request's comment","id":"fba8ccd4-96ab-4f1f-9e05-8652f5a4bb87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/requests/:requestUid/comments/:commentId","description":"<p>Deletes a comment from a request. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","requests",":requestUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The request's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"f556831a-4620-4ea1-a4be-5d266eb5f784","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2/requests/12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958/comments/46814"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2b05b802-f18d-4cb4-9fb1-82a369dfc908","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2/requests/12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958/comments/46814"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"8f9c8fc8-de9b-478a-809d-afff8bdaf770","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2/requests/e12d2aa6-85c8-4e6c-aad0-1adcfe05c958/comments/46814"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"0ea69083-395a-442a-bb6e-af9034f8399a","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2/requests/12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958/comments/46814"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"95cfd13b-a0aa-48a5-9603-0eae69e7a6f9","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2/requests/12345678-e12d2aa6-85c8-4e6c-aad0-1adcfe05c958/comments/46814"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"fba8ccd4-96ab-4f1f-9e05-8652f5a4bb87"}],"id":"ee3f1a82-336b-4e32-901a-7af7b87c3d1e","description":"<p>These endpoints enable you to manage comments on a request. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"ee3f1a82-336b-4e32-901a-7af7b87c3d1e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get a request","id":"c4404e35-d33a-4dda-923d-0f70575ab652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","description":"<p>Gets information about a request in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","requests",":requestId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If true, returns only the request properties that contain ID values.</p>\n","type":"text/plain"},"key":"ids","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all IDs in UID format (<code>userId</code>-<code>id</code>).</p>\n","type":"text/plain"},"key":"uid","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all of a request's contents.</p>\n","type":"text/plain"},"key":"populate","value":"true"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestId"}]}},"response":[{"id":"ed6c5de7-5bb9-4bdb-a1be-8b8d9e5732e5","name":"GET Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32206434799,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example GET Request\",\n        \"dataMode\": null,\n        \"data\": null,\n        \"auth\": null,\n        \"events\": null,\n        \"rawModeData\": null,\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example GET request.\",\n        \"variables\": null,\n        \"headers\": null,\n        \"method\": \"GET\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/get\",\n        \"preRequestScript\": null,\n        \"tests\": \"var data = JSON.parse(responseBody);\",\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [\n            {\n                \"key\": \"id\",\n                \"value\": \"{{id}}\",\n                \"equals\": true,\n                \"description\": \"Optional. The user's ID.\",\n                \"enabled\": true\n            }\n        ],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": {\n            \"disableBodyPruning\": true\n        },\n        \"dataDisabled\": false,\n        \"responses_order\": [],\n        \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n        \"updatedAt\": \"2023-08-22T12:52:11.000Z\"\n    }\n}"},{"id":"7514d9e5-affb-4684-9807-2f92a29e1f12","name":"POST Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994863800,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example POST request\",\n        \"dataMode\": \"raw\",\n        \"data\": null,\n        \"auth\": null,\n        \"events\": null,\n        \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n        \"descriptionFormat\": null,\n        \"description\": null,\n        \"variables\": null,\n        \"headers\": \"\",\n        \"method\": \"POST\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/post\",\n        \"preRequestScript\": null,\n        \"tests\": null,\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": {\n            \"disableBodyPruning\": true\n        },\n        \"dataDisabled\": false,\n        \"responses_order\": [\n            \"cc364734-7dfd-4bfc-897d-be763dcdbb07\"\n        ],\n        \"createdAt\": \"2023-09-01T07:29:17.000Z\",\n        \"updatedAt\": \"2023-09-01T07:36:30.000Z\",\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        }\n    }\n}"},{"id":"90516923-6ed4-4f59-b544-2352c6cb17cf","name":"Request with Inherit Parent Auth","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994863800,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example POST request\",\n        \"dataMode\": \"params\",\n        \"data\": [\n            {\n                \"enabled\": true,\n                \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                \"type\": \"text\",\n                \"key\": \"id\"\n            },\n            {\n                \"enabled\": true,\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"text\",\n                \"key\": \"collection\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"bearer\",\n            \"bearer\": [\n                {\n                    \"key\": \"token\",\n                    \"value\": \"xxx\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"events\": [\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"var data = JSON.parse(responseBody);\"\n                    ]\n                }\n            }\n        ],\n        \"rawModeData\": null,\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example POST request.\",\n        \"variables\": null,\n        \"headers\": \"\",\n        \"method\": \"POST\",\n        \"pathVariables\": {},\n        \"url\": \"https://api.getpostman.com/v1/request\",\n        \"preRequestScript\": null,\n        \"tests\": \"var data = JSON.parse(responseBody);\",\n        \"currentHelper\": \"bearerAuth\",\n        \"helperAttributes\": \"{\\\"id\\\":\\\"bearer\\\",\\\"token\\\":\\\"xxx\\\"}\",\n        \"queryParams\": [],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": null,\n        \"dataDisabled\": null,\n        \"responses_order\": [],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"dataOptions\": {\n            \"params\": null\n        }\n    }\n}"},{"id":"f1381e68-4de8-4cf1-b9eb-a5685cd874a6","name":"Response with populate Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId?populate=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"query":[{"key":"populate","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": true,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"20891195\",\n        \"lastUpdatedBy\": \"20891195\",\n        \"lastRevision\": 32545561759,\n        \"folder\": \"adb40f20-deec-4cc6-b1a2-a5591f469c60\",\n        \"collection\": \"b75dfb85-9209-4212-8f3d-a9d5e28167e5\",\n        \"id\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n        \"name\": \"Test A\",\n        \"dataMode\": \"raw\",\n        \"data\": null,\n        \"auth\": {\n            \"type\": \"bearer\",\n            \"bearer\": [\n                {\n                    \"key\": \"token\",\n                    \"value\": \"TEST\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"events\": [\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"b12101c5-fe85-4722-adf0-a1e900eab708\",\n                    \"exec\": [\n                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                        \"    pm.response.to.have.status(200);\",\n                        \"});\"\n                    ],\n                    \"type\": \"text/javascript\"\n                }\n            },\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"7b34bf6b-f440-4768-a486-4ce96e997cb7\",\n                    \"exec\": [\n                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                        \"    console.log(response.json());\",\n                        \"});\"\n                    ],\n                    \"type\": \"text/javascript\"\n                }\n            }\n        ],\n        \"rawModeData\": \"\",\n        \"descriptionFormat\": \"markdown\",\n        \"description\": \"This is a test API.\",\n        \"variables\": null,\n        \"headers\": \"Accept: application/vnd.example.v1+json\\n\",\n        \"method\": \"GET\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/v1/request?id={{id}}\",\n        \"preRequestScript\": \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\\n    console.log(response.json());\\n});\",\n        \"tests\": \"pm.test(\\\"Status code is 200\\\", function () {\\n    pm.response.to.have.status(200);\\n});\",\n        \"currentHelper\": \"bearerAuth\",\n        \"helperAttributes\": \"{\\\"id\\\":\\\"bearer\\\",\\\"token\\\":\\\"TEST\\\"}\",\n        \"queryParams\": [\n            {\n                \"key\": \"id\",\n                \"value\": \"{{id}}\",\n                \"equals\": true,\n                \"description\": \"The API's ID.\",\n                \"enabled\": true\n            }\n        ],\n        \"headerData\": [\n            {\n                \"key\": \"Accept\",\n                \"value\": \"application/vnd.example.v1+json\",\n                \"description\": null,\n                \"type\": \"text\",\n                \"enabled\": true\n            }\n        ],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": {\n            \"disableBodyPruning\": true\n        },\n        \"dataDisabled\": false,\n        \"responses_order\": [\n            \"ee4ab273-1f36-f8de-adfc-02ad1cd126dc\"\n        ],\n        \"createdAt\": \"2022-10-05T13:09:24.000Z\",\n        \"updatedAt\": \"2023-09-13T14:04:37.000Z\",\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": [\n            {\n                \"owner\": \"12345678\",\n                \"lastUpdatedBy\": \"12345678\",\n                \"lastRevision\": 32545561807,\n                \"request\": \"fb620884-9745-4244-b875-6c33a8acc771\",\n                \"id\": \"ee4ab273-1f36-f8de-adfc-02ad1cd126dc\",\n                \"name\": \"Successful Response\",\n                \"status\": null,\n                \"responseCode\": {\n                    \"code\": 200,\n                    \"name\": \"OK\"\n                },\n                \"time\": null,\n                \"headers\": [\n                    {\n                        \"key\": \"date\",\n                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                    },\n                    {\n                        \"key\": \"content-type\",\n                        \"value\": \"application/json; charset=utf-8\"\n                    },\n                    {\n                        \"key\": \"content-length\",\n                        \"value\": \"468\"\n                    },\n                    {\n                        \"key\": \"etag\",\n                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                    },\n                    {\n                        \"key\": \"set-cookie\",\n                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                    }\n                ],\n                \"cookies\": null,\n                \"mime\": null,\n                \"text\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                \"language\": \"json\",\n                \"rawDataType\": null,\n                \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\",\\n  \\\"method\\\": \\\"POST\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-length\\\",\\n      \\\"value\\\": \\\"22\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": \\\"{\\\\n  \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\",\n                \"createdAt\": \"2023-09-12T18:34:27.000Z\",\n                \"updatedAt\": \"2023-09-13T14:04:37.000Z\"\n            }\n        ]\n    }\n}"},{"id":"de8d9310-736a-471b-a62a-353edc852b7d","name":"Response with ids Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId?ids=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"query":[{"key":"ids","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"folder\": \"65a99e60-8e0a-4b6e-b79c-7d8264cc5caa\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"responses_order\": [\n            \"773e5707-4a56-45de-b31d-c68a6f74d1c6\",\n            \"3ce18318-9d74-4805-956e-7fda0b830bea\"\n        ]\n    }\n}"},{"id":"0d426314-5ec3-47b0-85df-25ead1c5e573","name":"Response with uid Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId?uid=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"query":[{"key":"uid","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32206434799,\n        \"folder\": null,\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"id\": \"12345678-c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example GET Request\",\n        \"dataMode\": null,\n        \"data\": null,\n        \"auth\": null,\n        \"events\": null,\n        \"rawModeData\": null,\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example GET request.\",\n        \"variables\": null,\n        \"headers\": null,\n        \"method\": \"GET\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/get\",\n        \"preRequestScript\": null,\n        \"tests\": \"var data = JSON.parse(responseBody);\",\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [\n            {\n                \"key\": \"id\",\n                \"value\": \"{{id}}\",\n                \"equals\": true,\n                \"description\": \"Optional. The user's ID.\",\n                \"enabled\": true\n            }\n        ],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": {\n            \"disableBodyPruning\": true\n        },\n        \"dataDisabled\": false,\n        \"responses_order\": [],\n        \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n        \"updatedAt\": \"2023-08-22T12:52:11.000Z\"\n    }\n}"},{"id":"f882769a-4d8a-4ac3-a691-aecd8f5353ff","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceFoundError\",\n        \"message\": \"We could not find the request you are looking for\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"671fd299-d615-4974-8b02-410a7f5991f1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"c4404e35-d33a-4dda-923d-0f70575ab652"},{"name":"Create a request","id":"f54b8aea-6272-4026-80bd-419732ac0249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"POST request\",\n    \"auth\": {\n        \"type\": \"apikey\",\n        \"apikey\": [\n            {\n                \"key\": \"value\",\n                \"value\": \"XXX\"\n            },\n            {\n                \"key\": \"key\",\n                \"value\": \"api-key\"\n            }\n        ]\n    },\n    \"events\": [\n        {\n            \"listen\": \"test\",\n            \"script\": {\n                \"exec\": [\n                    \"pm.test(\\\"Status code is 200\\\", function () {\",\n                    \"    pm.response.to.have.status(200);\",\n                    \"});\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        },\n        {\n            \"listen\": \"prerequest\",\n            \"script\": {\n                \"exec\": [\n                    \"\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    },\n    \"rawModeData\": \"{\\n    \\\"name\\\": \\\"{{value}}\\\",\\n    \\\"email\\\": \\\"{{email}}\\\",\\n    \\\"username\\\": \\\"{{username}}\\\"\\n}\",\n    \"description\": \"This is an example request.\",\n    \"headers\": \"Content-Type: application/json\\n\",\n    \"method\": \"POST\",\n    \"url\": \"https://postman-echo.com/user/:id?active={{boolean}}\",\n    \"preRequestScript\": \"pm.collectionVariables.get(\\\"id\\\");\",\n    \"tests\": \"pm.test(\\\"Body matches string\\\", function () {\\n    pm.expect(pm.response.text()).to.include(\\\"string_you_want_to_search\\\");\\n});\",\n    \"queryParams\": [\n        {\n            \"key\": \"active\",\n            \"value\": true,\n            \"description\": \"\",\n            \"enabled\": false\n        }\n    ],\n    \"pathVariables\": {\n        \"id\": \"{{value}}\"\n    },\n    \"pathVariableData\": [\n        {\n            \"key\": \"id\",\n            \"value\": \"{{value}}\",\n            \"description\": \"The user's ID.\"\n        }\n    ],\n    \"protocolProfileBehavior\": {\n        \"disableBodyPruning\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/requests","description":"<p>Creates a request in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when creating detailed collection requests. For additional ways to create a request, see the collection's examples.</p>\n</li>\n<li><p>It is recommended to include at least the <code>name</code> property in the request to avoid creating a request with a blank name.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","requests"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The folder ID in which to create the request.</p>\n<p>By default, the system will create the request at the collection level.</p>\n","type":"text/plain"},"key":"folder","value":""}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"dbbdc7e9-6c8d-4b70-9408-735c63ec3cd8","name":"GET Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET Request\",\n    \"description\": \"This is an example GET request.\",\n    \"url\": \"https://postman-echo.com/get?param=value\",\n    \"method\": \"GET\",\n    \"headers\": [\n        {\n            \"key\": \"Host\",\n            \"value\": \"postman-echo.com\"\n        },\n        {\n            \"key\": \"user-agent\",\n            \"value\": \"curl/7.88.1\"\n        },\n        {\n            \"key\": \"accept\",\n            \"value\": \"*/*\"\n        },\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json\"\n        }\n    ],\n    \"queryParams\": [\n        {\n            \"key\": \"id\",\n            \"value\": \"{{id}}\",\n            \"equals\": true,\n            \"description\": \"Optional. The user's ID.\",\n            \"enabled\": true\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"rawModeData\": null,\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"method\": \"GET\",\n        \"headers\": [\n            {\n                \"key\": \"Host\",\n                \"value\": \"postman-echo.com\"\n            },\n            {\n                \"key\": \"user-agent\",\n                \"value\": \"curl/7.88.1\"\n            },\n            {\n                \"key\": \"accept\",\n                \"value\": \"*/*\"\n            },\n            {\n                \"key\": \"content-type\",\n                \"value\": \"application/json\"\n            }\n        ],\n        \"dataMode\": \"raw\",\n        \"url\": \"https://postman-echo.com/get?param=value\",\n        \"name\": \"Example GET Request\",\n        \"description\": \"This is an example GET request.\",\n        \"owner\": \"12345678\",\n        \"folder\": null,\n        \"responses_order\": [],\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"queryParams\": [\n            {\n                \"key\": \"id\",\n                \"value\": \"{{id}}\",\n                \"equals\": true,\n                \"description\": \"Optional. The user's ID.\",\n                \"enabled\": true\n            }\n        ],\n        \"headerData\": [],\n        \"createdAt\": \"2023-09-07T13:33:17.912Z\",\n        \"updatedAt\": \"2023-09-07T13:33:17.912Z\",\n        \"rawModeData\": null,\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": []\n    },\n    \"revision\": 32456338071\n}"},{"id":"1c34812a-384d-4836-938a-a22065f678a5","name":"POST Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example POST Request\",\n    \"url\": \"https://postman-echo.com/post\",\n    \"method\": \"POST\",\n    \"headers\": [\n        {\n            \"key\": \"Host\",\n            \"value\": \"postman-echo.com\"\n        },\n        {\n            \"key\": \"user-agent\",\n            \"value\": \"curl/7.88.1\"\n        },\n        {\n            \"key\": \"accept\",\n            \"value\": \"*/*\"\n        },\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json\"\n        },\n        {\n            \"key\": \"content-length\",\n            \"value\": \"22\"\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"rawModeData\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"method\": \"POST\",\n        \"headers\": [\n            {\n                \"key\": \"Host\",\n                \"value\": \"postman-echo.com\"\n            },\n            {\n                \"key\": \"user-agent\",\n                \"value\": \"curl/7.88.1\"\n            },\n            {\n                \"key\": \"accept\",\n                \"value\": \"*/*\"\n            },\n            {\n                \"key\": \"content-type\",\n                \"value\": \"application/json\"\n            },\n            {\n                \"key\": \"content-length\",\n                \"value\": \"22\"\n            }\n        ],\n        \"dataMode\": \"raw\",\n        \"url\": \"https://postman-echo.com/post\",\n        \"name\": \"Example POST Request\",\n        \"owner\": \"12345678\",\n        \"folder\": null,\n        \"responses_order\": [],\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"headerData\": [],\n        \"createdAt\": \"2023-09-07T13:35:33.691Z\",\n        \"updatedAt\": \"2023-09-07T13:35:33.691Z\",\n        \"rawModeData\": null,\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": []\n    },\n    \"revision\": 32456382272\n}"},{"id":"4936e1e1-cd53-4004-9f4c-f5cb6b51b793","name":"Request in a Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET Request\",\n    \"description\": \"This is an example GET request.\",\n    \"url\": \"https://postman-echo.com/get?param=value\",\n    \"method\": \"GET\",\n    \"headers\": [\n        {\n            \"key\": \"Host\",\n            \"value\": \"postman-echo.com\"\n        },\n        {\n            \"key\": \"user-agent\",\n            \"value\": \"curl/7.88.1\"\n        },\n        {\n            \"key\": \"accept\",\n            \"value\": \"*/*\"\n        },\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json\"\n        }\n    ],\n    \"queryParams\": [\n        {\n            \"key\": \"id\",\n            \"value\": \"{{id}}\",\n            \"equals\": true,\n            \"description\": \"Optional. The user's ID.\",\n            \"enabled\": true\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"rawModeData\": null,\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests?folder=4249383d-2af6-4ac6-9a2b-0930e8f639e3","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"query":[{"key":"folder","value":"4249383d-2af6-4ac6-9a2b-0930e8f639e3"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"folder\": \"4249383d-2af6-4ac6-9a2b-0930e8f639e3\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"method\": \"GET\",\n        \"queryParams\": [\n            {\n                \"value\": \"{{id}}\",\n                \"key\": \"id\",\n                \"equals\": true,\n                \"description\": \"Optional. The user's ID.\",\n                \"enabled\": false\n            }\n        ],\n        \"description\": \"This is an example GET request.\",\n        \"url\": \"https://postman-echo.com/get?param=value\",\n        \"name\": \"Example\",\n        \"headers\": [\n            {\n                \"key\": \"Host\",\n                \"value\": \"postman-echo.com\"\n            },\n            {\n                \"key\": \"user-agent\",\n                \"value\": \"curl/7.88.1\"\n            },\n            {\n                \"key\": \"accept\",\n                \"value\": \"*/*\"\n            },\n            {\n                \"key\": \"content-type\",\n                \"value\": \"application/json\"\n            }\n        ],\n        \"dataMode\": \"raw\",\n        \"responses_order\": [],\n        \"id\": \"389f1640-7996-b519-4747-9f3c6a350a19\",\n        \"owner\": \"20891195\",\n        \"lastUpdatedBy\": \"20891195\",\n        \"headerData\": [],\n        \"createdAt\": \"2023-09-13T18:03:16.957Z\",\n        \"updatedAt\": \"2023-09-13T18:03:16.957Z\",\n        \"rawModeData\": null,\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": []\n    },\n    \"revision\": 32549528635\n}"},{"id":"6e4bb64a-db79-4456-a84a-c3aa7bae3ef4","name":"Request with Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET Request\",\n    \"description\": \"This is an example GET request.\",\n    \"url\": \"https://postman-echo.com/get?param=value\",\n    \"method\": \"GET\",\n    \"auth\": {\n        \"type\": \"apikey\",\n        \"apikey\": [\n            {\n                \"key\": \"value\",\n                \"value\": \"XXX\",\n                \"type\": \"string\"\n            },\n            {\n                \"key\": \"key\",\n                \"value\": \"api-key\",\n                \"type\": \"string\"\n            }\n        ]\n    },\n    \"headers\": [\n        {\n            \"key\": \"Host\",\n            \"value\": \"postman-echo.com\"\n        },\n        {\n            \"key\": \"user-agent\",\n            \"value\": \"curl/7.88.1\"\n        },\n        {\n            \"key\": \"accept\",\n            \"value\": \"*/*\"\n        },\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json\"\n        }\n    ],\n    \"queryParams\": [\n        {\n            \"key\": \"id\",\n            \"value\": \"{{id}}\",\n            \"equals\": true,\n            \"description\": \"Optional. The user's ID.\",\n            \"enabled\": true\n        }\n    ],\n    \"currentHelper\": \"apikeyAuth\",\n    \"helperAttributes\": \"{\\\"id\\\":\\\"apikey\\\",\\\"key\\\":\\\"api-key\\\",\\\"value\\\":\\\"XXX\\\"}\",\n    \"dataMode\": \"raw\",\n    \"rawModeData\": null,\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"folder\": \"4ec7de35-cc87-4e2f-ab01-6fd351371ad3\",\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"currentHelper\": \"apikeyAuth\",\n        \"helperAttributes\": \"{\\\"id\\\":\\\"apikey\\\",\\\"key\\\":\\\"api-key\\\",\\\"value\\\":\\\"XXX\\\"}\",\n        \"description\": \"This is an example GET request.\",\n        \"url\": \"https://postman-echo.com/get?param=value\",\n        \"dataMode\": \"raw\",\n        \"name\": \"Example GET Request\",\n        \"method\": \"GET\",\n        \"headers\": \"[object Object],[object Object],[object Object],[object Object]\",\n        \"responses_order\": [],\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"queryParams\": [\n            {\n                \"key\": \"id\",\n                \"value\": \"{{id}}\",\n                \"equals\": true,\n                \"description\": \"Optional. The user's ID.\",\n                \"enabled\": true\n            }\n        ],\n        \"headerData\": [],\n        \"createdAt\": \"2022-10-07T13:57:54.145Z\",\n        \"updatedAt\": \"2022-10-07T13:57:54.145Z\",\n        \"rawModeData\": null,\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": []\n    },\n    \"revision\": 27134451973\n}"},{"id":"a51c8cdb-bc0d-4352-9e61-113ba87eb555","name":"Request with Tests","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example POST Request\",\n    \"url\": \"https://postman-echo.com/post\",\n    \"method\": \"POST\",\n    \"headers\": [\n        {\n            \"key\": \"Host\",\n            \"value\": \"postman-echo.com\"\n        },\n        {\n            \"key\": \"user-agent\",\n            \"value\": \"curl/7.88.1\"\n        },\n        {\n            \"key\": \"accept\",\n            \"value\": \"*/*\"\n        },\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json\"\n        },\n        {\n            \"key\": \"content-length\",\n            \"value\": \"22\"\n        }\n    ],\n    \"events\": [\n        {\n            \"listen\": \"test\",\n            \"script\": {\n                \"id\": \"a8608e1a-ce4b-4129-8c89-930d26ae0f6a\",\n                \"exec\": [\n                    \"pm.test(\\\"Status code is 200\\\", function () {\",\n                    \"    pm.response.to.have.status(200);\",\n                    \"});\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        },\n        {\n            \"listen\": \"prerequest\",\n            \"script\": {\n                \"id\": \"5b4bb273-5878-4bd7-a296-94a256783a66\",\n                \"exec\": [\n                    \"\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"rawModeData\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"import\"\n    },\n    \"data\": {\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"method\": \"POST\",\n        \"headers\": [\n            {\n                \"key\": \"Host\",\n                \"value\": \"postman-echo.com\"\n            },\n            {\n                \"key\": \"user-agent\",\n                \"value\": \"curl/7.88.1\"\n            },\n            {\n                \"key\": \"accept\",\n                \"value\": \"*/*\"\n            },\n            {\n                \"key\": \"content-type\",\n                \"value\": \"application/json\"\n            },\n            {\n                \"key\": \"content-length\",\n                \"value\": \"22\"\n            }\n        ],\n        \"events\": [\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"a8608e1a-ce4b-4129-8c89-930d26ae0f6a\",\n                    \"exec\": [\n                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                        \"    pm.response.to.have.status(200);\",\n                        \"});\"\n                    ],\n                    \"type\": \"text/javascript\"\n                }\n            },\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"5b4bb273-5878-4bd7-a296-94a256783a66\",\n                    \"exec\": [\n                        \"\"\n                    ],\n                    \"type\": \"text/javascript\"\n                }\n            }\n        ],\n        \"dataMode\": \"raw\",\n        \"url\": \"https://postman-echo.com/post\",\n        \"name\": \"Example POST Request\",\n        \"owner\": \"12345678\",\n        \"folder\": null,\n        \"responses_order\": [],\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"headerData\": [],\n        \"createdAt\": \"2023-09-07T13:35:33.691Z\",\n        \"updatedAt\": \"2023-09-07T13:35:33.691Z\",\n        \"rawModeData\": null,\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        },\n        \"responses\": []\n    },\n    \"revision\": 32456382272\n}"},{"id":"c467d5a7-bf83-4d41-9467-43359290f21e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Request\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceFoundError\",\n        \"message\": \"This request already exists in the database.\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"f487d501-c9f1-4a4b-92b3-e08cdb95204c","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Request\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"f54b8aea-6272-4026-80bd-419732ac0249"},{"name":"Update a request","id":"470056b2-9bf0-4c29-aaf2-81cdcee2310b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"POST request\",\n    \"auth\": {\n        \"type\": \"apikey\",\n        \"apikey\": [\n            {\n                \"key\": \"value\",\n                \"value\": \"XXX\"\n            },\n            {\n                \"key\": \"key\",\n                \"value\": \"api-key\"\n            }\n        ]\n    },\n    \"events\": [\n        {\n            \"listen\": \"test\",\n            \"script\": {\n                \"exec\": [\n                    \"pm.test(\\\"Status code is 200\\\", function () {\",\n                    \"    pm.response.to.have.status(200);\",\n                    \"});\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        },\n        {\n            \"listen\": \"prerequest\",\n            \"script\": {\n                \"exec\": [\n                    \"\"\n                ],\n                \"type\": \"text/javascript\"\n            }\n        }\n    ],\n    \"dataMode\": \"raw\",\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    },\n    \"rawModeData\": \"{\\n    \\\"name\\\": \\\"{{value}}\\\",\\n    \\\"email\\\": \\\"{{email}}\\\",\\n    \\\"username\\\": \\\"{{username}}\\\"\\n}\",\n    \"description\": \"This is an example request.\",\n    \"headers\": \"Content-Type: application/json\\n\",\n    \"method\": \"POST\",\n    \"url\": \"https://postman-echo.com/user/:id?active={{boolean}}\",\n    \"preRequestScript\": \"pm.collectionVariables.get(\\\"id\\\");\",\n    \"tests\": \"pm.test(\\\"Body matches string\\\", function () {\\n    pm.expect(pm.response.text()).to.include(\\\"string_you_want_to_search\\\");\\n});\",\n    \"queryParams\": [\n        {\n            \"key\": \"active\",\n            \"value\": true,\n            \"description\": \"\",\n            \"enabled\": false\n        }\n    ],\n    \"pathVariables\": {\n        \"id\": \"{{value}}\"\n    },\n    \"pathVariableData\": [\n        {\n            \"key\": \"id\",\n            \"value\": \"{{value}}\",\n            \"description\": \"The user's ID.\"\n        }\n    ],\n    \"protocolProfileBehavior\": {\n        \"disableBodyPruning\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","description":"<p>Updates a request in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when updating collection requests. For additional ways to create a request, see the collection's examples.</p>\n</li>\n<li><p>You must pass a collection ID (<code>12ece9e1-2abf-4edc-8e34-de66e74114d2</code>), not a collection UID (<code>12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2</code>), in this endpoint.</p>\n</li>\n<li><p>This endpoint acts like a PATCH method. It only updates the values that you pass in the request body (for example, the <code>name</code> property). The endpoint does <strong>not</strong> update the entire resource.</p>\n</li>\n<li><p>This endpoint does not support changing the folder of a request.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","requests",":requestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestId"}]}},"response":[{"id":"d6b51856-a08b-4ea2-884e-32679120ebd8","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"auth\": \"noauth\",\n    \"currentHelper\": null,\n    \"helperAttributes\": null,\n    \"owner\": \"12345678\",\n    \"lastUpdatedBy\": \"12345678\",\n    \"lastRevision\": 32368133476,\n    \"folder\": null,\n    \"collection\": \"c05fb60e-bb28-4e7b-9cf7-55ada6ab320c\",\n    \"name\": \"Example POST Request\",\n    \"dataMode\": \"raw\",\n    \"data\": null,\n    \"events\": null,\n    \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n    \"descriptionFormat\": null,\n    \"description\": \"This is an example POST request.\",\n    \"variables\": null,\n    \"headers\": null,\n    \"method\": \"POST\",\n    \"pathVariables\": null,\n    \"url\": \"https://postman-echo.com/post\",\n    \"preRequestScript\": null,\n    \"tests\": null,\n    \"queryParams\": [],\n    \"headerData\": [],\n    \"pathVariableData\": [],\n    \"protocolProfileBehavior\": null,\n    \"dataDisabled\": false,\n    \"responses_order\": [],\n    \"createdAt\": \"2023-09-01T07:59:25.000Z\",\n    \"updatedAt\": \"2023-09-01T09:29:54.000Z\",\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"update\"\n    },\n    \"data\": {\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example POST Request\",\n        \"dataMode\": \"raw\",\n        \"data\": null,\n        \"auth\": \"noauth\",\n        \"events\": null,\n        \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example POST request.\",\n        \"variables\": null,\n        \"headers\": null,\n        \"method\": \"POST\",\n        \"pathVariables\": null,\n        \"url\": \"https://postman-echo.com/post\",\n        \"preRequestScript\": null,\n        \"tests\": null,\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": null,\n        \"dataDisabled\": false,\n        \"responses_order\": [],\n        \"createdAt\": \"2023-09-01T07:59:25.000Z\",\n        \"updatedAt\": \"2023-09-08T12:30:29.000Z\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32473087936,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        }\n    },\n    \"revision\": 32473098909\n}"},{"id":"34ee1e4d-0894-4e1d-8fab-425ee6906f06","name":"Update to Inherit Parent Auth","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"auth\": null,\n    \"currentHelper\": null,\n    \"helperAttributes\": null,\n    \"folder\": null,\n    \"collection\": \"c05fb60e-bb28-4e7b-9cf7-55ada6ab320c\",\n    \"name\": \"Example POST Request\",\n    \"dataMode\": \"raw\",\n    \"data\": [\n        {\n            \"enabled\": true,\n            \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n            \"type\": \"text\",\n            \"key\": \"id\"\n        },\n        {\n            \"enabled\": true,\n            \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"type\": \"text\",\n            \"key\": \"collection\"\n        }\n    ],\n    \"events\": [\n        {\n            \"listen\": \"test\",\n            \"script\": {\n                \"type\": \"text/javascript\",\n                \"exec\": [\n                    \"var data = JSON.parse(responseBody);\"\n                ]\n            }\n        }\n    ],\n    \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n    \"descriptionFormat\": null,\n    \"description\": \"This is an example POST request.\",\n    \"variables\": null,\n    \"headers\": null,\n    \"method\": \"POST\",\n    \"pathVariables\": null,\n    \"url\": \"https://postman-echo.com/post\",\n    \"preRequestScript\": null,\n    \"tests\": \"var data = JSON.parse(responseBody);\",\n    \"queryParams\": [],\n    \"headerData\": [],\n    \"pathVariableData\": [],\n    \"protocolProfileBehavior\": null,\n    \"dataDisabled\": false,\n    \"responses_order\": [],\n    \"dataOptions\": {\n        \"raw\": {\n            \"language\": \"json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"update\"\n    },\n    \"data\": {\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example POST Request\",\n        \"dataMode\": \"params\",\n        \"data\": [\n            {\n                \"enabled\": true,\n                \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                \"type\": \"text\",\n                \"key\": \"id\"\n            },\n            {\n                \"enabled\": true,\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"text\",\n                \"key\": \"collection\"\n            }\n        ],\n        \"auth\": null,\n        \"events\": [\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"var data = JSON.parse(responseBody);\"\n                    ]\n                }\n            }\n        ],\n        \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example POST request.\",\n        \"variables\": null,\n        \"headers\": \"\",\n        \"method\": \"POST\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/post\",\n        \"preRequestScript\": null,\n        \"tests\": \"var data = JSON.parse(responseBody);\",\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": null,\n        \"dataDisabled\": false,\n        \"responses_order\": [],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994863800,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        }\n    },\n    \"revision\": 24994954828\n}"},{"id":"8fdb292d-eeef-4910-a476-a335ccccd812","name":"Disable Query Params","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"owner\": \"12345678\",\n    \"lastUpdatedBy\": \"12345678\",\n    \"lastRevision\": 33437203713,\n    \"folder\": null,\n    \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"id\": \"42d13443-2f50-47f0-b417-03081a97bf45\",\n    \"name\": \"GET Request with headers and query params\",\n    \"dataMode\": null,\n    \"data\": null,\n    \"auth\": null,\n    \"events\": null,\n    \"rawModeData\": null,\n    \"descriptionFormat\": null,\n    \"description\": null,\n    \"variables\": null,\n    \"headers\": \"// x-api-key: apikey\",\n    \"method\": \"GET\",\n    \"pathVariables\": null,\n    \"url\": \"https://postman-echo.com/get?param1=value1\",\n    \"preRequestScript\": null,\n    \"tests\": null,\n    \"currentHelper\": null,\n    \"helperAttributes\": null,\n    \"queryParams\": [\n        {\n            \"key\": \"param1\",\n            \"value\": \"value1\",\n            \"description\": null,\n            \"enabled\": true\n        },\n        {\n            \"key\": \"param2\",\n            \"value\": \"value2\",\n            \"description\": null,\n            \"enabled\": false\n        }\n    ],\n    \"headerData\": [\n        {\n            \"key\": \"x-api-key\",\n            \"value\": \"apikey\",\n            \"type\": \"text\",\n            \"description\": null,\n            \"enabled\": false\n        }\n    ],\n    \"pathVariableData\": [],\n    \"protocolProfileBehavior\": {\n        \"disableBodyPruning\": true\n    },\n    \"dataDisabled\": false,\n    \"responses_order\": [],\n    \"createdAt\": \"2023-10-27T08:48:42.000Z\",\n    \"updatedAt\": \"2023-11-02T11:05:19.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"update\"\n    },\n    \"data\": {\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example POST Request\",\n        \"dataMode\": \"params\",\n        \"data\": [\n            {\n                \"enabled\": true,\n                \"value\": \"3f14c9c7-e71c-4094-b90e-ac9edb232c2e\",\n                \"type\": \"text\",\n                \"key\": \"id\"\n            },\n            {\n                \"enabled\": true,\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"text\",\n                \"key\": \"collection\"\n            }\n        ],\n        \"auth\": null,\n        \"events\": [\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"var data = JSON.parse(responseBody);\"\n                    ]\n                }\n            }\n        ],\n        \"rawModeData\": \"{\\n    \\\"field\\\": \\\"Value\\\"\\n}\",\n        \"descriptionFormat\": null,\n        \"description\": \"This is an example POST request.\",\n        \"variables\": null,\n        \"headers\": \"\",\n        \"method\": \"POST\",\n        \"pathVariables\": {},\n        \"url\": \"https://postman-echo.com/post\",\n        \"preRequestScript\": null,\n        \"tests\": \"var data = JSON.parse(responseBody);\",\n        \"currentHelper\": null,\n        \"helperAttributes\": null,\n        \"queryParams\": [],\n        \"headerData\": [],\n        \"pathVariableData\": [],\n        \"protocolProfileBehavior\": null,\n        \"dataDisabled\": false,\n        \"responses_order\": [],\n        \"createdAt\": \"2022-08-29T16:49:19.964Z\",\n        \"updatedAt\": \"2022-08-29T16:49:19.964Z\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 24994863800,\n        \"folder\": null,\n        \"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"dataOptions\": {\n            \"raw\": {\n                \"language\": \"json\"\n            }\n        }\n    },\n    \"revision\": 24994954828\n}"},{"id":"5f098582-c199-4605-adb2-5d10a9beacf9","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET request\",\n    \"method\": \"GET\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the request you are looking for\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"6dba1aa8-6a57-45f6-90c8-f3ffd11d23f0","name":"Change Parent Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET request\",\n    \"method\": \"GET\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"changeParentError\",\n        \"message\": \"You can't update the parent. Use transfer instead.\",\n        \"details\": {\n            \"server\": {\n                \"model\": \"collection\",\n                \"model_id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            },\n            \"request\": {\n                \"model\": \"collection\",\n                \"model_id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        }\n    }\n}"},{"id":"90ed71c6-65e9-4473-8d9b-863ec2a79d5d","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET request\",\n    \"method\": \"GET\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"470056b2-9bf0-4c29-aaf2-81cdcee2310b"},{"name":"Delete a request","id":"132263cb-fa92-40c1-a7a4-3fabe3ff32e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","description":"<p>Deletes a request in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","requests",":requestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestId"}]}},"response":[{"id":"d594e275-d758-4d1e-a472-09be2a924fa7","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"request\",\n        \"action\": \"destroy\"\n    },\n    \"data\": {\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"owner\": \"12345678\"\n    },\n    \"revision\": 24995158577\n}"},{"id":"9b31f5ef-a5ac-42ca-a431-35f686410260","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the request you are looking for\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"1eaa2287-9661-4e88-becc-cef171437def","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","requests",":requestId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"requestId","value":"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"request\",\n            \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"132263cb-fa92-40c1-a7a4-3fabe3ff32e9"}],"id":"dc03350a-216d-4474-8497-e61b6255856e","description":"<p>These endpoint enable you to manage collection requests.</p>\n","_postman_id":"dc03350a-216d-4474-8497-e61b6255856e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Responses","item":[{"name":"Comments","item":[{"name":"Get a response's comments","id":"5f0e6262-59d5-4d83-bc4b-fdd99695d9bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","description":"<p>Gets all comments left by users in a response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","responses",":responseUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The response's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseUid"}]}},"response":[{"id":"d7d228c8-3fea-44c6-934d-d317c82e4c53","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"689b2790-d9be-4b53-b71d-e52c6df7d0e2","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"1bab61f0-b047-44a2-b3f6-d31bbe4cd486","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"d284a8b1-0244-4def-abaf-fab846d36f0d","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"84b53fbf-8bec-4848-bd3e-8639c998218a","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"5f0e6262-59d5-4d83-bc4b-fdd99695d9bb"},{"name":"Create a response comment","id":"dea972e3-3244-4ef4-a81e-e3f88e72d7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": {{threadId}},\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","description":"<p>Creates a comment on a response.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","responses",":responseUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The response's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseUid"}]}},"response":[{"id":"e5fc22ad-2453-4482-a46e-808d926e59bb","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"d6189582-b195-4529-a944-3fc0f8b39b8f","name":"Reply to Comment Thread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"23f59c2a-664f-4b44-945e-a67388ff315d","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"c011142e-ef63-4e22-945e-69506dd70d6f","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"bb83d085-c7ff-4547-acf9-6633a8821c76","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"28240ac8-e425-44a9-92a0-39b28ff4c42f","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"56fa441a-199d-4900-85dd-7a673601e650","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"dea972e3-3244-4ef4-a81e-e3f88e72d7cf"},{"name":"Update a response's comment","id":"d1b92bd9-133a-4eac-8893-8b279518c710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","description":"<p>Updates a comment on a response.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The response's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"2e83d343-59b1-4fa8-b5c1-0135044d25b2","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"7449a6d1-7708-43c4-a93e-69b710b39652","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example. @alex-cruz\"\n    }\n}"},{"id":"7c58c806-8b1c-4e71-aa04-a8444f6d5bbf","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"c47ba7f0-1655-4456-8301-50f8a9bfeac9","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"53a5246c-c059-4de7-b6b4-8384264c9977","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"1da00af0-50e5-43c9-821f-bda9bec41054","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"d1b92bd9-133a-4eac-8893-8b279518c710"},{"name":"Delete a response's comment","id":"d813655a-21a8-44ad-a27f-5949cfd75ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","description":"<p>Deletes a comment from a response. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The response's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"2ae408db-e567-4320-b55d-053b6d0b8de8","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d836a59a-6588-40d9-a8ca-815e9091026f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\":   \"https://api.postman.com/problems/unauthorized\",\n    \"title\":  \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"2323701c-9ed8-4d1c-8e4c-ab9f9a0516eb","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"0e077467-36c2-4c88-a679-c796e822aab0","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"68b75ce9-92c6-44a2-8fc8-f18d75bbb65c","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/responses/:responseUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","responses",":responseUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseUid","value":"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"d813655a-21a8-44ad-a27f-5949cfd75ac8"}],"id":"491c5494-e6e4-477f-bdc4-4ef569a72ff3","description":"<p>These endpoints enable you to manage comments on a response. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"491c5494-e6e4-477f-bdc4-4ef569a72ff3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get a response","id":"c26bf513-183f-4c5b-a326-befdbff81540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","description":"<p>Gets information about a response in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","responses",":responseId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If true, returns only the response properties that contain ID values.</p>\n","type":"text/plain"},"key":"ids","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all IDs in UID format (<code>userId</code>-<code>id</code>).</p>\n","type":"text/plain"},"key":"uid","value":"true"},{"disabled":true,"description":{"content":"<p>If true, returns all of a response's contents.</p>\n","type":"text/plain"},"key":"populate","value":"true"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseId"}]}},"response":[{"id":"fbaa3bea-bc05-4c78-ba75-2a8b6d2ebd19","name":"GET Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32528384460,\n        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n        \"name\": \"Not Found\",\n        \"status\": null,\n        \"responseCode\": {\n            \"code\": 404,\n            \"name\": \"Not Found\"\n        },\n        \"time\": null,\n        \"headers\": [\n            {\n                \"key\": \"Content-Type\",\n                \"name\": \"Content-Type\",\n                \"value\": \"application/json\",\n                \"description\": \"\",\n                \"type\": \"text\"\n            }\n        ],\n        \"cookies\": null,\n        \"mime\": null,\n        \"text\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n        \"language\": \"json\",\n        \"rawDataType\": null,\n        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Accept\\\",\\\"value\\\":\\\"application/vnd.example.v1+json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"enabled\\\":true}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"test-api\\\",\\\"equals\\\":true,\\\"description\\\":null,\\\"enabled\\\":true}],\\\"url\\\":\\\"http://api.getpostman.com/v1/request?id=test-api\\\",\\\"headers\\\":\\\"Accept: application/vnd.example.v1+json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"\\\",\\\"graphqlModeData\\\":{}}\",\n        \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n        \"updatedAt\": \"2023-09-12T18:23:42.000Z\"\n    }\n}"},{"id":"39c63aeb-e783-4f7a-abbd-01272acc71ca","name":"POST Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32366010334,\n        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n        \"name\": \"Example POST response\",\n        \"status\": null,\n        \"responseCode\": {\n            \"code\": 200,\n            \"name\": \"OK\"\n        },\n        \"time\": null,\n        \"headers\": [\n            {\n                \"key\": \"Date\",\n                \"value\": \"Fri, 01 Sep 2023 07:36:18 GMT\"\n            },\n            {\n                \"key\": \"Content-Type\",\n                \"value\": \"application/json; charset=utf-8\"\n            },\n            {\n                \"key\": \"Content-Length\",\n                \"value\": \"607\"\n            },\n            {\n                \"key\": \"Connection\",\n                \"value\": \"keep-alive\"\n            },\n            {\n                \"key\": \"ETag\",\n                \"value\": \"W/\\\"25f-fXeI1ntSNPOD7sOol6cMrRL0DYk\\\"\"\n            },\n            {\n                \"key\": \"set-cookie\",\n                \"value\": \"sails.sid=s%3A4o6OiKlJvAK5dTEKRnH-ZMOU7jHTwNB-.owD6JTABpH6H6rH8gY09Z7ATvkr2elxL4iGyWnJkBPg; Path=/; HttpOnly\"\n            }\n        ],\n        \"cookies\": null,\n        \"mime\": null,\n        \"text\": \"{\\n    \\\"args\\\": {},\\n    \\\"data\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"files\\\": {},\\n    \\\"form\\\": {},\\n    \\\"headers\\\": {\\n        \\\"x-forwarded-proto\\\": \\\"https\\\",\\n        \\\"x-forwarded-port\\\": \\\"123\\\",\\n        \\\"host\\\": \\\"postman-echo.com\\\",\\n        \\\"x-amzn-trace-id\\\": \\\"Root=1-71bdd0e4-2ad8-45ab-be3c-3dde999711a6\\\",\\n        \\\"content-length\\\": \\\"24\\\",\\n        \\\"content-type\\\": \\\"application/json\\\",\\n        \\\"x-api-key\\\": \\\"xxx\\\",\\n        \\\"user-agent\\\": \\\"PostmanRuntime/7.32.3\\\",\\n        \\\"accept\\\": \\\"*/*\\\",\\n        \\\"postman-token\\\": \\\"XXXX\\\",\\n        \\\"accept-encoding\\\": \\\"gzip, deflate, br\\\"\\n    },\\n    \\\"json\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\",\n        \"language\": \"json\",\n        \"rawDataType\": null,\n        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[],\\\"url\\\":\\\"https://postman-echo.com/post\\\",\\\"headers\\\":\\\"\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n        \"createdAt\": \"2023-09-12T15:21:55.000Z\",\n        \"updatedAt\": \"2023-09-12T18:27:57.000Z\"\n    }\n}"},{"id":"c5331d72-0fe6-4e54-8e0d-d0bba8595c66","name":"Response with populate Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId?populate=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"query":[{"key":"populate","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32528384460,\n        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n        \"name\": \"Not Found\",\n        \"status\": null,\n        \"responseCode\": {\n            \"code\": 404,\n            \"name\": \"Not Found\"\n        },\n        \"time\": null,\n        \"headers\": [\n            {\n                \"key\": \"Content-Type\",\n                \"name\": \"Content-Type\",\n                \"value\": \"application/json\",\n                \"description\": \"\",\n                \"type\": \"text\"\n            }\n        ],\n        \"cookies\": null,\n        \"mime\": null,\n        \"text\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n        \"language\": \"json\",\n        \"rawDataType\": null,\n        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Accept\\\",\\\"value\\\":\\\"application/vnd.example.v1+json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"enabled\\\":true}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"test-api\\\",\\\"equals\\\":true,\\\"description\\\":null,\\\"enabled\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/v1/request?id=test-api\\\",\\\"headers\\\":\\\"Accept: application/vnd.example.v1+json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"\\\",\\\"graphqlModeData\\\":{}}\",\n        \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n        \"updatedAt\": \"2023-09-12T18:23:42.000Z\"\n    }\n}"},{"id":"e8a7de34-a00a-49c7-b459-417648d264d8","name":"Response with ids Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId?ids=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"query":[{"key":"ids","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\"\n    }\n}"},{"id":"f244c642-23fe-4cdf-9ec5-2f8b836a86fa","name":"Response with uid Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId?uid=true","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"query":[{"key":"uid","value":"true"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"populate\": false,\n        \"changeset\": false,\n        \"action\": \"find\"\n    },\n    \"data\": {\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32528384460,\n        \"request\": \"12345678-c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"id\": \"12345678-cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n        \"name\": \"Not Found\",\n        \"status\": null,\n        \"responseCode\": {\n            \"code\": 404,\n            \"name\": \"Not Found\"\n        },\n        \"time\": null,\n        \"headers\": [\n            {\n                \"key\": \"Content-Type\",\n                \"name\": \"Content-Type\",\n                \"value\": \"application/json\",\n                \"description\": \"\",\n                \"type\": \"text\"\n            }\n        ],\n        \"cookies\": null,\n        \"mime\": null,\n        \"text\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n        \"language\": \"json\",\n        \"rawDataType\": null,\n        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Accept\\\",\\\"value\\\":\\\"application/vnd.example.v1+json\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"enabled\\\":true}],\\\"method\\\":\\\"GET\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"test-api\\\",\\\"equals\\\":true,\\\"description\\\":null,\\\"enabled\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/v1/request?id=test-api\\\",\\\"headers\\\":\\\"Accept: application/vnd.example.v1+json\\\\n\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"\\\",\\\"graphqlModeData\\\":{}}\",\n        \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n        \"updatedAt\": \"2023-09-12T18:23:42.000Z\"\n    }\n}"},{"id":"b2822b2f-0fe1-43a0-9548-6971f0cababb","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the response you are looking for\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"5e8fc36f-950d-4507-8e77-f800be876501","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"c26bf513-183f-4c5b-a326-befdbff81540"},{"name":"Create a response","id":"37c3f560-a1c6-4fae-bcc9-c2620ecebd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Successful Response\",\n    \"responseCode\": {\n        \"code\": 200,\n        \"name\": \"OK\"\n    },\n    \"headers\": [\n        {\n            \"key\": \"Content-Type\",\n            \"value\": \"application/json\",\n            \"description\": \"\",\n            \"type\": \"text\"\n        }\n    ],\n    \"cookies\": [\n        \"\"\n    ],\n    \"mime\": \"\",\n    \"text\": \"{\\n    \\\"id\\\": \\\"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\\\",\\n    \\\"userName\\\": \\\"taylor-lee@example.com\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor-lee@example.com\\\",\\n    \\\"active\\\": true\\n}\",\n    \"language\": \"json\",\n    \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"application/json\\\"}],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"{{value}}\\\"}],\\\"queryParams\\\":[{\\\"key\\\":\\\"active\\\",\\\"value\\\":\\\"{{boolean}}\\\",\\\"description\\\":\\\"\\\",\\\"enabled\\\":true,\\\"equals\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/user/:id?active={{boolean}}\\\",\\\"headers\\\":\\\"Content-Type: application/json\\\\n\\\",\\\"pathVariables\\\":{\\\"id\\\":\\\"{{value}}\\\"},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"name\\\\\\\": \\\\\\\"{{value}}\\\\\\\",\\\\n    \\\\\\\"email\\\\\\\": \\\\\\\"{{email}}\\\\\\\",\\\\n    \\\\\\\"username\\\\\\\": \\\\\\\"{{username}}\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/responses?request=","description":"<p>Creates a request response in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when creating detailed collection responses. For additional ways to create a response, see the collection's examples.</p>\n</li>\n<li><p>It is recommended that you pass the <code>name</code> property in the request body. If you do not, the system uses a null value. As a result, this creates a response with a blank name.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","responses"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The parent request's ID.</p>\n","type":"text/plain"},"key":"request","value":""}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"2d2f86c6-a206-4e22-bca6-7d9ce2ecc7cb","name":"GET Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example GET Response\",\n    \"responseCode\": {\n        \"code\": 200,\n        \"name\": \"OK\"\n    },\n    \"headers\": [\n        {\n            \"key\": \"content-type\",\n            \"value\": \"application/json; charset=utf-8\"\n        },\n        {\n            \"key\": \"content-length\",\n            \"value\": \"370\"\n        },\n        {\n            \"key\": \"etag\",\n            \"value\": \"W/\\\"172-GDbDAS2r5X4Ypw2ia9AUhtyIyhk\\\"\"\n        },\n        {\n            \"key\": \"set-cookie\",\n            \"value\": \"sails.sid=s%3A23szD8Az12345Vs7dMzU4hjUHqqA1LeX.x8Jbnx4BEVHgzajknZdH%2BqxW7Pctx47m%2FlduU5Q4TAI; Path=/ HttpOnly\"\n        }\n    ],\n    \"text\": \"{\\n  \\\"args\\\": {\\n    \\\"param\\\": \\\"value\\\"\\n  },\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9cd12-62f18f3a048796d345508073\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/get?param=value\\\"\\n}\\n\",\n    \"language\": \"json\",\n    \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/get?param=value\\\",\\n  \\\"method\\\": \\\"GET\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": null,\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses?request=c82dd02c-4870-4907-8fcb-593a876cf05b","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses"],"query":[{"key":"request","value":"c82dd02c-4870-4907-8fcb-593a876cf05b"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n  \"meta\": {\n    \"model\": \"response\",\n    \"action\": \"create\"\n  },\n  \"data\": {\n    \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"headers\": [\n      {\n        \"key\": \"content-type\",\n        \"value\": \"application/json; charset=utf-8\"\n      },\n      {\n        \"key\": \"content-length\",\n        \"value\": \"370\"\n      },\n      {\n        \"key\": \"etag\",\n        \"value\": \"W/\\\"172-GDbDAS2r5X4Ypw2ia9AUhtyIyhk\\\"\"\n      },\n      {\n        \"key\": \"set-cookie\",\n        \"value\": \"sails.sid=s%3A23szD8Az12345Vs7dMzU4hjUHqqA1LeX.x8Jbnx4BEVHgzajknZdH%2BqxW7Pctx47m%2FlduU5Q4TAI; Path=/ HttpOnly\"\n      }\n    ],\n    \"name\": \"Example GET Response\",\n    \"text\": \"{\\n  \\\"args\\\": {\\n    \\\"param\\\": \\\"value\\\"\\n  },\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9cd12-62f18f3a048796d345508073\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/get?param=value\\\"\\n}\\n\",\n    \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/get?param=value\\\",\\n  \\\"method\\\": \\\"GET\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": null,\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\",\n    \"responseCode\": {\n      \"code\": 200,\n      \"name\": \"OK\"\n    },\n    \"language\": \"json\",\n    \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"owner\": \"12345678\",\n    \"lastUpdatedBy\": \"12345678\",\n    \"createdAt\": \"2023-09-07T13:33:18.700Z\",\n    \"updatedAt\": \"2023-09-07T13:33:18.700Z\"\n  },\n  \"revision\": 32456338262\n}"},{"id":"6881e500-d7fe-44a1-b413-d962a9cc8b3d","name":"POST Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"POST response\",\n  \"responseCode\": {\n    \"code\": 200,\n    \"name\": \"OK\"\n  },\n  \"headers\": [\n    {\n      \"key\": \"date\",\n      \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n    },\n    {\n      \"key\": \"content-type\",\n      \"value\": \"application/json; charset=utf-8\"\n    },\n    {\n      \"key\": \"content-length\",\n      \"value\": \"468\"\n    },\n    {\n      \"key\": \"etag\",\n      \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n    },\n    {\n      \"key\": \"set-cookie\",\n      \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/; HttpOnly\"\n    }\n  ],\n  \"text\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n  \"language\": \"json\",\n  \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\",\\n  \\\"method\\\": \\\"POST\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-length\\\",\\n      \\\"value\\\": \\\"22\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": \\\"{\\\\n  \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses?request=c82dd02c-4870-4907-8fcb-593a876cf05b","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses"],"query":[{"key":"request","value":"c82dd02c-4870-4907-8fcb-593a876cf05b"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n  \"meta\": {\n    \"model\": \"response\",\n    \"action\": \"create\"\n  },\n  \"data\": {\n    \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"responseCode\": {\n      \"code\": 200,\n      \"name\": \"OK\"\n    },\n    \"requestObject\": \"{\\n  \\\"name\\\": \\\"Request\\\",\\n  \\\"description\\\": \\\"\\\",\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\",\\n  \\\"method\\\": \\\"POST\\\",\\n  \\\"headers\\\": [\\n    {\\n      \\\"key\\\": \\\"Host\\\",\\n      \\\"value\\\": \\\"postman-echo.com\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"user-agent\\\",\\n      \\\"value\\\": \\\"curl/7.88.1\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"accept\\\",\\n      \\\"value\\\": \\\"*/*\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-type\\\",\\n      \\\"value\\\": \\\"application/json\\\"\\n    },\\n    {\\n      \\\"key\\\": \\\"content-length\\\",\\n      \\\"value\\\": \\\"22\\\"\\n    }\\n  ],\\n  \\\"dataMode\\\": \\\"raw\\\",\\n  \\\"rawModeData\\\": null,\\n  \\\"dataOptions\\\": {\\n    \\\"raw\\\": {\\n      \\\"language\\\": \\\"json\\\"\\n    }\\n  }\\n}\",\n    \"text\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-71bdd0e4-2ad8-45ab-be3c-3dde999711a6\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n    \"name\": \"POST response\",\n    \"language\": \"json\",\n    \"headers\": [\n      {\n        \"key\": \"date\",\n        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n      },\n      {\n        \"key\": \"content-type\",\n        \"value\": \"application/json; charset=utf-8\"\n      },\n      {\n        \"key\": \"content-length\",\n        \"value\": \"468\"\n      },\n      {\n        \"key\": \"etag\",\n        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n      },\n      {\n        \"key\": \"set-cookie\",\n        \"value\": \"sails.sid=s%3A23szD8Az12345Vs7dMzU4hjUHqqA1LeX.x8Jbnx4BEVHgzajknZdH%2BqxW7Pctx47m%2FlduU5Q4TAI; Path=/ HttpOnly\"\n      }\n    ],\n    \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"owner\": \"12345678\",\n    \"lastUpdatedBy\": \"12345678\",\n    \"createdAt\": \"2023-09-07T13:35:34.817Z\",\n    \"updatedAt\": \"2023-09-07T13:35:34.817Z\"\n  },\n  \"revision\": 32456382761\n}"},{"id":"e1f87b1b-03ef-4a0a-8e1c-94bbbf5f2b36","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Success\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses?request=c82dd02c-4870-4907-8fcb-593a876cf05b","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses"],"query":[{"key":"request","value":"c82dd02c-4870-4907-8fcb-593a876cf05b"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceFoundError\",\n        \"message\": \"This response already exists in the database.\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"23765e64-09c1-477b-9202-258cf8a07243","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Success\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses?request=c82dd02c-4870-4907-8fcb-593a876cf05b","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses"],"query":[{"key":"request","value":"c82dd02c-4870-4907-8fcb-593a876cf05b"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"37c3f560-a1c6-4fae-bcc9-c2620ecebd34"},{"name":"Update a response","id":"dce61017-cb62-4b39-a933-cbf2ca78f25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Successful Response\",\n    \"responseCode\": {\n        \"code\": 200,\n        \"name\": \"OK\"\n    },\n    \"headers\": [\n        {\n            \"key\": \"Content-Type\",\n            \"value\": \"application/json\",\n            \"description\": \"\",\n            \"type\": \"text\"\n        }\n    ],\n    \"cookies\": [\n        \"\"\n    ],\n    \"mime\": \"\",\n    \"text\": \"{\\n    \\\"id\\\": \\\"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\\\",\\n    \\\"userName\\\": \\\"taylor-lee@example.com\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor-lee@example.com\\\",\\n    \\\"active\\\": true\\n}\",\n    \"language\": \"json\",\n    \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[{\\\"key\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"application/json\\\"}],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[{\\\"key\\\":\\\"id\\\",\\\"value\\\":\\\"{{value}}\\\"}],\\\"queryParams\\\":[{\\\"key\\\":\\\"active\\\",\\\"value\\\":\\\"{{boolean}}\\\",\\\"description\\\":\\\"\\\",\\\"enabled\\\":true,\\\"equals\\\":true}],\\\"url\\\":\\\"https://postman-echo.com/user/:id?active={{boolean}}\\\",\\\"headers\\\":\\\"Content-Type: application/json\\\\n\\\",\\\"pathVariables\\\":{\\\"id\\\":\\\"{{value}}\\\"},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"name\\\\\\\": \\\\\\\"{{value}}\\\\\\\",\\\\n    \\\\\\\"email\\\\\\\": \\\\\\\"{{email}}\\\\\\\",\\\\n    \\\\\\\"username\\\\\\\": \\\\\\\"{{username}}\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","description":"<p>Updates a response in a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when updating collection responses. For additional ways to create a response, see the collection's examples.</p>\n</li>\n<li><p>You must pass a collection ID (<code>12ece9e1-2abf-4edc-8e34-de66e74114d2</code>), not a collection UID (<code>12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2</code>), in this endpoint.</p>\n</li>\n<li><p>This endpoint acts like a PATCH method. It only updates the values that you pass in the request body (for example, the <code>name</code> property). The endpoint does <strong>not</strong> update the entire resource.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","responses",":responseId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseId"}]}},"response":[{"id":"4dd2ba6b-7dd8-4ba4-9412-3cfb4bedd8ed","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"owner\": \"12345678\",\n    \"lastUpdatedBy\": \"12345678\",\n    \"lastRevision\": 32368133468,\n    \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"name\": \"Example Response\",\n    \"status\": null,\n    \"responseCode\": {\n        \"code\": 200,\n        \"name\": \"OK\"\n    },\n    \"time\": \"50\",\n    \"headers\": [\n        {\n            \"key\": \"Date\",\n            \"value\": \"Fri, 01 Sep 2023 07:36:18 GMT\"\n        },\n        {\n            \"key\": \"Content-Type\",\n            \"value\": \"application/json; charset=utf-8\"\n        },\n        {\n            \"key\": \"Content-Length\",\n            \"value\": \"607\"\n        },\n        {\n            \"key\": \"Connection\",\n            \"value\": \"keep-alive\"\n        }\n    ],\n    \"cookies\": null,\n    \"mime\": null,\n    \"text\": \"{\\n    \\\"args\\\": {},\\n    \\\"data\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"files\\\": {},\\n    \\\"form\\\": {},\\n    \\\"headers\\\": {\\n        \\\"x-forwarded-proto\\\": \\\"https\\\",\\n        \\\"x-forwarded-port\\\": \\\"443\\\",\\n        \\\"host\\\": \\\"postman-echo.com\\\",\\n        \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9cd12-62f18f3a048796d345508073\\\",\\n        \\\"content-length\\\": \\\"24\\\",\\n        \\\"content-type\\\": \\\"application/json\\\",\\n        \\\"x-api-key\\\": \\\"xxx\\\",\\n        \\\"user-agent\\\": \\\"PostmanRuntime/7.32.3\\\",\\n        \\\"accept\\\": \\\"*/*\\\",\\n        \\\"postman-token\\\": \\\"XXX\\\",\\n        \\\"accept-encoding\\\": \\\"gzip, deflate, br\\\"\\n    },\\n    \\\"json\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\",\n    \"language\": \"json\",\n    \"rawDataType\": null,\n    \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[],\\\"url\\\":\\\"https://postman-echo.com/post\\\",\\\"headers\\\":\\\"\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n    \"createdAt\": \"2023-09-01T09:29:54.000Z\",\n    \"updatedAt\": \"2023-09-01T09:29:54.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"16473433-f4a74a54-c003-c27a-8d79-e91c6ea2c5d1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"action\": \"update\"\n    },\n    \"data\": {\n        \"id\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n        \"name\": \"Example Response\",\n        \"status\": null,\n        \"responseCode\": {\n            \"name\": \"OK\",\n            \"code\": 200\n        },\n        \"time\": \"50\",\n        \"headers\": [\n            {\n                \"value\": \"Fri, 01 Sep 2023 07:36:18 GMT\",\n                \"key\": \"Date\"\n            },\n            {\n                \"value\": \"application/json; charset=utf-8\",\n                \"key\": \"Content-Type\"\n            },\n            {\n                \"value\": \"607\",\n                \"key\": \"Content-Length\"\n            },\n            {\n                \"value\": \"keep-alive\",\n                \"key\": \"Connection\"\n            }\n        ],\n        \"cookies\": null,\n        \"mime\": null,\n        \"text\": \"{\\n    \\\"args\\\": {},\\n    \\\"data\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"files\\\": {},\\n    \\\"form\\\": {},\\n    \\\"headers\\\": {\\n        \\\"x-forwarded-proto\\\": \\\"https\\\",\\n        \\\"x-forwarded-port\\\": \\\"443\\\",\\n        \\\"host\\\": \\\"postman-echo.com\\\",\\n        \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9cd12-62f18f3a048796d345508073\\\",\\n        \\\"content-length\\\": \\\"24\\\",\\n        \\\"content-type\\\": \\\"application/json\\\",\\n        \\\"x-api-key\\\": \\\"xxx\\\",\\n        \\\"user-agent\\\": \\\"PostmanRuntime/7.32.3\\\",\\n        \\\"accept\\\": \\\"*/*\\\",\\n        \\\"postman-token\\\": \\\"XXX\\\",\\n        \\\"accept-encoding\\\": \\\"gzip, deflate, br\\\"\\n    },\\n    \\\"json\\\": {\\n        \\\"field\\\": \\\"Value\\\"\\n    },\\n    \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\",\n        \"language\": \"json\",\n        \"rawDataType\": null,\n        \"requestObject\": \"{\\\"data\\\":null,\\\"dataMode\\\":\\\"raw\\\",\\\"dataOptions\\\":{\\\"raw\\\":{\\\"language\\\":\\\"json\\\"}},\\\"headerData\\\":[],\\\"method\\\":\\\"POST\\\",\\\"pathVariableData\\\":[],\\\"queryParams\\\":[],\\\"url\\\":\\\"https://postman-echo.com/post\\\",\\\"headers\\\":\\\"\\\",\\\"pathVariables\\\":{},\\\"protocolProfileBehavior\\\":{\\\"disableBodyPruning\\\":true},\\\"rawModeData\\\":\\\"{\\\\n    \\\\\\\"field\\\\\\\": \\\\\\\"Value\\\\\\\"\\\\n}\\\",\\\"graphqlModeData\\\":{}}\",\n        \"createdAt\": \"2023-09-01T09:29:54.000Z\",\n        \"updatedAt\": \"2023-09-08T12:37:33.000Z\",\n        \"owner\": \"12345678\",\n        \"lastUpdatedBy\": \"12345678\",\n        \"lastRevision\": 32368133468,\n        \"request\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\"\n    },\n    \"revision\": 32473225008\n}"},{"id":"e0ae5097-6fb8-4bfa-be4e-e5e0358d939c","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bad Request\",\n    \"responseCode\": {\n        \"code\": 400,\n        \"name\": \"Bad Request\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"16473433-f4a74a54-c003-c27a-8d79-e91c6ea2c5d1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the response you are looking for\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"94c392fe-291f-4b82-9963-0ec82ae91788","name":"Change Parent Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bad Request\",\n    \"responseCode\": {\n        \"code\": 400,\n        \"name\": \"Bad Request\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"16473433-f4a74a54-c003-c27a-8d79-e91c6ea2c5d1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"changeParentError\",\n        \"message\": \"You can't update the parent. Use transfer instead.\",\n        \"details\": {\n            \"server\": {\n                \"model\": \"request\",\n                \"model_id\": \"d35874f0-f7b3-4625-9096-2b2415444185\"\n            },\n            \"request\": {\n                \"model\": \"request\",\n                \"model_id\": \"e12d2aa6-85c8-4e6c-aad0-1adcfe05c958\"\n            }\n        }\n    }\n}"},{"id":"80eb1f8f-69fd-43b5-850d-3955884a26d5","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bad Request\",\n    \"responseCode\": {\n        \"code\": 400,\n        \"name\": \"Bad Request\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"16473433-f4a74a54-c003-c27a-8d79-e91c6ea2c5d1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"dce61017-cb62-4b39-a933-cbf2ca78f25a"},{"name":"Delete a response","id":"51cd41c3-9b5e-4261-8d46-abb8d549d756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","description":"<p>Deletes a response in a collection. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","responses",":responseId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"description":{"content":"<p>The response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"responseId"}]}},"response":[{"id":"bce35aad-aa4c-42c6-a8da-e724ad48e242","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n    \"meta\": {\n        \"model\": \"response\",\n        \"action\": \"destroy\"\n    },\n    \"data\": {\n        \"id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n        \"owner\": \"12345678\"\n    },\n    \"revision\": 24997417224\n}"},{"id":"a9e2f158-263e-401c-85d3-e35c2d7d471d","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the response you are looking for\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"},{"id":"c693f397-0dc7-43ff-830f-e14bf9ca8dca","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/responses/:responseId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","responses",":responseId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"responseId","value":"cc364734-7dfd-4bfc-897d-be763dcdbb07"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Unauthorized\",\n        \"message\": \"Unauthorized\",\n        \"details\": {\n            \"model\": \"response\",\n            \"model_id\": \"cc364734-7dfd-4bfc-897d-be763dcdbb07\",\n            \"owner\": \"12345678\"\n        }\n    }\n}"}],"_postman_id":"51cd41c3-9b5e-4261-8d46-abb8d549d756"}],"id":"b914ac9d-4a4d-4e62-b50f-0491e9f10555","description":"<p>These endpoints enable you to manage collection responses.</p>\n","_postman_id":"b914ac9d-4a4d-4e62-b50f-0491e9f10555","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"efeda219-66e1-474c-a83b-253d15723bf7","description":"<p>These endpoints enable you to manage a collection's items, such as folders and requests.</p>\n","_postman_id":"efeda219-66e1-474c-a83b-253d15723bf7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Forks","item":[{"name":"Get a collection's forks","id":"67dfad71-2d0e-4412-b865-c32af1411f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/forks","description":"<p>Gets a collection's forked collections. The response returns data for each fork, such as the fork's ID, the user who forked it, and the fork's creation date.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","forks"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by creation date in ascending (<code>asc</code>) or descending (<code>desc</code>) order.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. Thsi value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"a0664759-41f2-49d9-a7fc-e3244178d676","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"createdBy\": \"Taylor Lee\",\n            \"createdAt\": \"2023-11-16T09:18:17.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"87654321-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"createdBy\": \"Alex Cruz\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null\n    }\n}"},{"id":"e6b55f4f-196b-40e8-aa26-9f192fa278f8","name":"Response with cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks?cursor=eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ==","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"query":[{"key":"cursor","value":"eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ=="}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"87654321-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"createdBy\": \"Alex Cruz\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        },\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"createdBy\": \"12345678\",\n            \"createdAt\": \"2023-11-15T08:12:27.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null\n    }\n}"},{"id":"0a63509b-4c21-4bf0-815a-5da057ca2b10","name":"Response with direction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks?direction=asc","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"query":[{"key":"direction","value":"asc"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"createdBy\": \"12345678\",\n            \"createdAt\": \"2023-11-15T08:12:27.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"87654321-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"createdBy\": \"Alex Cruz\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null\n    }\n}"},{"id":"1f82818d-7ebd-46f0-8943-92e3b6109718","name":"Response with limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks?limit=5","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"query":[{"key":"limit","value":"5"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"createdBy\": \"12345678\",\n            \"createdAt\": \"2023-11-15T08:12:27.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"87654321-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"createdBy\": \"Alex Cruz\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        },\n                {\n            \"forkName\": \"My Fork\",\n            \"forkId\": \"12345678-667df1ad-2gnm-7890-b678-7742d82e2e1f\",\n            \"createdBy\": \"Taylor Lee\",\n            \"createdAt\": \"2023-10-03T10:00:07.000Z\"\n        },\n        {\n            \"forkName\": \"Testing\",\n            \"forkId\": \"12345678-667df1ad-2ee3-ifb0-b678-7742d82e2e1f\",\n            \"createdBy\": \"Taylor Lee\",\n            \"createdAt\": \"2023-12-18T00:02:25.000Z\"\n        },\n        {\n            \"forkName\": \"Example Fork\",\n            \"forkId\": \"87654321-667df1ad-efbh-7880-b678-7742d82e2e1f\",\n            \"createdBy\": \"Alex Cruz\",\n            \"createdAt\": \"2023-12-29T02:28:11.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 10,\n        \"nextCursor\": \"eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ==\"\n    }\n}"},{"id":"d499e10a-35f4-4559-a459-f2611c8886c0","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"This collection has no forks.\"\n    }\n}"},{"id":"72dd161a-2cac-4e85-ad37-d4329fc33cdd","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/forks","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","forks"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"}],"_postman_id":"67dfad71-2d0e-4412-b865-c32af1411f2d"},{"name":"Get source collection's status","id":"1b5be0c9-8a9e-459e-8488-16b590fa5d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/source-status","description":"<p>Checks whether there is a change between the forked collection and its parent (source) collection.</p>\n<p>If the value of the <code>isSourceAhead</code> property is <code>true</code> in the response, then there is a difference between the forked collection and its source collection.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint may take a few minutes to return an updated <code>isSourceAhead</code> status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","source-status"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"7415e054-b840-4297-95e7-80700082ba33","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/source-status","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","source-status"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\": {\n            \"isSourceAhead\": false\n        }\n    }\n}"},{"id":"eb69be8e-9989-4a8d-87b7-15d9c37ad5b3","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/source-status","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","source-status"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"The collection is not a forked collection.\"\n    }\n}"},{"id":"c028cd8a-750a-479f-ab7f-7ab3fc954d71","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/source-status","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","source-status"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have enough permissions to perform this action.\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"type\": \"https://api.postman.com/problems/forbidden\"\n}"}],"_postman_id":"1b5be0c9-8a9e-459e-8488-16b590fa5d8b"},{"name":"Get all forked collections","id":"9c461223-e996-4470-bbcb-3a0586730a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/collection-forks","description":"<p>Gets a list of all the authenticated user's forked collections.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections","collection-forks"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by creation date in ascending (<code>asc</code>) or descending (<code>desc</code>) order.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. Thsi value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"8c8192d6-4684-4e5f-b2c1-8c7070e42e58","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/collection-forks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:18:17.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"12345678-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null,\n        \"inaccessibleFork\": 0\n    }\n}"},{"id":"59265d4b-8166-4f51-a0a9-22201b1c81d9","name":"Response with cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/collection-forks?cursor=eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ==","protocol":"https","host":["api","getpostman","com"],"path":["collections","collection-forks"],"query":[{"key":"cursor","value":"eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ=="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:18:17.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"12345678-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null,\n        \"inaccessibleFork\": 0\n    }\n}"},{"id":"5a967b26-a2b1-4dd9-969e-5ba97edb23a0","name":"Response with direction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/collection-forks?direction=asc","protocol":"https","host":["api","getpostman","com"],"path":["collections","collection-forks"],"query":[{"key":"direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-15T08:12:27.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"12345678-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"nextCursor\": null,\n        \"inaccessibleFork\": 0\n    }\n}"},{"id":"91938b4e-06ea-4f0a-8ed3-19c2342c2056","name":"Response with limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/collection-forks?limit=5","protocol":"https","host":["api","getpostman","com"],"path":["collections","collection-forks"],"query":[{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Collection Fork\",\n            \"forkId\": \"12345678-667df1ad-2ee3-7890-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-15T08:12:27.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork\",\n            \"forkId\": \"12345678-38j9f1ad-2ee3-7890-dv5h-7742d82e2e1f\",\n            \"sourceId\": \"87654321-bd46b634-b347-44d4-aa23-8c71ff4ecc4d\",\n            \"createdAt\": \"2023-11-16T09:16:15.000Z\"\n        },\n                {\n            \"forkName\": \"My Fork\",\n            \"forkId\": \"12345678-667df1ad-2gnm-7890-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-8c082f7b-6c1d-4110-9c44-ebe3353ba4e9\",\n            \"createdAt\": \"2023-10-03T10:00:07.000Z\"\n        },\n        {\n            \"forkName\": \"Testing\",\n            \"forkId\": \"12345678-667df1ad-2ee3-ifb0-b678-7742d82e2e1f\",\n            \"sourceId\": \"87654321-5995bdd5-3935-4789-955f-1d5507d602ab\",\n            \"createdAt\": \"2023-12-18T00:02:25.000Z\"\n        },\n        {\n            \"forkName\": \"Example Fork\",\n            \"forkId\": \"12345678-9af28c4f-2974-40c7-a834-e1a2a18cba8f\",\n            \"sourceId\": \"87654321-5995bdd5-3935-4789-955f-1d5507d602ab\",\n            \"createdAt\": \"2023-12-29T02:28:11.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 10,\n        \"nextCursor\": \"eyJpZCI6MzMyNzksImZvcmtzQWZ0ZXIiOjIwfQ==\",\n        \"inaccessibleFork\": 0\n    }\n}"},{"id":"653451a7-c36c-4151-91d7-6810c74487ab","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/collection-forks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"No Postman User found for given filters\"\n    }\n}"},{"id":"d5b788a6-8426-4331-8841-436803c400a2","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/collection-forks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"}],"_postman_id":"9c461223-e996-4470-bbcb-3a0586730a47"},{"name":"Pull source changes","id":"e6533094-cf99-45bc-9637-f9489ff68c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.getpostman.com/collections/:collectionId/pulls","description":"<p>Pulls the changes from a parent (source) collection into the forked collection. In the endpoint's response:</p>\n<ul>\n<li>The <code>destinationId</code> is the ID of the forked collection.</li>\n<li>The <code>sourceId</code> is the ID of the source collection.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","pulls"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The forked collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"4fb68866-bb3a-43db-951a-265f428f47c4","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/pulls","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","pulls"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"destinationId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"sourceId\": \"12345678-45499451-e894-41b8-8c66-8191ab64932a\"\n    }\n}"},{"id":"d2f6d5d8-52b4-433b-926f-157c5f2b1f46","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/pulls","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","pulls"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"The collection is not a forked collection.\"\n    }\n}"},{"id":"e545c3c3-05ce-4ab5-a65a-c77306575bc7","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/pulls","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","pulls"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"notFoundError\",\n        \"message\": \"Fork not found.\"\n    }\n}"}],"_postman_id":"e6533094-cf99-45bc-9637-f9489ff68c29"},{"name":"Create a fork","id":"214f4f93-cbb9-4b86-8a56-76a05eaab9fe","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"label\": \"{{collectionForkName}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/fork/:collectionId?workspace=","description":"<p>Creates a <a href=\"https://learning.postman.com/docs/collaborating-in-postman/version-control/#creating-a-fork\">fork</a> from an existing collection into a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections","fork",":collectionId"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace ID in which to fork the collection.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"fc0da543-1df3-4b98-9407-b0f7b80fd261","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Test Fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/fork/:collectionId?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["collections","fork",":collectionId"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"09547fef-a9a5-4e00-998b-aa563e8db69a\",\n        \"name\": \"Test Collection\",\n        \"fork\": {\n            \"label\": \"Test Fork\",\n            \"createdAt\": \"2022-06-16T19:51:44.069Z\",\n            \"from\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        },\n        \"uid\": \"12345678-09547fef-a9a5-4e00-998b-aa563e8db69a\"\n    }\n}"},{"id":"b98c404a-099d-4106-9d49-d5227fde4558","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Test Fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/fork/:collectionId?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["collections","fork",":collectionId"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"95b0068d-a9b3-4666-8ebd-908d2fe0dae4","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Test Fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/fork/:collectionId?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["collections","fork",":collectionId"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"214f4f93-cbb9-4b86-8a56-76a05eaab9fe"},{"name":"Merge or pull changes into a collection fork","id":"eef2805c-05bb-42aa-b1ee-85dfd30e3dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"{{mergeStrategy}}\",\n    \"source\": \"{{sourceCollectionUid}}\",\n    \"destination\": \"{{destinationCollectionUid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-merges","description":"<p><a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/#merge-changes-from-a-fork\">Merges</a> a forked (source) collection and its parent (destination) collection asynchronously. To pull changes into a fork, pass the forked collection's ID as the <code>destination</code> value and the parent collection ID as the <code>source</code> value.</p>\n<p>The response returns a task <code>id</code> value, which you can use to track the merge's status with the GET <code>/collection-merges-tasks/{taskId}</code> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-merges"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"6a963fd2-6ac0-4bd5-b2b0-34beb5fb5421","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"default\",\n    \"source\": \"12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"destination\": \"12345678-b04fa319-3e7e-4fa3-b6a2-f5b29ad67583\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-merges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"id\": \"pm~vc:merge-workflow~12345678-4824989b-cd77-4e2f-856c-1ff2a3e9aaca\",\n        \"status\": \"in-progress\"\n    }\n}"},{"id":"44b933bd-6d1a-4e05-83f2-666696a4c07a","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"default\",\n    \"destination\": \"20891195-b04fa319-3e7e-4fa3-b6a2-f5b29ad67583\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-merges"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Some validation errors occurred\"\n}"},{"id":"48659278-83a8-40dd-9b8f-fdbfff0da9fb","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"default\",\n    \"source\": \"12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"destination\": \"12345678-b04fa319-3e7e-4fa3-b6a2-f5b29ad67583\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-merges"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"ac5e56c8-2ebd-4cb3-b58e-a4cf1113c93b","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"default\",\n    \"source\": \"12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"destination\": \"12345678-b04fa319-3e7e-4fa3-b6a2-f5b29ad67583\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-merges"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You need Editor role on the destination entity and Viewer role on the source entity to merge changes. Additionally, you may also need Editor role on the source entity to update or delete while merging.\",\n    \"status\": 403\n}"}],"_postman_id":"eef2805c-05bb-42aa-b1ee-85dfd30e3dae"},{"name":"Get merge or pull task status","id":"5dbd5fef-badb-4d53-80a8-b7e9153776bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-merges-tasks/:taskId","description":"<p>Gets the status of a collection's merge or a pull changes task.</p>\n<p><strong>Note:</strong></p>\n<p>After a merge's success or failure, the task's status is only available for a period of 24 hours. Afterwards, this endpoint returns an HTTP <code>404 Not Found</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-merges-tasks",":taskId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The task's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"31a41c16-24d8-4327-869e-3f7ba80958cc","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"status\": \"successful\"\n}"},{"id":"98992a09-2c8d-4da7-bde5-fd7dd59e2852","name":"In Progress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"status\": \"in-progress\"\n}"},{"id":"ee929f97-880c-4806-9cb6-49477eac9029","name":"Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3\",\n    \"status\": \"failed\",\n    \"details\": {\n        \"error\": {\n            \"message\": \"All conflicts have not be resolved\"\n        }\n    }\n}"},{"id":"16301664-e50d-4bcb-85aa-c2cc57652cdd","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"22e45b06-fe4b-4607-b659-0c5450dc0217","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have enough permissions to perform this action.\",\n    \"status\": 403\n}"},{"id":"13322284-c636-4c73-bbba-8d9b41df2f14","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-merges-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-merges-tasks",":taskId"],"variable":[{"key":"taskId","value":"pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Task not found\",\n    \"status\": 404,\n    \"detail\": \"Workflow :: pm~vc:merge-workflow~12345678-5a027c05-056b-49f5-ac9d-37c29f2d91c3 not found\"\n}"}],"_postman_id":"5dbd5fef-badb-4d53-80a8-b7e9153776bf"}],"id":"8f32e687-250a-4252-b16d-08a559c3d55c","description":"<p>These endpoints enable you to manage collection <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-entities/\">forks</a>.</p>\n","_postman_id":"8f32e687-250a-4252-b16d-08a559c3d55c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Pull Requests","item":[{"name":"Get a collection's pull requests","id":"cc36faaf-7eb3-48fa-87f0-3390291349fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectiondUid/pull-requests","description":"<p>Gets information about a collection's pull requests, such as the source and destination IDs, status of the pull requests, and a URL link to the pull requests.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectiondUid","pull-requests"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectiondUid"}]}},"response":[{"id":"c69b587a-98ec-4355-9a80-5ed700edc5ab","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2024-02-20T09:55:46.000Z\",\n            \"updatedAt\": \"2024-02-20T09:58:38.000Z\",\n            \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n            \"href\": \"/pull-requests/4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n            \"sourceId\": \"87654321-3b79068c-dbe5-41d5-a826-51be4bf646ef\",\n            \"destinationId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"title\": \"Open PR\",\n            \"description\": \"This is an open pull request.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"status\": \"open\"\n        },\n        {\n            \"createdAt\": \"2024-02-20T09:58:57.000Z\",\n            \"updatedAt\": \"2024-02-20T09:58:57.000Z\",\n            \"id\": \"ac959187-568f-4e5e-9d17-584eb44fbed2\",\n            \"href\": \"/pull-requests/ac959187-568f-4e5e-9d17-584eb44fbed2\",\n            \"sourceId\": \"87654321-e50a18a3-0dcd-49cb-afa5-d3a82cdf6134\",\n            \"destinationId\": \"12345678-24f57217-1169-4b7c-a810-0e957c04eaa5\",\n            \"title\": \"Approved PR\",\n            \"description\": \"This is an approved PR.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"status\": \"approved\"\n        },\n        {\n            \"createdAt\": \"2024-02-20T09:55:46.000Z\",\n            \"updatedAt\": \"2024-02-20T09:58:38.000Z\",\n            \"id\": \"eda21e1f-8688-43aa-8660-35337dbac04b\",\n            \"href\": \"/pull-requests/eda21e1f-8688-43aa-8660-35337dbac04b\",\n            \"sourceId\": \"87654321-4beee503-1a7a-4925-a165-16fc29eaad22\",\n            \"destinationId\": \"12345678-c7f30bd9-5cc7-4569-a5fe-92270af33c6c\",\n            \"title\": \"Declined PR\",\n            \"description\": \"This is a declined PR.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\":\"12345678\",\n            \"status\": \"declined\",\n            \"comment\": \"Missing information.\"\n        }\n    ]\n}"},{"id":"13103b61-c080-47fb-8102-3d8c43cd749b","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You need Viewer role on both source and destination collections to view pull requests. Please contact collection editors to grant additional access to you.\",\n    \"status\": 403\n}"}],"_postman_id":"cc36faaf-7eb3-48fa-87f0-3390291349fe"},{"name":"Create a pull request","id":"b888fae1-93c9-4970-9ed6-9b653d1b6e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{pullRequestTitle}}\",\n    \"description\": \"{{pullRequesetDescription}}\",\n    \"reviewers\": [\n        \"{{userId}}\"\n    ],\n    \"destinationId\": \"{{destinationCollectionId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectiondUid/pull-requests","description":"<p>Creates a pull request for a forked collection into its parent collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectiondUid","pull-requests"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectiondUid"}]}},"response":[{"id":"86e4fdf2-1027-4680-ae31-56f35d566229","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"reviewers\": [\n        \"87654321\",\n        \"56781234\"\n    ],\n    \"destinationId\": \"12345678-ec548788-unftw-rgn8-83b8-0b59798648e4\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"createdAt\": \"2024-02-20T09:55:46.000Z\",\n    \"updatedAt\": \"2024-02-20T09:58:57.000Z\",\n    \"sourceId\": \"87654321-3b79068c-dbe5-41d5-a826-51be4bf646ef\",\n    \"destinationId\": \"12345678-ec548788-unftw-rgn8-83b8-0b59798648e4\",\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"createdBy\": \"12345678\",\n    \"status\": \"open\"\n}"},{"id":"67a0781e-df2d-4546-b2be-1ceb819a5caf","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"reviewers\": [\n        \"87654321\",\n        \"56781234\"\n    ],\n    \"destinationId\": \"12345678-ec548788-unftw-rgn8-83b8-0b59798648e4\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Duplicate pull request\",\n    \"detail\": \"A pull request for this source and destination already exists.\",\n    \"status\": 400\n}"},{"id":"3868c77e-a14c-4390-85b6-14e0b36f9647","name":"Invalid Fork Source","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"reviewers\": [\n        \"87654321\",\n        \"56781234\"\n    ],\n    \"destinationId\": \"12345678-ec548788-unftw-rgn8-83b8-0b59798648e4\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"Fork relation not found\"\n    \n}"},{"id":"cf630043-8c46-4247-954c-bf18fc39e443","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"reviewers\": [\n        \"87654321\",\n        \"56781234\"\n    ],\n    \"destinationId\": \"12345678-ec548788-unftw-rgn8-83b8-0b59798648e4\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/pull-requests","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","pull-requests"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You and all reviewers need Viewer access on both source and destination collections.\",\n    \"status\": 403\n}"}],"_postman_id":"b888fae1-93c9-4970-9ed6-9b653d1b6e94"}],"id":"6880f946-4948-42df-b0dc-94797d811f4e","description":"<p>These endpoints enable you to manage your Postman Collection's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/creating-pull-requests/\">pull requests</a>. Pull requests allow reviewers to look at your changes. Reviewers can make comments on your changes and will decide whether to approve them and merge them into the parent collection.</p>\n","_postman_id":"6880f946-4948-42df-b0dc-94797d811f4e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Transformations","item":[{"name":"Transform collection to OpenAPI","id":"aeceb96d-2ba6-48ea-b0df-71661491dac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/transformations","description":"<p>Transforms an existing Postman Collection into a stringified OpenAPI definition.</p>\n<p><strong>Note:</strong></p>\n<p>This does <strong>not</strong> create an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","transformations"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return the OpenAPI definition in the given format:</p>\n<ul>\n<li><code>json</code> (default)</li>\n<li><code>yaml</code></li>\n</ul>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"bd0c4a89-36ea-437f-8145-e440aa848015","name":"Successful JSON Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/transformations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","transformations"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"output\": \"{\\n  \\\"openapi\\\": \\\"3.0.3\\\",\\n  \\\"info\\\": {\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\\n\\\\nContact Support:\\\\n Name: Jon\\\",\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"contact\\\": {}\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"get\\\": {\\n        \\\"tags\\\": [\\n          \\\"spacecrafts\\\",\\n          \\\"{spacecraftId}\\\"\\n        ],\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"description\\\": \\\"Read a spacecraft\\\",\\n        \\\"operationId\\\": \\\"readASpacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"object\\\",\\n                  \\\"properties\\\": {\\n                    \\\"description\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"<string>\\\"\\n                    },\\n                    \\\"id\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"<string>\\\"\\n                    },\\n                    \\\"name\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"<string>\\\"\\n                    },\\n                    \\\"type\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"satellite\\\"\\n                    }\\n                  }\\n                },\\n                \\\"examples\\\": {\\n                  \\\"The spacecraft corresponding to the provided `spacecraftId`\\\": {\\n                    \\\"value\\\": {\\n                      \\\"description\\\": \\\"<string>\\\",\\n                      \\\"id\\\": \\\"<string>\\\",\\n                      \\\"name\\\": \\\"<string>\\\",\\n                      \\\"type\\\": \\\"satellite\\\"\\n                    }\\n                  }\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"object\\\",\\n                  \\\"properties\\\": {\\n                    \\\"message\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"<string>\\\"\\n                    }\\n                  }\\n                },\\n                \\\"examples\\\": {\\n                  \\\"No spacecraft found for the provided `spacecraftId`\\\": {\\n                    \\\"value\\\": {\\n                      \\\"message\\\": \\\"<string>\\\"\\n                    }\\n                  }\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"object\\\",\\n                  \\\"properties\\\": {\\n                    \\\"message\\\": {\\n                      \\\"type\\\": \\\"string\\\",\\n                      \\\"example\\\": \\\"<string>\\\"\\n                    }\\n                  }\\n                },\\n                \\\"examples\\\": {\\n                  \\\"Unexpected error\\\": {\\n                    \\\"value\\\": {\\n                      \\\"message\\\": \\\"<string>\\\"\\n                    }\\n                  }\\n                }\\n              }\\n            }\\n          }\\n        }\\n      },\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"example\\\": \\\"<string>\\\"\\n          },\\n          \\\"description\\\": \\\"(Required) The unique identifier of the spacecraft\\\"\\n        }\\n      ]\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"securitySchemes\\\": {\\n      \\\"apiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\",\\n        \\\"in\\\": \\\"header\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"apiKey\\\": []\\n    }\\n  ],\\n  \\\"tags\\\": [\\n    {\\n      \\\"name\\\": \\\"spacecrafts\\\"\\n    },\\n    {\\n      \\\"name\\\": \\\"{spacecraftId}\\\"\\n    }\\n  ]\\n}\"\n}"},{"id":"a4b42ab8-093e-4c00-a7d2-d2d19f447f0a","name":"Successful YAML Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/transformations?format=yaml","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","transformations"],"query":[{"key":"format","value":"yaml"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"output\": \"openapi: 3.0.3\\ninfo:\\n  title: Sample API\\n  description: |-\\n    Buy or rent spacecrafts\\n\\n    Contact Support:\\n     Name: Jon\\n  version: 1.0.0\\n  contact: {}\\nservers:\\n  - url: example.com\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    get:\\n      tags:\\n        - spacecrafts\\n        - \\\"{spacecraftId}\\\"\\n      summary: Read a spacecraft\\n      description: Read a spacecraft\\n      operationId: readASpacecraft\\n      responses:\\n        \\\"200\\\":\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                type: object\\n                properties:\\n                  description:\\n                    type: string\\n                    example: <string>\\n                  id:\\n                    type: string\\n                    example: <string>\\n                  name:\\n                    type: string\\n                    example: <string>\\n                  type:\\n                    type: string\\n                    example: satellite\\n              examples:\\n                The spacecraft corresponding to the provided `spacecraftId`:\\n                  value:\\n                    description: <string>\\n                    id: <string>\\n                    name: <string>\\n                    type: satellite\\n        \\\"404\\\":\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                type: object\\n                properties:\\n                  message:\\n                    type: string\\n                    example: <string>\\n              examples:\\n                No spacecraft found for the provided `spacecraftId`:\\n                  value:\\n                    message: <string>\\n        \\\"500\\\":\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                type: object\\n                properties:\\n                  message:\\n                    type: string\\n                    example: <string>\\n              examples:\\n                Unexpected error:\\n                  value:\\n                    message: <string>\\n    parameters:\\n      - name: spacecraftId\\n        in: path\\n        required: true\\n        schema:\\n          type: string\\n          example: <string>\\n        description: (Required) The unique identifier of the spacecraft\\ncomponents:\\n  securitySchemes:\\n    apiKey:\\n      type: apiKey\\n      name: X-Api-Key\\n      in: header\\nsecurity:\\n  - apiKey: []\\ntags:\\n  - name: spacecrafts\\n  - name: \\\"{spacecraftId}\\\"\\n\"\n}"},{"id":"fd12f3cf-2a4a-43fd-9796-7e4fea92f2f5","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/transformations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","transformations"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401,\n    \"instance\": \"/collections/{collectionId}/apis\"\n}"},{"id":"21259464-eb89-4dd1-8268-834c932a51e0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/transformations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","transformations"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"instance\": \"/collections/{collectionId}/apis\"\n}"},{"id":"f29c6a12-ba21-45f5-a2fc-f0b0a05071fe","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/transformations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","transformations"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500,\n    \"instance\": \"/collections/{collectionId}/apis\"\n}"}],"_postman_id":"aeceb96d-2ba6-48ea-b0df-71661491dac3"}],"id":"69a8a3f9-a8ee-40e1-b1d2-a3d970a4afa3","description":"<p>These endpoints enable you to transform Postman Collections to other formats, such as OpenAPI.</p>\n","_postman_id":"69a8a3f9-a8ee-40e1-b1d2-a3d970a4afa3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Transfers","item":[{"name":"Transfer folders","id":"8489855a-a47c-428d-8f82-d5f3830fbc0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"{{folderUid}}\"\n    ],\n    \"target\": {\n        \"model\": \"{{modelType}}\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"location\": {\n        \"position\": \"{{position}}\",\n        \"model\": \"{{modelId}}\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"mode\": \"{{modeType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-folders-transfers","description":"<p>Copies or moves folders into a collection or folder.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-folders-transfers"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"3af417eb-c9e4-4a67-99c1-e274aa4c64f0","name":"Copy Folder to Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ],\n    \"target\": {\n        \"model\": \"collection\",\n        \"id\": \"12345678-2ba6b9c4-5327-4c46-9bf3-4ec84b74b720\"\n    },\n    \"location\": {\n        \"position\": \"end\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"copy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-folders-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ]\n}"},{"id":"32f27cff-7bf9-48ef-a786-3e968f6b321a","name":"Move Folder to a Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ],\n    \"target\": {\n        \"model\": \"collection\",\n        \"id\": \"12345678-2ba6b9c4-5327-4c46-9bf3-4ec84b74b720\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-folders-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ]\n}"},{"id":"f8060f58-1e0b-446b-ab2d-296a6b45599b","name":"Move Folder Before Another Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ],\n    \"target\": {\n        \"model\": \"collection\",\n        \"id\": \"12345678-2ba6b9c4-5327-4c46-9bf3-4ec84b74b720\"\n    },\n    \"location\": {\n        \"position\": \"before\",\n        \"model\": \"folder\",\n        \"id\": \"12345678-45499451-e894-41b8-8c66-8191ab64932a\"\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-folders-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bd1\"\n    ]\n}"},{"id":"a56df533-5560-4852-a6be-f44d0259903e","name":"Invalid ids Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678\"\n    ],\n    \"target\": {\n        \"model\": \"collection\",\n        \"id\": \"12345678-2ba6b9c4-5327-4c46-9bf3-4ec84b74b720\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-folders-transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Error\",\n    \"title\": \"One or more folder ids provided were not found\",\n    \"detail\": {\n        \"missing\": [\n            \"12345678\"\n        ]\n    }\n}\n"}],"_postman_id":"8489855a-a47c-428d-8f82-d5f3830fbc0c"},{"name":"Transfer requests","id":"cc197fee-af62-4a78-af0c-921a6c076e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"{{requestUid}}\"\n    ],\n    \"target\": {\n        \"model\": \"{{modelType}}\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"location\": {\n        \"position\": \"{{position}}\",\n        \"model\": \"{{modelId}}\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"mode\": \"{{modeType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers","description":"<p>Copies or moves requests into a collection or folder.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-requests-transfers"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"1a96fd59-2dae-4c76-9928-089e4cc0b996","name":"Copy Request to Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ],\n    \"target\": {\n        \"model\": \"collection\",\n        \"id\": \"12345678-6ce99ba5-fd64-40d5-b4f1-3569df4554a0\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"copy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ]\n}"},{"id":"0621f17b-9cc5-4413-aa7f-9cb79fb96fac","name":"Move Request to Top of Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ],\n    \"target\": {\n        \"model\": \"folder\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ]\n}"},{"id":"f4bd1b4d-e035-4e18-bdb3-dbd58ad0aabb","name":"Move Request After Another Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ],\n    \"target\": {\n        \"model\": \"folder\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9\"\n    },\n    \"location\": {\n        \"position\": \"after\",\n        \"model\": \"request\",\n        \"id\": \"12345678-78749c26-69c7-4c07-8fca-8055d1a732db\"\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ]\n}"},{"id":"40df1a4f-0b79-4270-a3f7-4d3a8ea4b154","name":"Invalid ids Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678\"\n    ],\n    \"target\": {\n        \"model\": \"folder\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Error\",\n    \"title\": \"One or more request ids provided were not found\",\n    \"detail\": {\n        \"missing\": [\n            \"12345678\"\n        ]\n    }\n}\n"},{"id":"7535b80d-627c-447e-a938-9d3bc7c0abfb","name":"Target Folder Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ],\n    \"target\": {\n        \"model\": \"folder\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-requests-transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Error\",\n    \"title\": \"Target folder 12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9 not found\",\n    \"detail\": {}\n}\n"}],"_postman_id":"cc197fee-af62-4a78-af0c-921a6c076e44"},{"name":"Transfer responses","id":"255870d9-d386-47aa-b755-42c6c47aa36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"{{responseUid}}\"\n    ],\n    \"target\": {\n        \"model\": \"request\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"location\": {\n        \"position\": \"{{position}}\",\n        \"model\": \"response\",\n        \"id\": \"{{modelUid}}\"\n    },\n    \"mode\": \"{{modeType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-responses-transfers","description":"<p>Copies or moves responses into a request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-responses-transfers"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"5508fa4a-137a-4a77-b794-66926e7183ed","name":"Copy Response to Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-4b81b7c8-62c0-4cb0-b69d-0f256f1baddc\"\n    ],\n    \"target\": {\n        \"model\": \"request\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb8\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"copy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-responses-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-a9b481c1-3e78-4af7-8db0-dce3f3f3c105\"\n    ]\n}"},{"id":"6e28b17b-9628-4124-9bc3-ac9889c1cb29","name":"Move Response to Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-4b81b7c8-62c0-4cb0-b69d-0f256f1baddc\"\n    ],\n    \"target\": {\n        \"model\": \"request\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb8\"\n    },\n    \"location\": {\n        \"position\": \"end\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-responses-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-a9b481c1-3e78-4af7-8db0-dce3f3f3c105\"\n    ]\n}"},{"id":"d7d6a2c7-150b-4dfe-8198-f9b3511d0ae9","name":"Move Response Before Another Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-4b81b7c8-62c0-4cb0-b69d-0f256f1baddc\"\n    ],\n    \"target\": {\n        \"model\": \"request\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb8\"\n    },\n    \"location\": {\n        \"position\": \"before\",\n        \"model\": \"response\",\n        \"id\": \"12345678-80812b16-ac27-45b3-b3eb-793f78530d32\"\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-responses-transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ids\": [\n        \"12345678-a9b481c1-3e78-4af7-8db0-dce3f3f3c105\"\n    ]\n}"},{"id":"ce2cef3e-7bf1-4e4a-a5c2-02fb9dd4624f","name":"Invalid target Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"12345678-3a2069a1-aeb6-462c-ada0-8629858199ba\"\n    ],\n    \"target\": {\n        \"model\": \"folder\",\n        \"id\": \"12345678-bcb5648b-eecb-4468-ade7-4efb38431bb9\"\n    },\n    \"location\": {\n        \"position\": \"start\",\n        \"model\": null,\n        \"id\": null\n    },\n    \"mode\": \"move\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collection-responses-transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Error\",\n    \"title\": \"Cannot transfer response to target model type folder\",\n    \"detail\": {}\n}\n"}],"_postman_id":"255870d9-d386-47aa-b755-42c6c47aa36e"}],"id":"507b324e-e208-4e2c-9b7a-c658e20dfa73","description":"<p>These endpoints enable you to move collection items between different collections or folders.</p>\n","_postman_id":"507b324e-e208-4e2c-9b7a-c658e20dfa73","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Roles","item":[{"name":"Get a collection's roles","id":"a160ff7d-d350-4db5-b7a1-df8138d1f14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId/roles","description":"<p>Gets information about all <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#collection-roles\">roles</a> in a collection. The response returns the IDs of all users, teams, and groups with access to view or edit the collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","roles"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"ac5d19f5-402b-4603-ba11-80fd93533157","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"group\": [\n        {\n            \"role\": \"VIEWER\",\n            \"id\": 321\n        }\n    ],\n    \"team\": [\n        {\n            \"role\": \"EDITOR\",\n            \"id\": 123\n        }\n    ],\n    \"user\": [\n        {\n            \"role\": \"VIEWER\",\n            \"id\": 12345678\n        },\n        {\n            \"role\": \"EDITOR\",\n            \"id\": 87654321\n        }\n    ]\n}"},{"id":"4afab654-9e7f-4a26-b332-4d24fc96c968","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"An API key must be provided in the request header or query string\",\n    \"status\": 401\n}"},{"id":"dea81be4-ce57-4154-bbc5-9a851453bd24","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Resource cannot be accessed\",\n    \"detail\": \"Inadequate permissions. Resource access forbidden.\",\n    \"status\": 403\n}"},{"id":"dee5fbbd-7c79-4d7a-bc2a-7c6fb6cdbac5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"We could not find the collection you are looking for\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"bc87d959-26ec-4c3c-81e0-8081292fbbf1","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"a160ff7d-d350-4db5-b7a1-df8138d1f14c"},{"name":"Update a collection's roles","id":"7a2a4d85-113c-464b-a076-1a754d9df593","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"{{pathValue}}\",\n            \"value\": [\n                {\n                    \"id\": {{id}},\n                    \"role\": \"{{collectionRoleId}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/roles","description":"<p>Updates the roles of users, groups, or teams in a collection. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Only users assigned the <code>EDITOR</code> <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#collection-roles\">role</a> in the collection can use this endpoint.</p>\n</li>\n<li><p>This endpoint does not support the external <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Partner or Guest roles</a>.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","roles"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"da1901bd-2fe3-41dc-80fa-75cb4c149d69","name":"No Content","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"/group\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": 12345678,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 87654321,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/team\",\n            \"value\": [\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                },\n                {\n                    \"id\": 543,\n                    \"role\": \"EDITOR\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e0045016-5c24-4b1d-bfcf-a68256116c96","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Missing properties: 'path'\",\n    \"detail\": \"PATCH request body for '/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2/roles/roles' failed to validate schema. Location: /properties/roles/items/required\",\n    \"status\": 400\n}"},{"id":"8bc4af5f-ffaa-4cb7-b979-7cea302ae5c7","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"/group\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": 12345678,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 87654321,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/team\",\n            \"value\": [\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                },\n                {\n                    \"id\": 543,\n                    \"role\": \"EDITOR\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"An API key must be provided in the request header or query string\",\n    \"status\": 401\n}"},{"id":"c341b050-cc0c-4087-87f3-f82324cb7d73","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"/group\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": 12345678,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 87654321,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/team\",\n            \"value\": [\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                },\n                {\n                    \"id\": 543,\n                    \"role\": \"EDITOR\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Resource cannot be accessed\",\n    \"detail\": \"Inadequate permissions. Resource access forbidden.\",\n    \"status\": 403\n}"},{"id":"336387a2-e884-45bf-9d87-4ee2bbb6e01e","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"/group\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": 12345678,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 87654321,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/team\",\n            \"value\": [\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                },\n                {\n                    \"id\": 543,\n                    \"role\": \"EDITOR\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"We could not find the collection you are looking for\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"bc0df500-57df-4793-a51b-7db526063615","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"update\",\n            \"path\": \"/group\",\n            \"value\": [\n                {\n                    \"id\": 12345,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": 12345678,\n                    \"role\": \"EDITOR\"\n                },\n                {\n                    \"id\": 87654321,\n                    \"role\": \"VIEWER\"\n                }\n            ]\n        },\n        {\n            \"op\": \"update\",\n            \"path\": \"/team\",\n            \"value\": [\n                {\n                    \"id\": 123,\n                    \"role\": \"VIEWER\"\n                },\n                {\n                    \"id\": 543,\n                    \"role\": \"EDITOR\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/roles","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","roles"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"7a2a4d85-113c-464b-a076-1a754d9df593"}],"id":"52ddceda-bfff-481d-a554-136f2ca8b0f2","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#collection-roles\">collection roles</a>.</p>\n","_postman_id":"52ddceda-bfff-481d-a554-136f2ca8b0f2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Comments","item":[{"name":"Get a collection's comments","id":"a6582e0a-9382-4760-8b91-53a8aa6cb8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/comments","description":"<p>Gets all comments left by users in a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"}]}},"response":[{"id":"2b12b529-76d9-498c-b6df-6bd28f484214","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"17387df0-50c9-497c-95f3-87c5c5522698","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"e4b232d8-198d-4c10-a5db-66f5c543576e","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\":  \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"ed99124f-3a7a-4786-95d7-022d61b889d6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"3fef98d6-f028-4103-a4d2-bc87639f2558","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"a6582e0a-9382-4760-8b91-53a8aa6cb8d7"},{"name":"Create a collection comment","id":"edbe04ac-5bf7-45b5-891b-1293197f2c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": \"{{threadId}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/comments","description":"<p>Creates a comment on a collection.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"}]}},"response":[{"id":"133d1e9b-7110-4238-8786-5896cf73f616","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"ae4f0ee2-8ada-4e95-9115-cbb570078472","name":"Reply to Comment Thread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"1aad6d1d-1408-4814-8e1c-138cb6f76665","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"44779e3b-4c30-4795-b09e-d42037d397dc","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"f144c941-6440-4c6d-8ad2-98b0293b2407","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\":  \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"44a1b16a-4866-45fe-8eb0-1b76846f211c","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"92b8d8ae-dbb8-4eb8-a09c-7375ac07ec0a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"edbe04ac-5bf7-45b5-891b-1293197f2c20"},{"name":"Update a collection's comment","id":"51c7c53c-bb9f-4507-96cd-aaf9a63ab5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","description":"<p>Updates a comment on a collection.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"47344ca6-5d25-4234-95e1-48f8c0e4b385","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"67e63a82-ad1d-4460-bfa2-506aa29e4d6c","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example. @alex-cruz\"\n    }\n}"},{"id":"7cce3f06-8309-41ac-a565-f190556547cc","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"c5fb4a85-a902-49bd-88c2-d1496f9a4d24","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\":  \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"a48c1dda-60f7-4a84-a158-a463469883d9","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"64afbebb-609b-4713-9356-60f81d727182","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"51c7c53c-bb9f-4507-96cd-aaf9a63ab5dd"},{"name":"Delete a collection's comment","id":"6d396cb8-bbd1-41a3-b32e-85e9f8da376f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","description":"<p>Deletes a comment from a collection. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"commentId"}]}},"response":[{"id":"5731c365-e53a-4403-aeea-5b67dc1b9e0b","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"11e102bd-d18c-4e3d-9dba-df1ddb85f612","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"0cdaf061-3edf-42db-af2d-aca27c3a224b","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"link\":   \"https://api.postman.com/problems/forbidden\",\n    \"title\":  \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"59554ef8-9f13-4a0f-ae4f-cd5367e8d6fc","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"a7951840-205d-4ef4-99e2-b3d2e8525da9","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","comments",":commentId"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"6d396cb8-bbd1-41a3-b32e-85e9f8da376f"}],"id":"9ff12786-452c-45e4-9dd1-6819a000434f","description":"<p>These endpoints enable you to manage comments on a collection. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"9ff12786-452c-45e4-9dd1-6819a000434f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Tags","item":[{"name":"Get a collection's tags","id":"5d5f1690-ab82-404d-9f82-e02916fb8907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/tags","description":"<p>Gets all the tags associated with a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"}]}},"response":[{"id":"509fcae8-57a8-41bb-9b68-0c5c6283f247","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}"},{"id":"af68b710-3c1f-46b1-a363-1a81da8148a9","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"1f0c9455-bc1a-4708-9787-1689b66447e0","name":"Invalid Credentials","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"899a004a-925e-4fc3-a229-80cfaf47e828","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"62be00aa-b4a2-4ace-8462-dc2dd6d511c9","name":"Not Enterprise","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"cad71d4e-60e4-4917-b640-37b871a50ad0","name":"No View Permissions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"status\": 403,\n    \"detail\": \"You do not have view permission\",\n    \"instance\": \"/tags/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"211154bc-5e9a-4d66-9712-b03e2b3f0ece","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"5d5f1690-ab82-404d-9f82-e02916fb8907"},{"name":"Update a collection's tags","id":"b6d5cb8c-3914-4a2a-9e4b-7675ee84577a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"{{tagName}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/tags","description":"<p>Updates a collection's associated tags. This endpoint replaces all existing tags with those you pass in the request body.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You can only add a maximum of five tags to a collection.</p>\n</li>\n<li><p>Tags must be between 2 and 64 characters long.</p>\n</li>\n<li><p>Tags must follow the <code>^[a-z][a-z0-9-]\\\\\\\\\\\\*[a-z0-9]+$</code> pattern.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"}]}},"response":[{"id":"b7e9ce40-3b54-4d28-9a6f-4071bec57e15","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}"},{"id":"23d8c4a8-3185-46ba-9f82-e4c2a0d2fd13","name":"Tag Exceeds Max Size","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"oS1Z9gHS9lDaAhX3xu0ekJRZwt0CPIikGYApohSPJVu3n3iiHxdISMqMFVo6wPf8N\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must NOT have more than 64 characters\",\n    \"status\": 400\n}"},{"id":"4e74dddf-ddc6-4d4c-9c8b-f4bc5a403a48","name":"Exceeds Max Number of Tags","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        },\n        {\n            \"slug\": \"test-collection\"\n        },\n        {\n            \"slug\": \"preview\"\n        },\n        {\n            \"slug\": \"pre-release\"\n        },\n        {\n            \"slug\": \"api-team\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/badrequest\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags must NOT have more than 5 items\",\n    \"status\": 400\n}"},{"id":"6748c04a-2788-48e1-ac47-5a0bb402b1e5","name":"Special Character Present","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"test-api!\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"a5b403bc-1986-4855-bd60-96504e93d598","name":"Missing tags Object","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"error\": \"Bad Request\",\n    \"message\": \"body must have required property 'tags'\"\n}"},{"id":"f43cbe1b-b2ef-43cd-a9fd-f934a2916f22","name":"Tag Does Not Start with Letter","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"1test\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"d7a66441-d720-4e10-8469-3422b415f211","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"0548e599-75e1-46b5-b587-be508f0ee423","name":"Invalid Credentials","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"4522224d-f91a-4c0b-9cb3-bf6e9de2afdc","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"2c993a9a-b696-4737-92f2-828630158748","name":"Not Enterprise","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"b81b8ea1-812e-4b82-b755-02c5f4158968","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/tags","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","tags"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"b6d5cb8c-3914-4a2a-9e4b-7675ee84577a"}],"id":"ac30eddb-71e9-4cc6-9ee5-d60da94db381","description":"<p>These endpoints enable you to manage collection tags with Postman's <a href=\"https://learning.postman.com/docs/collections/using-collections/#tagging-a-collection\">tagging</a> feature. Tagging is available on Postman <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b> plans</a>.</p>\n","_postman_id":"ac30eddb-71e9-4cc6-9ee5-d60da94db381","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Collection Access Keys","item":[{"name":"Get collection access keys","id":"dc45b860-5810-4503-b2d4-3a4b10686e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-access-keys","description":"<p>Gets the authenticated user's personal and team <a href=\"https://learning.postman.com/docs/developer/postman-api/authentication/#generate-a-collection-access-key\">collection access keys</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The <code>expiresAfter</code> property in the response represents the date and time at which the access key expires. Collection access keys are valid for 60 days. If unused, the access key expires after 60 days. If someone uses the access key, then its expiration date increases by another 60 days.</p>\n</li>\n<li><p>If the collection key is unused, the <code>lastUsedAt</code> property in the response returns an empty string.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-access-keys"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Filter the results by a collection's unique ID.</p>\n","type":"text/plain"},"key":"collectionId","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[]}},"response":[{"id":"76e72eee-3017-4195-aeb5-d677d56c6aa2","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.getpostman.com/collection-access-keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0\",\n            \"token\": \"PMAT-**********************43BR\",\n            \"status\": \"ACTIVE\",\n            \"teamId\": 123,\n            \"userId\": 12345678,\n            \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"expiresAfter\": \"2024-06-11T13:21:11.000Z\",\n            \"lastUsedAt\": \"\",\n            \"createdAt\": \"2024-04-12T13:21:11.000Z\",\n            \"updatedAt\": \"2024-04-09T11:00:53.000Z\"\n        },\n        {\n            \"id\": \"K7yJPzQ18BC7Snm09PXL12RMmnq57hQorFJW8JnCKhQ11JmNQiTlgXnQ1p93jGYN\",\n            \"token\": \"PMAT-**********************51FZ\",\n            \"status\": \"ACTIVE\",\n            \"teamId\": 123,\n            \"userId\": 56781234,\n            \"collectionId\": \"56781234-68e5e7ac-c134-45f4-9770-40e72f3fc474\",\n            \"expiresAfter\": \"2024-06-11T13:21:11.000Z\",\n            \"lastUsedAt\": \"2024-04-29T08:24:23.000Z\",\n            \"createdAt\": \"2024-04-22T10:11:00.000Z\",\n            \"updatedAt\": \"2024-04-22T10:11:00.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"b2Zmc2V0PTEwJmxpbWl0PTEw\",\n        \"prevCursor\": \"\"\n    }\n}"},{"id":"108a0860-c371-4614-9cda-a8e27e477101","name":"Filter by collectionId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys?collectionId=12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys"],"query":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0\",\n            \"token\": \"PMAT-**********************43BR\",\n            \"status\": \"ACTIVE\",\n            \"teamId\": 123,\n            \"userId\": 12345678,\n            \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"expiresAfter\": \"2024-06-11T13:21:11.000Z\",\n            \"lastUsedAt\": \"\",\n            \"createdAt\": \"2024-04-12T13:21:11.000Z\",\n            \"updatedAt\": \"2024-04-09T11:00:53.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"prevCursor\": \"\"\n    }\n}"},{"id":"85bdd9e1-c88a-46c1-8c94-64bebed1dd8f","name":"Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys?cursor=b2Zmc2V0PTEwJmxpbWl0PTEw","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys"],"query":[{"key":"cursor","value":"b2Zmc2V0PTEwJmxpbWl0PTEw"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0\",\n            \"token\": \"PMAT-**********************43BR\",\n            \"status\": \"ACTIVE\",\n            \"teamId\": 123,\n            \"userId\": 12345678,\n            \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"expiresAfter\": \"2024-06-11T13:21:11.000Z\",\n            \"lastUsedAt\": \"\",\n            \"createdAt\": \"2024-04-12T13:21:11.000Z\",\n            \"updatedAt\": \"2024-04-09T11:00:53.000Z\"\n        },\n        {\n            \"id\": \"K7yJPzQ18BC7Snm09PXL12RMmnq57hQorFJW8JnCKhQ11JmNQiTlgXnQ1p93jGYN\",\n            \"token\": \"PMAT-**********************51FZ\",\n            \"status\": \"ACTIVE\",\n            \"teamId\": 123,\n            \"userId\": 56781234,\n            \"collectionId\": \"56781234-68e5e7ac-c134-45f4-9770-40e72f3fc474\",\n            \"expiresAfter\": \"2024-06-11T13:21:11.000Z\",\n            \"lastUsedAt\": \"2024-04-29T08:24:23.000Z\",\n            \"createdAt\": \"2024-04-22T10:11:00.000Z\",\n            \"updatedAt\": \"2024-04-22T10:11:00.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"prevCursor\": \"\"\n    }\n}"},{"id":"719b31eb-48fb-457f-ab58-c6fbc369da16","name":"Invalid Cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys?cursor=123","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys"],"query":[{"key":"cursor","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"detail\": \"Invalid cursor\",\n    \"status\": 400\n}"},{"id":"d0bcd582-0ac8-4b76-9c9d-5239752d504d","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-access-keys"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"3dc4ed62-f518-4cd9-b452-1ab70488c9a7","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-access-keys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Something went wrong\",\n    \"detail\": \"Something went wrong\",\n    \"status\": 500\n}"}],"_postman_id":"dc45b860-5810-4503-b2d4-3a4b10686e0b"},{"name":"Delete a collection access key","id":"7c8cc943-cba9-440b-9a34-caf91bae6f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collection-access-keys/:keyId","description":"<p>Deletes a collection access key. To get a collection access key's ID, use the GET <code>/collection-access-key</code> endpoint.</p>\n<p>On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-access-keys",":keyId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection access key's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"keyId"}]}},"response":[{"id":"3675526c-b8af-49f7-94bc-79e71c613d4f","name":"No Content","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys/:keyId","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys",":keyId"],"variable":[{"key":"keyId","value":"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"8ecd5151-dda5-4748-b14d-0331af63fc12","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys/:keyId","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys",":keyId"],"variable":[{"key":"keyId","value":"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"a3f60381-1020-4eee-92e7-d18bfe24a325","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys/:keyId","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys",":keyId"],"variable":[{"key":"keyId","value":"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"f178e387-4546-4726-b748-d1352911c553","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys/:keyId","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys",":keyId"],"variable":[{"key":"keyId","value":"9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not found\",\n    \"detail\": \"The key was not found\",\n    \"status\": 404\n}"},{"id":"700b089f-6429-495d-b7aa-7c7310ffa698","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collection-access-keys/:keyId","protocol":"https","host":["api","getpostman","com"],"path":["collection-access-keys",":keyId"],"variable":[{"key":"keyId","value":"Njg5OjU3MDQ1NjYtYmQxZDU3NzktMWVkNS00ZDhjLWI0ZmQtZWRhOGY2Mzg1NTY0"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Something went wrong\",\n    \"detail\": \"Something went wrong\",\n    \"status\": 500\n}"}],"_postman_id":"7c8cc943-cba9-440b-9a34-caf91bae6f36"}],"id":"8e6b5bfb-fa4f-4946-b6c8-3521f2f91e2f","description":"<p>These endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/developer/postman-api/authentication/#generate-a-collection-access-key\">collection access keys</a>. Collection access keys enable you to securely grant other users read-only access to a collection.</p>\n<p>Collection access keys are valid for 60 days. If unused, the access key expires after 60 days. If someone uses the access key, then its expiration date increases by another 60 days.</p>\n","_postman_id":"8e6b5bfb-fa4f-4946-b6c8-3521f2f91e2f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Documentation","item":[{"name":"Publish documentation","id":"d6cbe60f-55a9-4c8e-b974-d4d046a94dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"{{environmentUid}}\",\n    \"customColor\": {\n        \"highlight\": \"{{colorCode}}\",\n        \"rightSidebar\": \"{{colorCode}}\",\n        \"topBar\": \"{{colorCode}}\"\n    },\n    \"documentationLayout\": \"{{documentationLayout}}\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"{{documentTitle}}\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"{{documentDescription}}\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"{{colorCode}}\",\n                        \"rightSidebar\": \"{{colorCode}}\",\n                        \"topBar\": \"{{colorCode}}\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"{{colorCode}}\",\n                        \"rightSidebar\": \"{{colorCode}}\",\n                        \"topBar\": \"{{colorCode}}\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/public-documentations","description":"<p>Publishes a collection's documentation. This makes it publicly available to anyone with the link to the documentation.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Your <a href=\"https://www.postman.com/pricing/\">Postman plan</a> impacts your use of these endpoints:</p>\n<ul>\n<li><p>For <strong>Free</strong> and <strong>Solo</strong> users, you must have permissions to edit the collection.</p>\n</li>\n<li><p>If <a href=\"https://learning.postman.com/docs/api-governance/configurable-rules/configurable-rules-overview/\">API Governance and Security</a> is enabled for your <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b></a> team, only users with the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Community Manager role</a> can publish documentation.</p>\n</li>\n</ul>\n</li>\n<li><p>Publishing is only supported for collections with HTTP requests.</p>\n</li>\n<li><p>You cannot publish a collection added to an API.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","public-documentations"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"fd584335-b713-4cab-b026-07692d10c475","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"published\": true,\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        },\n        \"metaTags\": [\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            },\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            }\n        ]\n    },\n    \"publishDate\": \"2025-03-24T17:33:10.000Z\",\n    \"publisherId\": \"12345678\",\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"publicUrl\": \"https://documenter.getpostman-beta.com/view/12345678/6n31uVF\",\n    \"id\": \"6n31uVF\",\n    \"collectionId\": \"ea39a259-0c9b-4a5c-a2e6-bddadb8f8e6f\"\n}"},{"id":"a974e908-38a4-461b-86af-72a668e3a1fd","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Collection Id not present\",\n    \"status\": 400\n}"},{"id":"5ccc9c03-c7d7-4420-9836-1126ab95c307","name":"Invalid customColor Value","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"4D5F75\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"734D75\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"The request contains following incorrect or missing fields: light theme and customColor\",\n    \"status\": 400\n}"},{"id":"1b4f5639-3982-4fee-a416-9b68bace9d7f","name":"Missing customColor Property","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Property 'customColor' is missing from the request body\",\n    \"status\": 400\n}"},{"id":"64682953-bd9c-4051-a389-76a99c50ea6c","name":"Missing customization Property","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Property 'customization' is missing from the request body\",\n    \"status\": 400\n}"},{"id":"b094588c-fd01-467b-aefc-26805f11ec19","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"bc134e90-7f0b-4c60-841f-67e2e259d963","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"35a9b6d7-5102-46f0-85a4-fe7b4b81011d","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","eu","postman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"72cf1aea-4f85-4efd-bec8-a21cde9a3669","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"detail\": \"The resource you're looking for can't be found. Please check the URL before trying again.\",\n    \"title\": \"Not Found\"\n}"},{"id":"82b7bf5e-4cd5-485b-8b92-caad6a3b8268","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environmentUid\": \"12345678-f84a5105-a495-49db-aa6b-db02c9ed1023\",\n    \"customColor\": {\n        \"highlight\": \"EF5B25\",\n        \"rightSidebar\": \"303030\",\n        \"topBar\": \"FFFFFF\"\n    },\n    \"documentationLayout\": \"classic-single-column\",\n    \"customization\": {\n        \"metaTags\": [\n            {\n                \"name\": \"title\",\n                \"value\": \"Billing API\"\n            },\n            {\n                \"name\": \"description\",\n                \"value\": \"This documentation contains the endpoints for the Billing API.\"\n            }\n        ],\n        \"appearance\": {\n            \"default\": \"dark\",\n            \"themes\": [\n                {\n                    \"name\": \"dark\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                },\n                {\n                    \"name\": \"light\",\n                    \"colors\": {\n                        \"highlight\": \"EF5B25\",\n                        \"rightSidebar\": \"303030\",\n                        \"topBar\": \"FFFFFF\"\n                    },\n                    \"logo\": \"<s3_url>/<cloudfront_url>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"d6cbe60f-55a9-4c8e-b974-d4d046a94dd6"},{"name":"Unpublish documentation","id":"c390e6ac-efcd-4990-bd06-a41bec7aec6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.getpostman.com/collections/:collectionId/public-documentations","description":"<p>Unpublishes a collection's documentation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","public-documentations"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"c4dc8b78-01ac-436e-ae48-2342fc37ea13","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d3b7d2fb-ea7c-40ad-ae1d-66bf3ac5dd84","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Collection Id not present\",\n    \"status\": 400\n}"},{"id":"575248f8-9c9e-4757-8910-10b0eb0b670e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"b765da96-2395-4732-9677-23158df33856","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"b51cbf39-0d07-49ab-81e1-9920af167f55","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.eu.postman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","eu","postman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"6b90e074-01c2-492c-ad37-c4d6a7f8c951","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"detail\": \"The resource you're looking for can't be found. Please check the URL before trying again.\",\n    \"title\": \"Not Found\"\n}"},{"id":"8ee56edd-8b36-4911-bdd0-cd3578411c69","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/public-documentations","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","public-documentations"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"c390e6ac-efcd-4990-bd06-a41bec7aec6d"}],"id":"328b937d-034d-4a35-8027-38ea551dfbde","description":"<p>The <strong>Documentation</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/publishing-your-api/publishing-your-docs/\">published documentation</a>. To publish documentation, it must be part of a collection. Publishing your documentation makes it publicly available to anyone with the link to the documentation.</p>\n<p><strong>Note:</strong></p>\n<p>Your <a href=\"https://www.postman.com/pricing/\">Postman plan</a> impacts your use of these endpoints:</p>\n<ul>\n<li><p>For <strong>Free</strong> and <strong>Solo</strong> users, you must have permissions to edit the collection.</p>\n</li>\n<li><p>If <a href=\"https://learning.postman.com/docs/api-governance/configurable-rules/configurable-rules-overview/\">API Security and Governance</a> is enabled for your <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b></a> team, only users with the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Community Manager role</a> can publish documentation.</p>\n</li>\n</ul>\n","_postman_id":"328b937d-034d-4a35-8027-38ea551dfbde","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Create a collection","event":[{"listen":"test","script":{"id":"50587065-ca6d-4e35-b5c8-dc1b9a8afd85","exec":[""],"type":"text/javascript","packages":{}}}],"id":"049042b8-447f-4f71-8b79-ae978cf40a04","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a test.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": 12345678,\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\"\n                            },\n                            {\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\"\n                            }\n                        ]\n                    }\n                ],\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections?workspace=","description":"<p>Creates a collection. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This request uses example values in the request body for context when creating a collection. For additional ways to create a collection, see the collection's examples.</p>\n</li>\n<li><p>If you do not include the <code>workspace</code> query parameter, the system creates the collection in the oldest personal Internal workspace you own.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>A workspace ID in which to create the collection.</p>\n<p>If you do not include this parameter, the system creates the collection in the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"5c3ee5b8-4363-4ee3-99bb-314a012b1ed1","name":"Create Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"description\": \"This collection makes a request to the Postman Echo service to get a list of request headers sent by an HTTP client.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": 12345678,\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ],\n        \"item\": [\n            {\n                \"name\": \"Test GET Response\",\n                \"event\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"7d2334fc-a84a-4c3d-b26c-7529afa4c0ae\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                                ],\n                            \"type\": \"text/javascript\"\n                            }\n                        }\n                    ],\n                \"request\": {\n                    \"url\": \"https://echo.getpostman.com/headers\",\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["collections"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"4c13aac3-2963-45c5-a53a-c466f064bbb5","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"description\": \"This collection makes a request to the Postman Echo service to get a list of request headers sent by an HTTP client.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Test GET Response\",\n                \"event\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"7d2334fc-a84a-4c3d-b26c-7529afa4c0ae\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                                ],\n                            \"type\": \"text/javascript\"\n                            }\n                        }\n                    ],\n                \"request\": {\n                    \"url\": \"https://echo.getpostman.com/headers\",\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceFoundError\",\n        \"message\": \"The specified item already exists.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"c290f1db-eb8c-448d-a7a9-bd8900770331","name":"Malformed Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"item\": [\n            {\n                \"name\": \"Test GET Response\",\n                \"event\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"7d2334fc-a84a-4c3d-b26c-7529afa4c0ae\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                                ],\n                            \"type\": \"text/javascript\"\n                            }\n                        }\n                    ],\n                \"request\": {\n                    \"url\": \"https://echo.getpostman.com/headers\",\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"Found 1 errors with the supplied collection.\",\n        \"details\": [\n            \": must have required property 'info'\"\n        ]\n    }\n}"},{"id":"81c69853-5609-4d3c-811e-1ebcbddd5f5e","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"item\": [\n            {\n                \"name\": \"Test GET Response\",\n                \"event\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"7d2334fc-a84a-4c3d-b26c-7529afa4c0ae\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                                ],\n                            \"type\": \"text/javascript\"\n                            }\n                        }\n                    ],\n                \"request\": {\n                    \"url\": \"https://echo.getpostman.com/headers\",\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"049042b8-447f-4f71-8b79-ae978cf40a04"},{"name":"Get a collection","event":[{"listen":"test","script":{"id":"6eb48842-29f0-4d8d-81f8-2e098b0fcd9c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a6a282df-907e-438b-8fe6-e5efaa60b8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionId","description":"<p>Gets information about a collection. For a complete list of this endpoint's possible values, use the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>A collection's read-only access key. Using this query parameter does not require an API key to call the endpoint.</p>\n","type":"text/plain"},"key":"access_key","value":""},{"disabled":true,"description":{"content":"<p>Return a list of only the collection's root-level request (<code>rootLevelRequests</code>) and folder (<code>rootLevelFolders</code>) IDs instead of the full collection element data.</p>\n","type":"text/plain"},"key":"model","value":"minimal"}],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"41e7361d-28e9-4a4d-b1d9-e969ded3bb83","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"info\": {\n            \"_postman_id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n            \"updatedAt\": \"2023-10-09T18:34:58.000Z\",\n            \"createdAt\": \"2023-10-09T18:34:58.000Z\",\n            \"lastUpdatedBy\": \"12345678\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Folder 1\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Test D\",\n                                \"event\": [\n                                    {\n                                        \"listen\": \"prerequest\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                                \"    console.log(response.json());\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    },\n                                    {\n                                        \"listen\": \"test\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                                \"    pm.response.to.have.status(200);\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    }\n                                ],\n                                \"id\": \"c616506e-0676-4d79-88a7-c273b70e9cea\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"apikey\",\n                                        \"apikey\": [\n                                            {\n                                                \"key\": \"value\",\n                                                \"value\": \"XXX\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"key\": \"key\",\n                                                \"value\": \"api-key\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                                        \"uid\": \"12345678-d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                                \"uid\": \"12345678-c616506e-0676-4d79-88a7-c273b70e9cea\"\n                            },\n                            {\n                                \"name\": \"Test E\",\n                                \"id\": \"bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"bearer\",\n                                        \"bearer\": [\n                                            {\n                                                \"key\": \"token\",\n                                                \"value\": \"TEST\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"86447cb0-aeac-4371-a22f-9f6067fc4dd0\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                        \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:13:21.000Z\",\n                                        \"uid\": \"12345678-86447cb0-aeac-4371-a22f-9f6067fc4dd0\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:14:41.000Z\",\n                                \"uid\": \"12345678-bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\"\n                            }\n                        ],\n                        \"id\": \"a7046e3e-fb60-44fc-8e32-a4578b854628\",\n                        \"auth\": {\n                            \"type\": \"apikey\",\n                            \"apikey\": [\n                                {\n                                    \"key\": \"value\",\n                                    \"value\": \"XXX\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"key\": \"key\",\n                                    \"value\": \"api-key\",\n                                    \"type\": \"string\"\n                                }\n                            ]\n                        },\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-12T15:46:34.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:05:22.000Z\",\n                        \"uid\": \"12345678-a7046e3e-fb60-44fc-8e32-a4578b854628\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"bb4a826b-1654-4f24-9ab1-d00e4fc2d743\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"bearer\",\n                                \"bearer\": [\n                                    {\n                                        \"key\": \"token\",\n                                        \"value\": \"TEST\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"key\": \"Accept\",\n                                    \"value\": \"application/vnd.example.v1+json\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request?id=12345678\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"12345678\",\n                                        \"description\": \"The API's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"5f297469-80d7-4847-a3e2-f596f2e717d8\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\"\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\"\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                                \"createdAt\": \"2023-09-12T18:34:27.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:37.000Z\",\n                                \"uid\": \"12345678-5f297469-80d7-4847-a3e2-f596f2e717d8\"\n                            },\n                            {\n                                \"id\": \"789df3cf-9362-40f7-a69e-4adde47d2bc8\",\n                                \"name\": \"Not Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?id=test-api\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"test-api\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"Not Found\",\n                                \"code\": 404,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n                                \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:32.000Z\",\n                                \"uid\": \"12345678-789df3cf-9362-40f7-a69e-4adde47d2bc8\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:09:24.000Z\",\n                        \"updatedAt\": \"2025-04-25T17:29:16.000Z\",\n                        \"uid\": \"12345678-bb4a826b-1654-4f24-9ab1-d00e4fc2d743\"\n                    },\n                    {\n                        \"name\": \"Test B\",\n                        \"id\": \"3e2b5890-8fb9-4a73-bf7b-f0a161502513\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"PUT\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"c7ffac80-0ab7-45da-a966-10bf469936db\",\n                                \"name\": \"Test B\",\n                                \"originalRequest\": {\n                                    \"method\": \"PUT\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"name\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                \"createdAt\": \"2023-09-12T15:20:20.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:13:44.000Z\",\n                                \"uid\": \"12345678-c7ffac80-0ab7-45da-a966-10bf469936db\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:16:49.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:08:04.000Z\",\n                        \"uid\": \"12345678-3e2b5890-8fb9-4a73-bf7b-f0a161502513\"\n                    },\n                    {\n                        \"name\": \"Test C\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"98518f83-1da1-4d27-8253-432cc923dbae\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"apikey\",\n                                \"apikey\": [\n                                    {\n                                        \"key\": \"value\",\n                                        \"value\": \"XXX\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"key\": \"key\",\n                                        \"value\": \"api-key\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"POST\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/post\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"post\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"bb3cb97c-619e-4c81-9a14-139efe81816c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\",\\n        \\\"environment\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\"\\n    }\\n}\",\n                                \"createdAt\": \"2023-09-12T15:21:55.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:33:26.000Z\",\n                                \"uid\": \"12345678-bb3cb97c-619e-4c81-9a14-139efe81816c\"\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-07T14:03:52.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:26:58.000Z\",\n                        \"uid\": \"12345678-98518f83-1da1-4d27-8253-432cc923dbae\"\n                    }\n                ],\n                \"id\": \"c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:28.000Z\",\n                \"updatedAt\": \"2023-09-13T14:32:34.000Z\",\n                \"uid\": \"12345678-c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\"\n            },\n            {\n                \"name\": \"Folder 3\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Request 3-A\",\n                                \"id\": \"a22f41d5-32bf-4830-8731-10ad18e88874\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T12:44:28.000Z\",\n                                \"updatedAt\": \"2023-09-15T16:25:21.000Z\",\n                                \"uid\": \"12345678-a22f41d5-32bf-4830-8731-10ad18e88874\"\n                            }\n                        ],\n                        \"id\": \"07f106de-776e-4fd8-9fc1-dc72e4a06a00\",\n                        \"description\": \"Test folder user ID.\",\n                        \"createdAt\": \"2023-09-13T21:54:44.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:42.000Z\",\n                        \"uid\": \"12345678-07f106de-776e-4fd8-9fc1-dc72e4a06a00\"\n                    },\n                    {\n                        \"name\": \"User\",\n                        \"item\": [\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"69e1ed6c-9d7b-41cd-aff7-69a468cf8252\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:27.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:59.000Z\",\n                                \"uid\": \"12345678-69e1ed6c-9d7b-41cd-aff7-69a468cf8252\"\n                            },\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"8b50cfc3-6af3-446e-a607-8d05e38e1ce9\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"uid\": \"12345678-8b50cfc3-6af3-446e-a607-8d05e38e1ce9\"\n                            }\n                        ],\n                        \"id\": \"2c9de017-885f-4c1e-99bf-d10cd870fb0b\",\n                        \"description\": \"Test folder for user information.\",\n                        \"createdAt\": \"2023-09-13T21:56:35.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:54.000Z\",\n                        \"uid\": \"12345678-2c9de017-885f-4c1e-99bf-d10cd870fb0b\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"id\": \"8b29623b-9c9c-4fed-ab9e-85f64524977b\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [],\n                        \"createdAt\": \"2022-11-18T15:42:45.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:07:08.000Z\",\n                        \"uid\": \"12345678-8b29623b-9c9c-4fed-ab9e-85f64524977b\"\n                    }\n                ],\n                \"id\": \"7d1ea228-82fc-4887-833a-caf88d3182d5\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:34.000Z\",\n                \"updatedAt\": \"2023-09-15T18:22:13.000Z\",\n                \"uid\": \"12345678-7d1ea228-82fc-4887-833a-caf88d3182d5\"\n            },\n            {\n                \"name\": \"Test F\",\n                \"id\": \"ff460862-473c-41b8-8be4-a493041c3351\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"\"\n                    }\n                },\n                \"response\": [],\n                \"createdAt\": \"2023-08-22T12:51:45.000Z\",\n                \"updatedAt\": \"2025-05-29T16:04:09.000Z\",\n                \"uid\": \"12345678-ff460862-473c-41b8-8be4-a493041c3351\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"abc123\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"cc22c328-3dcc-46c1-a357-7e2f72f54cf6\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"try {\",\n                        \"    const response = await pm.sendRequest({\",\n                        \"        url: \\\"https://postman-echo.com/get\\\",\",\n                        \"        method: \\\"GET\\\"\",\n                        \"    });\",\n                        \"\",\n                        \"    console.log(response.json());\",\n                        \"} catch (err) {\",\n                        \"    console.error(err);\",\n                        \"}\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"5db243ea-5022-4d08-a620-b8fb9d561af5\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                        \"    pm.response.to.have.status(200);\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}"},{"id":"a1053af5-142d-4841-b23a-e1216a7c6024","name":"Forked Collection Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"info\": {\n            \"_postman_id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"fork\": {\n                \"label\": \"Collection fork\",\n                \"createdAt\": \"2024-07-17T13:12:43.000Z\",\n                \"from\": \"87654321-c8142d52-f97d-46a7-bc77-52bb99713o1n\"\n            },\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n            \"updatedAt\": \"2023-10-09T18:34:58.000Z\",\n            \"createdAt\": \"2023-10-09T18:34:58.000Z\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"lastUpdatedBy\": \"12345678\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Folder 1\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Test D\",\n                                \"event\": [\n                                    {\n                                        \"listen\": \"prerequest\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                                \"    console.log(response.json());\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    },\n                                    {\n                                        \"listen\": \"test\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                                \"    pm.response.to.have.status(200);\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    }\n                                ],\n                                \"id\": \"c616506e-0676-4d79-88a7-c273b70e9cea\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"apikey\",\n                                        \"apikey\": [\n                                            {\n                                                \"key\": \"value\",\n                                                \"value\": \"XXX\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"key\": \"key\",\n                                                \"value\": \"api-key\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"createdAt\": \"2023-09-07T14:39:52.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:13:08.000Z\",\n                                        \"uid\": \"12345678-d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                                \"uid\": \"12345678-c616506e-0676-4d79-88a7-c273b70e9cea\"\n                            },\n                            {\n                                \"name\": \"Test E\",\n                                \"id\": \"bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"bearer\",\n                                        \"bearer\": [\n                                            {\n                                                \"key\": \"token\",\n                                                \"value\": \"TEST\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"86447cb0-aeac-4371-a22f-9f6067fc4dd0\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                        \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:13:21.000Z\",\n                                        \"uid\": \"12345678-86447cb0-aeac-4371-a22f-9f6067fc4dd0\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:14:41.000Z\",\n                                \"uid\": \"12345678-bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\"\n                            }\n                        ],\n                        \"id\": \"a7046e3e-fb60-44fc-8e32-a4578b854628\",\n                        \"auth\": {\n                            \"type\": \"apikey\",\n                            \"apikey\": [\n                                {\n                                    \"key\": \"value\",\n                                    \"value\": \"XXX\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"key\": \"key\",\n                                    \"value\": \"api-key\",\n                                    \"type\": \"string\"\n                                }\n                            ]\n                        },\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-12T15:46:34.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:05:22.000Z\",\n                        \"uid\": \"12345678-a7046e3e-fb60-44fc-8e32-a4578b854628\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"bb4a826b-1654-4f24-9ab1-d00e4fc2d743\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"bearer\",\n                                \"bearer\": [\n                                    {\n                                        \"key\": \"token\",\n                                        \"value\": \"TEST\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"key\": \"Accept\",\n                                    \"value\": \"application/vnd.example.v1+json\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request?id=12345678\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"12345678\",\n                                        \"description\": \"The API's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"5f297469-80d7-4847-a3e2-f596f2e717d8\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\"\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\"\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                                \"createdAt\": \"2023-09-12T18:34:27.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:37.000Z\",\n                                \"uid\": \"12345678-5f297469-80d7-4847-a3e2-f596f2e717d8\"\n                            },\n                            {\n                                \"id\": \"789df3cf-9362-40f7-a69e-4adde47d2bc8\",\n                                \"name\": \"Not Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?id=test-api\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"test-api\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"Not Found\",\n                                \"code\": 404,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n                                \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:32.000Z\",\n                                \"uid\": \"12345678-789df3cf-9362-40f7-a69e-4adde47d2bc8\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:09:24.000Z\",\n                        \"updatedAt\": \"2025-04-25T17:29:16.000Z\",\n                        \"uid\": \"12345678-bb4a826b-1654-4f24-9ab1-d00e4fc2d743\"\n                    },\n                    {\n                        \"name\": \"Test B\",\n                        \"id\": \"3e2b5890-8fb9-4a73-bf7b-f0a161502513\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"PUT\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"c7ffac80-0ab7-45da-a966-10bf469936db\",\n                                \"name\": \"Test B\",\n                                \"originalRequest\": {\n                                    \"method\": \"PUT\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"name\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                \"createdAt\": \"2023-09-12T15:20:20.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:13:44.000Z\",\n                                \"uid\": \"12345678-c7ffac80-0ab7-45da-a966-10bf469936db\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:16:49.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:08:04.000Z\",\n                        \"uid\": \"12345678-3e2b5890-8fb9-4a73-bf7b-f0a161502513\"\n                    },\n                    {\n                        \"name\": \"Test C\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"98518f83-1da1-4d27-8253-432cc923dbae\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"apikey\",\n                                \"apikey\": [\n                                    {\n                                        \"key\": \"value\",\n                                        \"value\": \"XXX\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"key\": \"key\",\n                                        \"value\": \"api-key\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"POST\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/post\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"post\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"bb3cb97c-619e-4c81-9a14-139efe81816c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\",\\n        \\\"environment\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\"\\n    }\\n}\",\n                                \"createdAt\": \"2023-09-12T15:21:55.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:33:26.000Z\",\n                                \"uid\": \"12345678-bb3cb97c-619e-4c81-9a14-139efe81816c\"\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-07T14:03:52.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:26:58.000Z\",\n                        \"uid\": \"12345678-98518f83-1da1-4d27-8253-432cc923dbae\"\n                    }\n                ],\n                \"id\": \"c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:28.000Z\",\n                \"updatedAt\": \"2023-09-13T14:32:34.000Z\",\n                \"uid\": \"12345678-c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\"\n            },\n            {\n                \"name\": \"Folder 3\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Request 3-A\",\n                                \"id\": \"a22f41d5-32bf-4830-8731-10ad18e88874\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T12:44:28.000Z\",\n                                \"updatedAt\": \"2023-09-15T16:25:21.000Z\",\n                                \"uid\": \"12345678-a22f41d5-32bf-4830-8731-10ad18e88874\"\n                            }\n                        ],\n                        \"id\": \"07f106de-776e-4fd8-9fc1-dc72e4a06a00\",\n                        \"description\": \"Test folder user ID.\",\n                        \"createdAt\": \"2023-09-13T21:54:44.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:42.000Z\",\n                        \"uid\": \"12345678-07f106de-776e-4fd8-9fc1-dc72e4a06a00\"\n                    },\n                    {\n                        \"name\": \"User\",\n                        \"item\": [\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"69e1ed6c-9d7b-41cd-aff7-69a468cf8252\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:27.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:59.000Z\",\n                                \"uid\": \"12345678-69e1ed6c-9d7b-41cd-aff7-69a468cf8252\"\n                            },\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"8b50cfc3-6af3-446e-a607-8d05e38e1ce9\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"uid\": \"12345678-8b50cfc3-6af3-446e-a607-8d05e38e1ce9\"\n                            }\n                        ],\n                        \"id\": \"2c9de017-885f-4c1e-99bf-d10cd870fb0b\",\n                        \"description\": \"Test folder for user information.\",\n                        \"createdAt\": \"2023-09-13T21:56:35.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:54.000Z\",\n                        \"uid\": \"12345678-2c9de017-885f-4c1e-99bf-d10cd870fb0b\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"id\": \"8b29623b-9c9c-4fed-ab9e-85f64524977b\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [],\n                        \"createdAt\": \"2022-11-18T15:42:45.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:07:08.000Z\",\n                        \"uid\": \"12345678-8b29623b-9c9c-4fed-ab9e-85f64524977b\"\n                    }\n                ],\n                \"id\": \"7d1ea228-82fc-4887-833a-caf88d3182d5\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:34.000Z\",\n                \"updatedAt\": \"2023-09-15T18:22:13.000Z\",\n                \"uid\": \"12345678-7d1ea228-82fc-4887-833a-caf88d3182d5\"\n            },\n            {\n                \"name\": \"Test F\",\n                \"id\": \"ff460862-473c-41b8-8be4-a493041c3351\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"\"\n                    }\n                },\n                \"response\": [],\n                \"createdAt\": \"2023-08-22T12:51:45.000Z\",\n                \"updatedAt\": \"2025-05-29T16:04:09.000Z\",\n                \"uid\": \"12345678-ff460862-473c-41b8-8be4-a493041c3351\"\n            }\n        ]\n    }\n}"},{"id":"99426ead-ae67-432f-a39b-654236af296a","name":"Response with model=minimal","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId?model=minimal","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"query":[{"key":"model","value":"minimal"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"info\": {\n            \"_postman_id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"updatedAt\": \"2023-10-13T08:14:22.000Z\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"createdAt\": \"2023-10-09T18:34:58.000Z\",\n            \"lastUpdatedBy\": \"12345678\"\n        },\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"XXX\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"events\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"95d3e370-b6eb-42f5-9a98-8f276742037d\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"d09029f2-ab45-4a80-b167-90a4c49bf64e\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            }\n        ],\n        \"rootLevelRequests\": [\n            \"12345678-8178d96f-7504-4273-9ca2-26c2ac725a5b\",\n            \"12345678-fd7565b1-ec19-4d16-b5d4-a3116d1972fb\",\n            \"12345678-3860896c-11fe-4c32-9f0a-88625977c8dc\"\n        ],\n        \"rootLevelFolders\": [\n            \"12345678-803151f5-57f1-4ae5-8f75-4919dbd20372\"\n        ]\n    }\n}"},{"id":"440b938e-2aae-4fd5-b747-ebf6226d2358","name":"Get Collection with Access Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId?access_key=PMAK-XXXX","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"query":[{"key":"access_key","value":"PMAK-XXXX"}],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"info\": {\n            \"_postman_id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n            \"updatedAt\": \"2023-10-09T18:34:58.000Z\",\n            \"createdAt\": \"2023-10-09T18:34:58.000Z\",\n            \"lastUpdatedBy\": \"12345678\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Folder 1\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Test D\",\n                                \"event\": [\n                                    {\n                                        \"listen\": \"prerequest\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                                \"    console.log(response.json());\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    },\n                                    {\n                                        \"listen\": \"test\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                                \"    pm.response.to.have.status(200);\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    }\n                                ],\n                                \"id\": \"c616506e-0676-4d79-88a7-c273b70e9cea\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"apikey\",\n                                        \"apikey\": [\n                                            {\n                                                \"key\": \"value\",\n                                                \"value\": \"XXX\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"key\": \"key\",\n                                                \"value\": \"api-key\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                                        \"uid\": \"12345678-d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-08-22T12:52:01.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:31:25.000Z\",\n                                \"uid\": \"12345678-c616506e-0676-4d79-88a7-c273b70e9cea\"\n                            },\n                            {\n                                \"name\": \"Test E\",\n                                \"id\": \"bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"bearer\",\n                                        \"bearer\": [\n                                            {\n                                                \"key\": \"token\",\n                                                \"value\": \"TEST\",\n                                                \"type\": \"string\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"86447cb0-aeac-4371-a22f-9f6067fc4dd0\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                        \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                        \"updatedAt\": \"2023-09-13T14:13:21.000Z\",\n                                        \"uid\": \"12345678-86447cb0-aeac-4371-a22f-9f6067fc4dd0\"\n                                    }\n                                ],\n                                \"createdAt\": \"2023-09-13T14:05:22.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:14:41.000Z\",\n                                \"uid\": \"12345678-bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\"\n                            }\n                        ],\n                        \"id\": \"a7046e3e-fb60-44fc-8e32-a4578b854628\",\n                        \"auth\": {\n                            \"type\": \"apikey\",\n                            \"apikey\": [\n                                {\n                                    \"key\": \"value\",\n                                    \"value\": \"XXX\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"key\": \"key\",\n                                    \"value\": \"api-key\",\n                                    \"type\": \"string\"\n                                }\n                            ]\n                        },\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-12T15:46:34.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:05:22.000Z\",\n                        \"uid\": \"12345678-a7046e3e-fb60-44fc-8e32-a4578b854628\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"bb4a826b-1654-4f24-9ab1-d00e4fc2d743\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"bearer\",\n                                \"bearer\": [\n                                    {\n                                        \"key\": \"token\",\n                                        \"value\": \"TEST\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"key\": \"Accept\",\n                                    \"value\": \"application/vnd.example.v1+json\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request?id=12345678\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"12345678\",\n                                        \"description\": \"The API's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"5f297469-80d7-4847-a3e2-f596f2e717d8\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\"\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\"\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                                \"createdAt\": \"2023-09-12T18:34:27.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:37.000Z\",\n                                \"uid\": \"12345678-5f297469-80d7-4847-a3e2-f596f2e717d8\"\n                            },\n                            {\n                                \"id\": \"789df3cf-9362-40f7-a69e-4adde47d2bc8\",\n                                \"name\": \"Not Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?id=test-api\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"test-api\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"Not Found\",\n                                \"code\": 404,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n                                \"createdAt\": \"2023-08-22T12:53:12.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:04:32.000Z\",\n                                \"uid\": \"12345678-789df3cf-9362-40f7-a69e-4adde47d2bc8\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:09:24.000Z\",\n                        \"updatedAt\": \"2025-04-25T17:29:16.000Z\",\n                        \"uid\": \"12345678-bb4a826b-1654-4f24-9ab1-d00e4fc2d743\"\n                    },\n                    {\n                        \"name\": \"Test B\",\n                        \"id\": \"3e2b5890-8fb9-4a73-bf7b-f0a161502513\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"PUT\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"c7ffac80-0ab7-45da-a966-10bf469936db\",\n                                \"name\": \"Test B\",\n                                \"originalRequest\": {\n                                    \"method\": \"PUT\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"name\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                \"createdAt\": \"2023-09-12T15:20:20.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:13:44.000Z\",\n                                \"uid\": \"12345678-c7ffac80-0ab7-45da-a966-10bf469936db\"\n                            }\n                        ],\n                        \"createdAt\": \"2022-10-05T13:16:49.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:08:04.000Z\",\n                        \"uid\": \"12345678-3e2b5890-8fb9-4a73-bf7b-f0a161502513\"\n                    },\n                    {\n                        \"name\": \"Test C\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"98518f83-1da1-4d27-8253-432cc923dbae\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"apikey\",\n                                \"apikey\": [\n                                    {\n                                        \"key\": \"value\",\n                                        \"value\": \"XXX\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"key\": \"key\",\n                                        \"value\": \"api-key\",\n                                        \"type\": \"string\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"POST\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/post\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"post\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"bb3cb97c-619e-4c81-9a14-139efe81816c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\",\\n        \\\"environment\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\"\\n    }\\n}\",\n                                \"createdAt\": \"2023-09-12T15:21:55.000Z\",\n                                \"updatedAt\": \"2023-09-13T14:33:26.000Z\",\n                                \"uid\": \"12345678-bb3cb97c-619e-4c81-9a14-139efe81816c\"\n                            }\n                        ],\n                        \"createdAt\": \"2023-09-07T14:03:52.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:26:58.000Z\",\n                        \"uid\": \"12345678-98518f83-1da1-4d27-8253-432cc923dbae\"\n                    }\n                ],\n                \"id\": \"c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:28.000Z\",\n                \"updatedAt\": \"2023-09-13T14:32:34.000Z\",\n                \"uid\": \"12345678-c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\"\n            },\n            {\n                \"name\": \"Folder 3\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Request 3-A\",\n                                \"id\": \"a22f41d5-32bf-4830-8731-10ad18e88874\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T12:44:28.000Z\",\n                                \"updatedAt\": \"2023-09-15T16:25:21.000Z\",\n                                \"uid\": \"12345678-a22f41d5-32bf-4830-8731-10ad18e88874\"\n                            }\n                        ],\n                        \"id\": \"07f106de-776e-4fd8-9fc1-dc72e4a06a00\",\n                        \"description\": \"Test folder user ID.\",\n                        \"createdAt\": \"2023-09-13T21:54:44.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:42.000Z\",\n                        \"uid\": \"12345678-07f106de-776e-4fd8-9fc1-dc72e4a06a00\"\n                    },\n                    {\n                        \"name\": \"User\",\n                        \"item\": [\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"69e1ed6c-9d7b-41cd-aff7-69a468cf8252\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:27.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:59.000Z\",\n                                \"uid\": \"12345678-69e1ed6c-9d7b-41cd-aff7-69a468cf8252\"\n                            },\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"8b50cfc3-6af3-446e-a607-8d05e38e1ce9\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"createdAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"updatedAt\": \"2023-09-14T14:02:49.000Z\",\n                                \"uid\": \"12345678-8b50cfc3-6af3-446e-a607-8d05e38e1ce9\"\n                            }\n                        ],\n                        \"id\": \"2c9de017-885f-4c1e-99bf-d10cd870fb0b\",\n                        \"description\": \"Test folder for user information.\",\n                        \"createdAt\": \"2023-09-13T21:56:35.000Z\",\n                        \"updatedAt\": \"2023-09-15T16:26:54.000Z\",\n                        \"uid\": \"12345678-2c9de017-885f-4c1e-99bf-d10cd870fb0b\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"id\": \"8b29623b-9c9c-4fed-ab9e-85f64524977b\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [],\n                        \"createdAt\": \"2022-11-18T15:42:45.000Z\",\n                        \"updatedAt\": \"2023-09-13T14:07:08.000Z\",\n                        \"uid\": \"12345678-8b29623b-9c9c-4fed-ab9e-85f64524977b\"\n                    }\n                ],\n                \"id\": \"7d1ea228-82fc-4887-833a-caf88d3182d5\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"XXX\",\n                            \"type\": \"string\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\",\n                            \"type\": \"string\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"createdAt\": \"2022-10-05T13:09:34.000Z\",\n                \"updatedAt\": \"2023-09-15T18:22:13.000Z\",\n                \"uid\": \"12345678-7d1ea228-82fc-4887-833a-caf88d3182d5\"\n            },\n            {\n                \"name\": \"Test F\",\n                \"id\": \"ff460862-473c-41b8-8be4-a493041c3351\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"\"\n                    }\n                },\n                \"response\": [],\n                \"createdAt\": \"2023-08-22T12:51:45.000Z\",\n                \"updatedAt\": \"2025-05-29T16:04:09.000Z\",\n                \"uid\": \"12345678-ff460862-473c-41b8-8be4-a493041c3351\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"abc123\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\",\n                    \"type\": \"string\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"cc22c328-3dcc-46c1-a357-7e2f72f54cf6\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"try {\",\n                        \"    const response = await pm.sendRequest({\",\n                        \"        url: \\\"https://postman-echo.com/get\\\",\",\n                        \"        method: \\\"GET\\\"\",\n                        \"    });\",\n                        \"\",\n                        \"    console.log(response.json());\",\n                        \"} catch (err) {\",\n                        \"    console.error(err);\",\n                        \"}\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"5db243ea-5022-4d08-a620-b8fb9d561af5\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                        \"    pm.response.to.have.status(200);\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}"},{"id":"e609fab4-332c-4e79-b086-7448e7c99472","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the collection you are looking for\"\n    }\n}"},{"id":"f13e6d02-85f7-47ef-b214-6c3a9257e9fc","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"a6a282df-907e-438b-8fe6-e5efaa60b8bf"},{"name":"Get all collections","event":[{"listen":"test","script":{"id":"fd467795-fc87-40a8-9c1d-a44b1b2e92ee","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fa95fa93-5aa8-4146-94a6-bfebc1a578b4","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections?workspace=","description":"<p>Gets all of your <a href=\"https://www.getpostman.com/docs/collections\">collections</a>. The response includes all of your subscribed collections.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>It's recommended that you use pagination with this endpoint. Pagination improves endpoint performance. Unpaginated calls are considered deprecated and are subject to change.</p>\n</li>\n<li><p>Filtering with the <code>name</code> parameter when you also pass the <code>limit</code> and <code>offset</code> parameters is not supported.</p>\n</li>\n<li><p>If you do not include the <code>workspace</code> query parameter, this endpoint searches all collections in your team’s workspace. If there are a lot of results, this will return a timeout error.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Filter results by collections that match the given name.</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>Return only results found in the given workspace ID.</p>\n","type":"text/plain"},"key":"workspace","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item to return.</p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"e967237e-39fb-41c6-9818-5f73caab1e5e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections?limit=3&offset=0","protocol":"https","host":["api","getpostman","com"],"path":["collections"],"query":[{"key":"limit","value":"3"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"dac5eac9-148d-a32e-b76b-3edee9da28f7\",\n            \"name\": \"Cloud API\",\n            \"owner\": \"12345678\",\n            \"createdAt\": \"2022-04-12T10:29:46.000Z\",\n            \"updatedAt\": \"2022-04-12T10:29:56.000Z\",\n            \"uid\": \"12345678-dac5eac9-148d-a32e-b76b-3edee9da28f7\",\n            \"isPublic\": true\n        },\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"owner\": \"12345678\",\n            \"createdAt\": \"2022-01-13T10:21:46.000Z\",\n            \"updatedAt\": \"2022-02-12T11:29:56.000Z\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"isPublic\": false,\n            \"fork\": {\n                \"label\": \"Test Fork\",\n                \"createdAt\": \"2022-06-16T19:51:44.069Z\",\n                \"from\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        },\n        {\n            \"id\": \"f695cab7-6878-eb55-7943-ad88e1ccfd65\",\n            \"name\": \"Postman Echo\",\n            \"owner\": \"12345678\",\n            \"createdAt\": \"2021-04-11T09:18:26.000Z\",\n            \"updatedAt\": \"2022-05-01T15:29:32.000Z\",\n            \"uid\": \"12345678-f695cab7-6878-eb55-7943-ad88e1ccfd65\",\n            \"isPublic\": true\n        }\n    ],\n    \"meta\": {\n        \"total\": 30,\n        \"offset\": 0,\n        \"limit\": 3\n    }\n}"},{"id":"0f94486d-b582-4520-971a-8b712fa54db8","name":"Filter by name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections?name=Test Collection","protocol":"https","host":["api","getpostman","com"],"path":["collections"],"query":[{"key":"name","value":"Test Collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"owner\": \"12345678\",\n            \"createdAt\": \"2022-01-13T10:21:46.000Z\",\n            \"updatedAt\": \"2022-02-12T11:29:56.000Z\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"isPublic\": false,\n            \"fork\": {\n                \"label\": \"Test Fork\",\n                \"createdAt\": \"2022-06-16T19:51:44.069Z\",\n                \"from\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        }\n    ]\n}"},{"id":"01e94000-1be5-49c1-8149-6e92d15d6337","name":"Filter by Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["collections"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"dac5eac9-148d-a32e-b76b-3edee9da28f7\",\n            \"name\": \"Cloud API\",\n            \"owner\": \"12345678\",\n            \"createdAt\": \"2022-04-12T10:29:46.000Z\",\n            \"updatedAt\": \"2022-04-12T10:29:56.000Z\",\n            \"uid\": \"12345678-dac5eac9-148d-a32e-b76b-3edee9da28f7\",\n            \"isPublic\": true\n        }\n    ]\n}"},{"id":"67e729b4-d29e-4079-b6f5-ba2399fe9528","name":"Invalid Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections?workspace=12345","protocol":"https","host":["api","getpostman","com"],"path":["collections"],"query":[{"key":"workspace","value":"12345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": []\n}"},{"id":"c71d9133-afd1-4add-bcc7-5520c97c33d8","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"fa95fa93-5aa8-4146-94a6-bfebc1a578b4"},{"name":"Duplicate a collection","id":"0ec81cf5-5b16-43fb-95fb-15204219860c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"{{workspaceId}}\",\n    \"suffix\": \"{{suffixText}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId/duplicates","description":"<p>Creates a duplicate of the given collection in another workspace.</p>\n<p>Use the GET <code>/collection-duplicate-tasks/{taskId}</code> endpoint to get the duplication task's current status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId","duplicates"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"9bcc9efb-dc23-425e-9e80-59ce5bd92eb5","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"suffix\": \"Copy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"id\": \"12345678-d2584d81-3283-42d5-9d84-b897257adcf0\",\n        \"status\": \"processing\"\n    }\n}"},{"id":"8de47285-8e4f-4679-b5c3-88f061c5b313","name":"Missing workspace Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"suffix\": \"Copy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"workspace property is needed\",\n    \"status\": 400\n}"},{"id":"72399ccc-6a23-4d62-9ca9-5b79e98714d5","name":"Missing Request Body","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Request body is required\",\n    \"status\": 400\n}"},{"id":"503d9065-c03b-4360-880b-1cb3f319c787","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"suffix\": \"Copy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401,\n    \"detail\": \"Unauthorized\"\n}"},{"id":"f1c19bc5-578e-4eba-a34f-c9b330eafdff","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"suffix\": \"Copy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"You do not have access to this workspace.\"\n}"},{"id":"f8ad4561-36c3-44fa-a9da-aca287ea7582","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"suffix\": \"Copy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId/duplicates","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId","duplicates"],"variable":[{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"}],"_postman_id":"0ec81cf5-5b16-43fb-95fb-15204219860c"},{"name":"Get duplication task status","id":"c1d13ff6-82d2-4ab2-b4dd-9d127eb9932d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","description":"<p>Gets the status of a collection duplication task.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-duplicate-tasks",":taskId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The task's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"c9cf8192-d148-46b5-a2a6-9afab5a0fd06","name":"Task Completed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"status\": \"completed\",\n        \"reason\": null,\n        \"id\": \"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af\"\n    }\n}"},{"id":"bf16cce7-76bf-4531-80b0-317b7c0dafcb","name":"Task Processing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"status\": \"processing\",\n        \"reason\": null,\n        \"id\": \"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af\"\n    }\n}"},{"id":"4a049d70-a5da-4727-adff-c147266aa892","name":"Task Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"status\": \"failed\",\n        \"id\": \"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af\",\n        \"reason\": \"instance not found\"\n    }\n}"},{"id":"a0891d19-c402-4161-ad9e-070e426fbbd4","name":"Invalid Task ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad request\",\n    \"status\": 400,\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"detail\": \"Invalid task id\"\n}"},{"id":"aa67fb13-2fc6-4a3c-8ed0-40d00c0e3a52","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"ab806815-faea-4f3f-9dac-e4df92f0bfcb","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"You do not have access to this workspace.\"\n}"},{"id":"fa0a8bc9-50a9-403f-a753-0744c6ad1d98","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"The requested resource was not found.\",\n    \"status\": 404\n}"},{"id":"d90a7f17-af3b-4ae6-bc1b-06db9a73a675","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-duplicate-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-duplicate-tasks",":taskId"],"variable":[{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"}],"_postman_id":"c1d13ff6-82d2-4ab2-b4dd-9d127eb9932d"},{"name":"Delete a collection","event":[{"listen":"test","script":{"id":"83aab99b-a274-4886-8351-3be4f94eac63","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ab46bd8b-32f1-4c93-af51-b974955e470a","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/collections/:collectionId","description":"<p>Deletes a collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"c7f3d893-9f62-4274-9775-a436314be931","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"a2670c6e-baa4-4dd8-8a4f-2ea58ea18a76","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"e8422f5c-5964-4b40-a026-e9bff7341978","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"ab46bd8b-32f1-4c93-af51-b974955e470a"},{"name":"Replace a collection's data","event":[{"listen":"test","script":{"id":"2033b45e-9f9b-4d61-a32b-327bc4491693","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bc8b292b-ffbb-4c67-a2a1-2fc416e2aef8","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId","description":"<p>Replaces the contents of a collection. Include the collection's ID values in the request body. If you do not, the endpoint removes the existing items and creates new items.</p>\n<ul>\n<li><p>For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n</li>\n<li><p>For protocol profile behavior, refer to Postman's <a href=\"https://github.com/postmanlabs/postman-runtime/blob/develop/docs/protocol-profile-behavior.md\">Protocol Profile Behavior</a> documentation.</p>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The maximum collection size this endpoint accepts cannot exceed 100 MB.</p>\n</li>\n<li><p>This request uses example values in the request body for context when replacing a collection's data. For additional ways to replace collection data, see the collection's examples.</p>\n</li>\n<li><p>If you don't include the collection items' ID values from the request body, the endpoint <strong>removes</strong> the existing items and recreates the items with new ID values.</p>\n</li>\n<li><p>To copy another collection's contents to the given collection, remove all ID values before you pass it in this endpoint. If you do not, this endpoint returns an error. These values include the <code>id</code>, <code>uid</code>, and <code>postman_id</code> values.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"33e2d3f8-bcad-45f6-9efa-0183ddb8c9d0","name":"Replace a Basic Collection's Data","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"f9bb515a-79f7-4f7d-ac67-fc1bfcfcc9ab","name":"Replace a Detailed Collection's Data","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Folder 1\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Test D\",\n                                \"event\": [\n                                    {\n                                        \"listen\": \"prerequest\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                                \"    console.log(response.json());\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    },\n                                    {\n                                        \"listen\": \"test\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                                \"    pm.response.to.have.status(200);\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    }\n                                ],\n                                \"id\": \"c616506e-0676-4d79-88a7-c273b70e9cea\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"apikey\",\n                                        \"apikey\": [\n                                            {\n                                                \"key\": \"value\",\n                                                \"value\": \"PMAK-XXX\"\n                                            },\n                                            {\n                                                \"key\": \"key\",\n                                                \"value\": \"api-key\"\n                                            },\n                                            {\n                                                \"key\": \"in\",\n                                                \"value\": \"header\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"uid\": \"12345678-d20b9562-9c85-4f25-bb2d-cfacf7dd85d1\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-c616506e-0676-4d79-88a7-c273b70e9cea\"\n                            },\n                            {\n                                \"name\": \"Test E\",\n                                \"id\": \"bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"bearer\",\n                                        \"bearer\": [\n                                            {\n                                                \"key\": \"token\",\n                                                \"value\": \"TEST\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"86447cb0-aeac-4371-a22f-9f6067fc4dd0\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                        \"uid\": \"12345678-86447cb0-aeac-4371-a22f-9f6067fc4dd0\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-bf6fd735-125e-486b-b7fb-9f0ae4a0bbc5\"\n                            }\n                        ],\n                        \"id\": \"a7046e3e-fb60-44fc-8e32-a4578b854628\",\n                        \"auth\": {\n                            \"type\": \"apikey\",\n                            \"apikey\": [\n                                {\n                                    \"key\": \"value\",\n                                    \"value\": \"PMAK-XXX\"\n                                },\n                                {\n                                    \"key\": \"key\",\n                                    \"value\": \"api-key\"\n                                },\n                                {\n                                    \"key\": \"in\",\n                                    \"value\": \"header\"\n                                }\n                            ]\n                        },\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-a7046e3e-fb60-44fc-8e32-a4578b854628\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"bb4a826b-1654-4f24-9ab1-d00e4fc2d743\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"bearer\",\n                                \"bearer\": [\n                                    {\n                                        \"key\": \"token\",\n                                        \"value\": \"TEST\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"key\": \"Accept\",\n                                    \"value\": \"application/vnd.example.v1+json\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request?id=12345678\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"12345678\",\n                                        \"description\": \"The API's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"5f297469-80d7-4847-a3e2-f596f2e717d8\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\"\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\"\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\",\n                                \"uid\": \"12345678-5f297469-80d7-4847-a3e2-f596f2e717d8\"\n                            },\n                            {\n                                \"id\": \"789df3cf-9362-40f7-a69e-4adde47d2bc8\",\n                                \"name\": \"Not Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?id=test-api\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"test-api\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"Not Found\",\n                                \"code\": 404,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\",\n                                \"uid\": \"12345678-789df3cf-9362-40f7-a69e-4adde47d2bc8\"\n                            }\n                        ],\n                        \"uid\": \"12345678-bb4a826b-1654-4f24-9ab1-d00e4fc2d743\"\n                    },\n                    {\n                        \"name\": \"Test B\",\n                        \"id\": \"3e2b5890-8fb9-4a73-bf7b-f0a161502513\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"PUT\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"c7ffac80-0ab7-45da-a966-10bf469936db\",\n                                \"name\": \"Test B\",\n                                \"originalRequest\": {\n                                    \"method\": \"PUT\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"name\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\",\n                                \"uid\": \"12345678-c7ffac80-0ab7-45da-a966-10bf469936db\"\n                            }\n                        ],\n                        \"uid\": \"12345678-3e2b5890-8fb9-4a73-bf7b-f0a161502513\"\n                    },\n                    {\n                        \"name\": \"Test C\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"id\": \"98518f83-1da1-4d27-8253-432cc923dbae\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"apikey\",\n                                \"apikey\": [\n                                    {\n                                        \"key\": \"value\",\n                                        \"value\": \"PMAK-XXX\"\n                                    },\n                                    {\n                                        \"key\": \"key\",\n                                        \"value\": \"api-key\"\n                                    },\n                                    {\n                                        \"key\": \"in\",\n                                        \"value\": \"header\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"POST\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/post\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"post\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"bb3cb97c-619e-4c81-9a14-139efe81816c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\",\\n        \\\"environment\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\"\\n    }\\n}\",\n                                \"uid\": \"12345678-bb3cb97c-619e-4c81-9a14-139efe81816c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-98518f83-1da1-4d27-8253-432cc923dbae\"\n                    }\n                ],\n                \"id\": \"c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"PMAK-XXX\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\"\n                        },\n                        {\n                            \"key\": \"in\",\n                            \"value\": \"header\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-c9a0e43c-6078-4fa0-8cfc-d4dc9e889817\"\n            },\n            {\n                \"name\": \"Folder 3\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Request 3-A\",\n                                \"id\": \"a22f41d5-32bf-4830-8731-10ad18e88874\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"uid\": \"12345678-a22f41d5-32bf-4830-8731-10ad18e88874\"\n                            }\n                        ],\n                        \"id\": \"07f106de-776e-4fd8-9fc1-dc72e4a06a00\",\n                        \"description\": \"Test folder user ID.\",\n                        \"uid\": \"12345678-07f106de-776e-4fd8-9fc1-dc72e4a06a00\"\n                    },\n                    {\n                        \"name\": \"User\",\n                        \"item\": [\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"69e1ed6c-9d7b-41cd-aff7-69a468cf8252\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"uid\": \"12345678-69e1ed6c-9d7b-41cd-aff7-69a468cf8252\"\n                            },\n                            {\n                                \"name\": \"New Request\",\n                                \"id\": \"8b50cfc3-6af3-446e-a607-8d05e38e1ce9\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"\"\n                                    }\n                                },\n                                \"response\": [],\n                                \"uid\": \"12345678-8b50cfc3-6af3-446e-a607-8d05e38e1ce9\"\n                            }\n                        ],\n                        \"id\": \"2c9de017-885f-4c1e-99bf-d10cd870fb0b\",\n                        \"description\": \"Test folder for user information.\",\n                        \"uid\": \"12345678-2c9de017-885f-4c1e-99bf-d10cd870fb0b\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"id\": \"8b29623b-9c9c-4fed-ab9e-85f64524977b\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [],\n                        \"uid\": \"12345678-8b29623b-9c9c-4fed-ab9e-85f64524977b\"\n                    }\n                ],\n                \"id\": \"7d1ea228-82fc-4887-833a-caf88d3182d5\",\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"PMAK-XXX\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\"\n                        },\n                        {\n                            \"key\": \"in\",\n                            \"value\": \"header\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-7d1ea228-82fc-4887-833a-caf88d3182d5\"\n            },\n            {\n                \"name\": \"Test F\",\n                \"id\": \"ff460862-473c-41b8-8be4-a493041c3351\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"\"\n                    }\n                },\n                \"response\": [],\n                \"uid\": \"12345678-ff460862-473c-41b8-8be4-a493041c3351\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"83bea4b0-eefa-46a1-85d6-05e459c97e3a","name":"Copy Another Collection's Contents","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Folder 1\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Test D\",\n                                \"event\": [\n                                    {\n                                        \"listen\": \"prerequest\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                                \"    console.log(response.json());\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    },\n                                    {\n                                        \"listen\": \"test\",\n                                        \"script\": {\n                                            \"exec\": [\n                                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                                \"    pm.response.to.have.status(200);\",\n                                                \"});\"\n                                            ],\n                                            \"type\": \"text/javascript\"\n                                        }\n                                    }\n                                ],\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"apikey\",\n                                        \"apikey\": [\n                                            {\n                                                \"key\": \"value\",\n                                                \"value\": \"PMAK-XXX\"\n                                            },\n                                            {\n                                                \"key\": \"key\",\n                                                \"value\": \"api-key\"\n                                            },\n                                            {\n                                                \"key\": \"in\",\n                                                \"value\": \"header\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id={{id}}\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"{{id}}\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"name\": \"Test E\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"auth\": {\n                                        \"type\": \"bearer\",\n                                        \"bearer\": [\n                                            {\n                                                \"key\": \"token\",\n                                                \"value\": \"TEST\"\n                                            }\n                                        ]\n                                    },\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"username\\\": \\\"test-user\\\",\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id={{id}}\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"{{id}}\",\n                                                \"description\": \"Optional. The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"name\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/get?id=1234\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"get\"\n                                                ],\n                                                \"query\": [\n                                                    {\n                                                        \"key\": \"id\",\n                                                        \"value\": \"1234\",\n                                                        \"description\": \"Optional. The user's ID.\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"name\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\"\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"auth\": {\n                            \"type\": \"apikey\",\n                            \"apikey\": [\n                                {\n                                    \"key\": \"value\",\n                                    \"value\": \"PMAK-XXX\"\n                                },\n                                {\n                                    \"key\": \"key\",\n                                    \"value\": \"api-key\"\n                                },\n                                {\n                                    \"key\": \"in\",\n                                    \"value\": \"header\"\n                                }\n                            ]\n                        },\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"bearer\",\n                                \"bearer\": [\n                                    {\n                                        \"key\": \"token\",\n                                        \"value\": \"TEST\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"key\": \"Accept\",\n                                    \"value\": \"application/vnd.example.v1+json\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request?id={{id}}\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{id}}\",\n                                        \"description\": \"The API's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\"\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\"\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\"\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\"\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n  \\\"args\\\": {},\\n  \\\"data\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"files\\\": {},\\n  \\\"form\\\": {},\\n  \\\"headers\\\": {\\n    \\\"x-forwarded-proto\\\": \\\"https\\\",\\n    \\\"x-forwarded-port\\\": \\\"443\\\",\\n    \\\"host\\\": \\\"postman-echo.com\\\",\\n    \\\"x-amzn-trace-id\\\": \\\"Root=1-64f9c517-36db304817c774d740619baa\\\",\\n    \\\"content-length\\\": \\\"22\\\",\\n    \\\"user-agent\\\": \\\"curl/7.88.1\\\",\\n    \\\"accept\\\": \\\"*/*\\\",\\n    \\\"content-type\\\": \\\"application/json\\\"\\n  },\\n  \\\"json\\\": {\\n    \\\"field\\\": \\\"Value\\\"\\n  },\\n  \\\"url\\\": \\\"https://postman-echo.com/post\\\"\\n}\\n\"\n                            },\n                            {\n                                \"name\": \"Not Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?id=test-api\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"test-api\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"Not Found\",\n                                \"code\": 404,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"title\\\": \\\"Not Found\\\",\\n    \\\"detail\\\": \\\"Requested API does not exist\\\",\\n    \\\"type\\\": \\\"about:blank\\\"\\n}\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Test B\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"PUT\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test\\\",\\n    \\\"description\\\": \\\"This is a test.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"name\": \"Test B\",\n                                \"originalRequest\": {\n                                    \"method\": \"PUT\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"name\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"firstName\\\": \\\"Test\\\",\\n    \\\"lastName\\\": \\\"User\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"1234\\\",\\n    \\\"user\\\": \\\"test-user\\\"\\n}\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Test C\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"exec\": [\n                                        \"\"\n                                    ],\n                                    \"type\": \"text/javascript\"\n                                }\n                            }\n                        ],\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"auth\": {\n                                \"type\": \"apikey\",\n                                \"apikey\": [\n                                    {\n                                        \"key\": \"value\",\n                                        \"value\": \"PMAK-XXX\"\n                                    },\n                                    {\n                                        \"key\": \"key\",\n                                        \"value\": \"api-key\"\n                                    },\n                                    {\n                                        \"key\": \"in\",\n                                        \"value\": \"header\"\n                                    }\n                                ]\n                            },\n                            \"method\": \"POST\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/post\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"post\"\n                                ]\n                            }\n                        },\n                        \"response\": [\n                            {\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"name\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"test-api\\\",\\n    \\\"name\\\": \\\"Test API\\\",\\n    \\\"description\\\": \\\"This is a test API.\\\",\\n    \\\"is_public\\\": false,\\n    \\\"created_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"updated_at\\\": \\\"2022-01-28T11:50:56.000Z\\\",\\n    \\\"performance\\\": {\\n        \\\"collection\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\",\\n        \\\"environment\\\": \\\"123e4567-e89b-12d3-a456-556642440000\\\"\\n    }\\n}\"\n                            }\n                        ]\n                    }\n                ],\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"PMAK-XXX\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\"\n                        },\n                        {\n                            \"key\": \"in\",\n                            \"value\": \"header\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"name\": \"Folder 3\",\n                \"item\": [\n                    {\n                        \"name\": \"ID\",\n                        \"item\": [\n                            {\n                                \"name\": \"Request 3-A\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"response\": []\n                            }\n                        ],\n                        \"description\": \"Test folder user ID.\"\n                    },\n                    {\n                        \"name\": \"User\",\n                        \"item\": [\n                            {\n                                \"name\": \"New Request\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"POST\",\n                                    \"header\": []\n                                },\n                                \"response\": []\n                            },\n                            {\n                                \"name\": \"New Request\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"GET\",\n                                    \"header\": []\n                                },\n                                \"response\": []\n                            }\n                        ],\n                        \"description\": \"Test folder for user information.\"\n                    },\n                    {\n                        \"name\": \"Test A\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/request\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \"request\"\n                                ]\n                            }\n                        },\n                        \"response\": []\n                    }\n                ],\n                \"description\": \"This is a test folder.\",\n                \"auth\": {\n                    \"type\": \"apikey\",\n                    \"apikey\": [\n                        {\n                            \"key\": \"value\",\n                            \"value\": \"PMAK-XXX\"\n                        },\n                        {\n                            \"key\": \"key\",\n                            \"value\": \"x-api-key\"\n                        },\n                        {\n                            \"key\": \"in\",\n                            \"value\": \"header\"\n                        }\n                    ]\n                },\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                \"    console.log(response.json());\",\n                                \"});\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"name\": \"Test F\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"header\": []\n                },\n                \"response\": []\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"c6666ddc-03c4-48b4-9859-07dc987b6ec4","name":"Disable a Request's Query Params","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"description\": \"This is a test.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"GET Request with headers and query params\",\n                \"id\": \"7d3bf97a-9a5e-4676-bad4-991d0442c962\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"x-api-key\",\n                            \"value\": \"apikey\",\n                            \"type\": \"text\",\n                            \"disabled\": true\n                        }\n                    ],\n                    \"url\": {\n                        \"raw\": \"https://postman-echo.com/get\",\n                        \"protocol\": \"https\",\n                        \"host\": [\n                            \"postman-echo\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"get\"\n                        ],\n                        \"query\": [\n                            {\n                                \"key\": \"param1\",\n                                \"value\": \"value1\"\n                            },\n                            {\n                                \"key\": \"param2\",\n                                \"value\": \"value2\",\n                                \"disabled\": true\n                            }\n                        ]\n                    }\n                },\n                \"response\": [],\n                \"uid\": \"12345678-42d13443-2f50-47f0-b417-03081a97bf45\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"f6814ed2-91b6-4b55-a6a3-cae112f47527","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"4ebff4d2-b7c7-4747-8733-e15fa2dae976","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"4560f7b8-e90d-4f86-a727-1a92298556d4","name":"Malformed Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"Found 2 errors with the supplied collection.\",\n        \"details\": [\n            \": must have required property 'item'\",\n            \"info: must have required property 'schema'\"\n        ]\n    }\n}"},{"id":"f523bc41-c374-44a9-bca4-b9ebdae970a9","name":"Collection ID Mismatch","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection\",\n            \"description\": \"This collection makes a request to the Postman Echo service to get a list of request headers sent by an HTTP client.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Test POST Response\",\n                \"event\": [\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"7d2334fc-a84a-4c3d-b26c-7529afa4c0ae\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                                ],\n                            \"type\": \"text/javascript\"\n                            }\n                        }\n                    ],\n                \"request\": {\n                    \"url\": \"https://echo.getpostman.com/headers\",\n                    \"method\": \"POST\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"collectionMismatchError\",\n        \"message\": \"The collection ID in the path does not match the collection ID in the request body.\"\n    }\n}"},{"id":"de49ea23-279b-4c38-b510-585907078785","name":"Operation in Progress","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/conflict\",\n    \"status\": 409,\n    \"title\": \"Conflict\", \n    \"detail\": \"Deep update operation is already in progress for this collection.\"\n}"},{"id":"9e2be371-7a9b-43db-b410-360d0fc1bd91","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"bc8b292b-ffbb-4c67-a2a1-2fc416e2aef8"},{"name":"Replace collection's data asynchronously","id":"af50914a-e8cb-43ef-9113-144cf3b400b2","request":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async","description":"<p>The <code>respond-async</code> header to perform the update asynchronously.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId","description":"<p>Replaces the contents of a collection asynchronously. Include the collection's ID values in the request body. If you do not, the endpoint removes the existing items and creates new items. Use the GET <code>/collection-updates-tasks/{taskId}</code> endpoint to get the collection's update status.</p>\n<ul>\n<li><p>For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n</li>\n<li><p>For protocol profile behavior, refer to Postman's <a href=\"https://github.com/postmanlabs/postman-runtime/blob/develop/docs/protocol-profile-behavior.md\">Protocol Profile Behavior</a> documentation.</p>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The maximum collection size this endpoint accepts cannot exceed 100 MB.</p>\n</li>\n<li><p>This request uses example values in the request body for context when replacing a collection's data. For additional ways to replace collection data, see the collection's examples.</p>\n</li>\n<li><p>If you don't include the collection items' ID values from the request body, the endpoint <strong>removes</strong> the existing items and recreates the items with new ID values.</p>\n</li>\n<li><p>To copy another collection's contents to the given collection, remove all ID values before you pass it in this endpoint. If you do not, this endpoint returns an error. These values include the <code>id</code>, <code>uid</code>, and <code>postman_id</code> values.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"f8a38e69-4972-4ff6-930b-8914d89916f7","name":"Update In Progress","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"task\": {\n        \"id\": \"be15d43c-0ca9-427b-b073-1c4228f32f8d\",\n        \"status\": \"in-progress\"\n    }\n}"},{"id":"5f74cba9-cdcf-4f43-ae04-4fef3fe5044b","name":"Invalid Schema","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test User Collection\",\n            \"description\": \"This is a basic test user collection.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"variable\": {\n            \"key\": \"userId\",\n            \"value\": \"12345678\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Unable to parse the collection. Please ensure it is according to https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\"\n}"},{"id":"cfe2df01-e4ec-4565-972e-fa3ee547a30d","name":"Missing collection Property","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"info\": {\n        \"name\": \"Test User Collection\",\n        \"description\": \"This is a basic test user collection.\",\n        \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n    },\n    \"item\": [\n        {\n            \"name\": \"Get a user\",\n            \"event\": [\n                {\n                    \"listen\": \"prerequest\",\n                    \"script\": {\n                        \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                        \"exec\": [\n                            \"try {\",\n                            \"    const response = await pm.sendRequest({\",\n                            \"        url: \\\"https://postman-echo.com/get\\\",\",\n                            \"        method: \\\"GET\\\"\",\n                            \"    });\",\n                            \"\",\n                            \"    console.log(response.json());\",\n                            \"} catch (err) {\",\n                            \"    console.error(err);\",\n                            \"}\"\n                        ],\n                        \"type\": \"text/javascript\",\n                        \"packages\": {}\n                    }\n                },\n                {\n                    \"listen\": \"test\",\n                    \"script\": {\n                        \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                        \"exec\": [\n                            \"pm.test(\\\"Status code is 200\\\", function () {\",\n                            \"    pm.response.to.have.status(200);\",\n                            \"});\"\n                        ],\n                        \"type\": \"text/javascript\",\n                        \"packages\": {}\n                    }\n                }\n            ],\n            \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n            \"protocolProfileBehavior\": {\n                \"disableBodyPruning\": true,\n                \"strictSSL\": true\n            },\n            \"request\": {\n                \"method\": \"GET\",\n                \"header\": [],\n                \"url\": {\n                    \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                    \"protocol\": \"http\",\n                    \"host\": [\n                        \"api\",\n                        \"getpostman\",\n                        \"com\"\n                    ],\n                    \"path\": [\n                        \"v1\",\n                        \":userId\"\n                    ],\n                    \"variable\": [\n                        {\n                            \"key\": \"userId\",\n                            \"value\": \"{{userId}}\",\n                            \"description\": \"The user ID.\"\n                        }\n                    ]\n                },\n                \"description\": \"Gets information about a user.\"\n            },\n            \"response\": [\n                {\n                    \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                    \"name\": \"200 OK\",\n                    \"originalRequest\": {\n                        \"method\": \"GET\",\n                        \"header\": [],\n                        \"url\": {\n                            \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                            \"protocol\": \"http\",\n                            \"host\": [\n                                \"api\",\n                                \"getpostman\",\n                                \"com\"\n                            ],\n                            \"path\": [\n                                \"v1\",\n                                \":userId\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"userId\",\n                                    \"value\": \"{{userId}}\",\n                                    \"description\": \"The user ID.\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"OK\",\n                    \"code\": 200,\n                    \"_postman_previewlanguage\": \"json\",\n                    \"header\": [\n                        {\n                            \"key\": \"Content-Type\",\n                            \"value\": \"application/json\",\n                            \"description\": \"\",\n                            \"type\": \"text\"\n                        }\n                    ],\n                    \"cookie\": [],\n                    \"responseTime\": null,\n                    \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                    \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                }\n            ],\n            \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n        },\n        {\n            \"name\": \"Delete a user\",\n            \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n            \"protocolProfileBehavior\": {\n                \"disableBodyPruning\": true\n            },\n            \"request\": {\n                \"method\": \"DELETE\",\n                \"header\": [],\n                \"url\": {\n                    \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                    \"protocol\": \"http\",\n                    \"host\": [\n                        \"api\",\n                        \"getpostman\",\n                        \"com\"\n                    ],\n                    \"path\": [\n                        \"v1\",\n                        \":userId\"\n                    ],\n                    \"variable\": [\n                        {\n                            \"key\": \"userId\",\n                            \"value\": \"{{userId}}\",\n                            \"description\": \"The user ID.\"\n                        }\n                    ]\n                },\n                \"description\": \"Deletes a user.\"\n            },\n            \"response\": [\n                {\n                    \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                    \"name\": \"204 No Content\",\n                    \"originalRequest\": {\n                        \"method\": \"DELETE\",\n                        \"header\": [],\n                        \"url\": {\n                            \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                            \"protocol\": \"http\",\n                            \"host\": [\n                                \"api\",\n                                \"getpostman\",\n                                \"com\"\n                            ],\n                            \"path\": [\n                                \"v1\",\n                                \":userId\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"userId\",\n                                    \"value\": \"{{userId}}\",\n                                    \"description\": \"The user ID.\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"No Content\",\n                    \"code\": 204,\n                    \"_postman_previewlanguage\": null,\n                    \"header\": null,\n                    \"cookie\": [],\n                    \"responseTime\": null,\n                    \"body\": null,\n                    \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                }\n            ],\n            \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n        }\n    ],\n    \"auth\": {\n        \"type\": \"apikey\",\n        \"apikey\": [\n            {\n                \"key\": \"value\",\n                \"value\": \"{{api-key}}\"\n            },\n            {\n                \"key\": \"key\",\n                \"value\": \"x-api-key\"\n            }\n        ]\n    },\n    \"event\": [\n        {\n            \"listen\": \"prerequest\",\n            \"script\": {\n                \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                \"type\": \"text/javascript\",\n                \"packages\": {},\n                \"exec\": [\n                    \"\"\n                ]\n            }\n        },\n        {\n            \"listen\": \"test\",\n            \"script\": {\n                \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                \"type\": \"text/javascript\",\n                \"packages\": {},\n                \"exec\": [\n                    \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                    \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                    \"});\"\n                ]\n            }\n        }\n    ],\n    \"variable\": [\n        {\n            \"key\": \"userId\",\n            \"value\": \"12345678\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Missing property 'collection'\",\n    \"status\": 400,\n    \"detail\": \"PUT request body for '/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2' failed to validate schema. Location: /required\"\n}"},{"id":"1916ca8f-789b-4eae-8f5a-2b793de6204c","name":"Missing info Property","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"item\": [\n            {\n                \"name\": \"Get a user\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"id\": \"fd554123-3124-444c-a4ab-a2ed3c21b794\",\n                            \"exec\": [\n                                \"try {\",\n                                \"    const response = await pm.sendRequest({\",\n                                \"        url: \\\"https://postman-echo.com/get\\\",\",\n                                \"        method: \\\"GET\\\"\",\n                                \"    });\",\n                                \"\",\n                                \"    console.log(response.json());\",\n                                \"} catch (err) {\",\n                                \"    console.error(err);\",\n                                \"}\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"id\": \"85a17bb9-3626-4f86-b206-79798e5f8cd7\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ],\n                            \"type\": \"text/javascript\",\n                            \"packages\": {}\n                        }\n                    }\n                ],\n                \"id\": \"5e1bef64-8201-489b-b07c-a1723e008594\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true,\n                    \"strictSSL\": true\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Gets information about a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"da76da3c-c418-4f72-b47a-24c540badd37\",\n                        \"name\": \"200 OK\",\n                        \"originalRequest\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"OK\",\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\",\n                                \"description\": \"\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": \"{\\n    \\\"name\\\": \\\"Test User\\\",\\n    \\\"userId\\\": 12345678\\n}\",\n                        \"uid\": \"12345678-da76da3c-c418-4f72-b47a-24c540badd37\"\n                    }\n                ],\n                \"uid\": \"12345678-5e1bef64-8201-489b-b07c-a1723e008594\"\n            },\n            {\n                \"name\": \"Delete a user\",\n                \"id\": \"496c0ff9-e602-4506-b7dc-00ecd709d5eb\",\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"request\": {\n                    \"method\": \"DELETE\",\n                    \"header\": [],\n                    \"url\": {\n                        \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                        \"protocol\": \"http\",\n                        \"host\": [\n                            \"api\",\n                            \"getpostman\",\n                            \"com\"\n                        ],\n                        \"path\": [\n                            \"v1\",\n                            \":userId\"\n                        ],\n                        \"variable\": [\n                            {\n                                \"key\": \"userId\",\n                                \"value\": \"{{userId}}\",\n                                \"description\": \"The user ID.\"\n                            }\n                        ]\n                    },\n                    \"description\": \"Deletes a user.\"\n                },\n                \"response\": [\n                    {\n                        \"id\": \"06f9ea8b-55a7-4e8e-ae12-891a050367de\",\n                        \"name\": \"204 No Content\",\n                        \"originalRequest\": {\n                            \"method\": \"DELETE\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"http://api.getpostman.com/v1/:userId\",\n                                \"protocol\": \"http\",\n                                \"host\": [\n                                    \"api\",\n                                    \"getpostman\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"v1\",\n                                    \":userId\"\n                                ],\n                                \"variable\": [\n                                    {\n                                        \"key\": \"userId\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user ID.\"\n                                    }\n                                ]\n                            }\n                        },\n                        \"status\": \"No Content\",\n                        \"code\": 204,\n                        \"_postman_previewlanguage\": null,\n                        \"header\": null,\n                        \"cookie\": [],\n                        \"responseTime\": null,\n                        \"body\": null,\n                        \"uid\": \"12345678-06f9ea8b-55a7-4e8e-ae12-891a050367de\"\n                    }\n                ],\n                \"uid\": \"12345678-496c0ff9-e602-4506-b7dc-00ecd709d5eb\"\n            }\n        ],\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{api-key}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"x-api-key\"\n                }\n            ]\n        },\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Missing property 'info'\",\n    \"status\": 400,\n    \"detail\": \"PUT request body for '/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2' failed to validate schema. Location: /properties/collection/required\"\n}"},{"id":"81f58e6c-4101-4212-83db-84f8f9de5210","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401,\n    \"detail\": \"Unauthorized\"\n}"},{"id":"a5c5944a-9190-43cd-974f-d5a98c71e872","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"You are not permitted to perform the action.\"\n}"},{"id":"21c404d0-fb51-4ffb-b61d-522bebacadff","name":"Operation in Progress","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/conflict\",\n    \"status\": 409,\n    \"title\": \"Conflict\", \n    \"detail\": \"Deep update operation is already in progress for this collection.\"\n}"},{"id":"5320c1c4-5072-4724-b28c-1be30c71f671","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"Prefer","value":"respond-async"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a collection of user APIs.\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"item\": [\n            {\n                \"name\": \"Users\",\n                \"item\": [\n                    {\n                        \"name\": \"Update User\",\n                        \"item\": [\n                            {\n                                \"name\": \"Update user\",\n                                \"id\": \"47df4fbb-71dd-42c1-862f-30238c2e4dd8\",\n                                \"protocolProfileBehavior\": {\n                                    \"disableBodyPruning\": true\n                                },\n                                \"request\": {\n                                    \"method\": \"PATCH\",\n                                    \"header\": [],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n    \\\"name\\\": \\\"{{name}}\\\",\\n    \\\"email\\\": \\\"{{emailAddress}}\\\",\\n    \\\"roles\\\": [\\n        \\\"{{role}}\\\"\\n    ]\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/users/:userId\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"users\",\n                                            \":userId\"\n                                        ],\n                                        \"variable\": [\n                                            {\n                                                \"key\": \"userId\",\n                                                \"value\": \"{{userId}}\",\n                                                \"description\": \"The user's ID.\"\n                                            }\n                                        ]\n                                    },\n                                    \"description\": \"This is an example GET request.\"\n                                },\n                                \"response\": [\n                                    {\n                                        \"id\": \"54d73421-9a19-4158-a8dd-deb0b509b965\",\n                                        \"name\": \"Successful Response\",\n                                        \"originalRequest\": {\n                                            \"method\": \"GET\",\n                                            \"header\": [\n                                                {\n                                                    \"key\": \"Content-Type\",\n                                                    \"value\": \"application/json\",\n                                                    \"type\": \"text\"\n                                                }\n                                            ],\n                                            \"body\": {\n                                                \"mode\": \"raw\",\n                                                \"raw\": \"{\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                                \"options\": {\n                                                    \"raw\": {\n                                                        \"language\": \"json\"\n                                                    }\n                                                }\n                                            },\n                                            \"url\": {\n                                                \"raw\": \"https://postman-echo.com/users/:userId\",\n                                                \"protocol\": \"https\",\n                                                \"host\": [\n                                                    \"postman-echo\",\n                                                    \"com\"\n                                                ],\n                                                \"path\": [\n                                                    \"users\",\n                                                    \":userId\"\n                                                ],\n                                                \"variable\": [\n                                                    {\n                                                        \"key\": \"userId\",\n                                                        \"value\": \"12345678\"\n                                                    }\n                                                ]\n                                            }\n                                        },\n                                        \"status\": \"OK\",\n                                        \"code\": 200,\n                                        \"_postman_previewlanguage\": \"json\",\n                                        \"header\": [\n                                            {\n                                                \"key\": \"Content-Type\",\n                                                \"value\": \"application/json\",\n                                                \"description\": \"\",\n                                                \"type\": \"text\",\n                                                \"enabled\": true\n                                            }\n                                        ],\n                                        \"cookie\": [],\n                                        \"responseTime\": null,\n                                        \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ]\\n}\",\n                                        \"uid\": \"12345678-54d73421-9a19-4158-a8dd-deb0b509b965\"\n                                    }\n                                ],\n                                \"uid\": \"12345678-47df4fbb-71dd-42c1-862f-30238c2e4dd8\"\n                            }\n                        ],\n                        \"id\": \"77a74569-7a63-4a0b-acf0-29f5f608b423\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ]\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"type\": \"text/javascript\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"uid\": \"12345678-77a74569-7a63-4a0b-acf0-29f5f608b423\"\n                    },\n                    {\n                        \"name\": \"Get user\",\n                        \"event\": [\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"057c7e52-f7c2-4d45-8c55-7e6412d4f96c\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"673dcace-e82b-495b-bfcd-ec158dac85c1\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"34656a5f-db32-49b3-ae74-5c93cad3054a\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users?id={{userId}}\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"id\",\n                                        \"value\": \"{{userId}}\",\n                                        \"description\": \"The user's ID.\"\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is an example GET request.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"be9620c6-48b3-4bb9-9ca3-283f39f0064c\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Content-Type\",\n                                            \"value\": \"application/json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/get?id=12345678\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"get\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"id\",\n                                                \"value\": \"12345678\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"id\\\": \\\"12345678\\\",\\n    \\\"name\\\": \\\"Taylor Lee\\\",\\n    \\\"username\\\": \\\"taylor-lee\\\",\\n    \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n    \\\"roles\\\": [\\n        \\\"user\\\",\\n        \\\"admin\\\"\\n    ],\\n    \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n}\",\n                                \"uid\": \"12345678-be9620c6-48b3-4bb9-9ca3-283f39f0064c\"\n                            }\n                        ],\n                        \"uid\": \"12345678-34656a5f-db32-49b3-ae74-5c93cad3054a\"\n                    },\n                    {\n                        \"name\": \"Get all users\",\n                        \"event\": [\n                            {\n                                \"listen\": \"test\",\n                                \"script\": {\n                                    \"id\": \"70c9a072-f394-4a64-986c-ead9e3c81e16\",\n                                    \"exec\": [\n                                        \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                        \"    pm.response.to.have.status(200);\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            },\n                            {\n                                \"listen\": \"prerequest\",\n                                \"script\": {\n                                    \"id\": \"ad2cfb3f-3b00-4728-b83b-dc9c8bd73510\",\n                                    \"exec\": [\n                                        \"pm.sendRequest(\\\"https://postman-echo.com/get\\\", function (err, response) {\",\n                                        \"    console.log(response.json());\",\n                                        \"});\"\n                                    ],\n                                    \"type\": \"text/javascript\",\n                                    \"packages\": {}\n                                }\n                            }\n                        ],\n                        \"id\": \"323efcea-d144-4e32-98f0-75120bddffa8\",\n                        \"protocolProfileBehavior\": {\n                            \"disableBodyPruning\": true\n                        },\n                        \"request\": {\n                            \"method\": \"GET\",\n                            \"header\": [],\n                            \"body\": {\n                                \"mode\": \"raw\",\n                                \"raw\": \"\",\n                                \"options\": {\n                                    \"raw\": {\n                                        \"language\": \"json\"\n                                    }\n                                }\n                            },\n                            \"url\": {\n                                \"raw\": \"https://postman-echo.com/users\",\n                                \"protocol\": \"https\",\n                                \"host\": [\n                                    \"postman-echo\",\n                                    \"com\"\n                                ],\n                                \"path\": [\n                                    \"users\"\n                                ],\n                                \"query\": [\n                                    {\n                                        \"key\": \"groupId\",\n                                        \"value\": \"{{groupId}}\",\n                                        \"description\": \"The user group's ID.\",\n                                        \"disabled\": true\n                                    }\n                                ]\n                            },\n                            \"description\": \"This is a test API.\"\n                        },\n                        \"response\": [\n                            {\n                                \"id\": \"6ff56c59-1b88-48fe-a758-35166bec87eb\",\n                                \"name\": \"Successful Response\",\n                                \"originalRequest\": {\n                                    \"method\": \"POST\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Host\",\n                                            \"value\": \"postman-echo.com\"\n                                        },\n                                        {\n                                            \"key\": \"user-agent\",\n                                            \"value\": \"curl/7.88.1\"\n                                        },\n                                        {\n                                            \"key\": \"accept\",\n                                            \"value\": \"*/*\"\n                                        },\n                                        {\n                                            \"key\": \"content-type\",\n                                            \"value\": \"application/json\"\n                                        },\n                                        {\n                                            \"key\": \"content-length\",\n                                            \"value\": \"22\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"{\\n  \\\"field\\\": \\\"Value\\\"\\n}\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"https://postman-echo.com/post\",\n                                        \"protocol\": \"https\",\n                                        \"host\": [\n                                            \"postman-echo\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"post\"\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"date\",\n                                        \"value\": \"Thu, 07 Sep 2023 12:41:59 GMT\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-type\",\n                                        \"value\": \"application/json; charset=utf-8\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"content-length\",\n                                        \"value\": \"468\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"etag\",\n                                        \"value\": \"W/\\\"1d4-JuAIw8ssoFCtGzk/UwITxaiSbrc\\\"\",\n                                        \"enabled\": true\n                                    },\n                                    {\n                                        \"key\": \"set-cookie\",\n                                        \"value\": \"sails.sid=s%3A6p_NXpI3OZeGE35bI6i5Uq3XgHHxcsdJ.dQVpBE%2BJ9wHWainkqe6F6dkdv7UKoshSZY7sdZ5sbzo; Path=/ HttpOnly\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": [\\n        {\\n            \\\"id\\\": \\\"12345678\\\",\\n            \\\"name\\\": \\\"Taylor Lee\\\",\\n            \\\"username\\\": \\\"taylor-lee\\\",\\n            \\\"email\\\": \\\"taylor.lee@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"admin\\\",\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-23T14:38:25.000Z\\\"\\n        },\\n        {\\n            \\\"id\\\": \\\"87654321\\\",\\n            \\\"name\\\": \\\"Alex Cruz\\\",\\n            \\\"username\\\": \\\"alex-cruz\\\",\\n            \\\"email\\\": \\\"alex.cruz@example.com\\\",\\n            \\\"roles\\\": [\\n                \\\"user\\\"\\n            ],\\n            \\\"joinedAt\\\": \\\"2022-11-24T10:18:11.000Z\\\"\\n        }\\n    ]\\n}\",\n                                \"uid\": \"12345678-6ff56c59-1b88-48fe-a758-35166bec87eb\"\n                            },\n                            {\n                                \"id\": \"d445ff49-bec9-479c-b6fa-25e52e64aa13\",\n                                \"name\": \"No Group Found\",\n                                \"originalRequest\": {\n                                    \"method\": \"GET\",\n                                    \"header\": [\n                                        {\n                                            \"key\": \"Accept\",\n                                            \"value\": \"application/vnd.example.v1+json\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"body\": {\n                                        \"mode\": \"raw\",\n                                        \"raw\": \"\",\n                                        \"options\": {\n                                            \"raw\": {\n                                                \"language\": \"json\"\n                                            }\n                                        }\n                                    },\n                                    \"url\": {\n                                        \"raw\": \"http://api.getpostman.com/v1/request?groupId=123\",\n                                        \"protocol\": \"http\",\n                                        \"host\": [\n                                            \"api\",\n                                            \"getpostman\",\n                                            \"com\"\n                                        ],\n                                        \"path\": [\n                                            \"v1\",\n                                            \"request\"\n                                        ],\n                                        \"query\": [\n                                            {\n                                                \"key\": \"groupId\",\n                                                \"value\": \"123\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"status\": \"OK\",\n                                \"code\": 200,\n                                \"_postman_previewlanguage\": \"json\",\n                                \"header\": [\n                                    {\n                                        \"key\": \"Content-Type\",\n                                        \"value\": \"application/json\",\n                                        \"description\": \"\",\n                                        \"type\": \"text\",\n                                        \"enabled\": true\n                                    }\n                                ],\n                                \"cookie\": [],\n                                \"responseTime\": null,\n                                \"body\": \"{\\n    \\\"data\\\": []\\n}\",\n                                \"uid\": \"12345678-d445ff49-bec9-479c-b6fa-25e52e64aa13\"\n                            }\n                        ],\n                        \"uid\": \"12345678-323efcea-d144-4e32-98f0-75120bddffa8\"\n                    }\n                ],\n                \"id\": \"0dd70699-7c3e-4c49-acd3-e8352fbec784\",\n                \"description\": \"This is a test folder.\",\n                \"event\": [\n                    {\n                        \"listen\": \"prerequest\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.variables.get(\\\"variable_key\\\");\"\n                            ]\n                        }\n                    },\n                    {\n                        \"listen\": \"test\",\n                        \"script\": {\n                            \"type\": \"text/javascript\",\n                            \"exec\": [\n                                \"pm.test(\\\"Status code is 200\\\", function () {\",\n                                \"    pm.response.to.have.status(200);\",\n                                \"});\"\n                            ]\n                        }\n                    }\n                ],\n                \"uid\": \"12345678-0dd70699-7c3e-4c49-acd3-e8352fbec784\"\n            }\n        ],\n        \"event\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"86cc41c1-a9ad-411f-923d-5f1d15344c94\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"\"\n                    ]\n                }\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"9f48d011-89cb-4a85-9179-b3554aa44aff\",\n                    \"type\": \"text/javascript\",\n                    \"packages\": {},\n                    \"exec\": [\n                        \"pm.test(\\\"Content-Type is present\\\", function () {\",\n                        \"    pm.response.to.have.header(\\\"Content-Type\\\");\",\n                        \"});\"\n                    ]\n                }\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": \"12345678\",\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not found\",\n    \"status\": 404,\n    \"detail\": \"We could not find the collection you are looking for\"\n}"}],"_postman_id":"af50914a-e8cb-43ef-9113-144cf3b400b2"},{"name":"Get async collection update status","id":"6166f157-7e7c-4782-a553-7020a23d57ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collection-updates-tasks/:taskId","description":"<p>Gets the status of an asynchronous collection update task.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collection-updates-tasks",":taskId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The task's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"bedc58ad-e3a9-4516-ab90-30000efd2f72","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-updates-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-updates-tasks",":taskId"],"variable":[{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"status\": \"successful\"\n}"},{"id":"10b63b1d-0e03-40cb-8d30-e4c753465ca5","name":"Sync Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-updates-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-updates-tasks",":taskId"],"variable":[{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"status\": \"failed\"\n}"},{"id":"8bf26ec3-19d5-443d-994a-6c2c0407cc31","name":"Sync In Progress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-updates-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-updates-tasks",":taskId"],"variable":[{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"status\": \"in-progress\"\n}"},{"id":"c6a8f5b0-715e-418f-bcc1-4f7d5b131567","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-updates-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-updates-tasks",":taskId"],"variable":[{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401,\n    \"detail\": \"Unauthorized\"\n}"},{"id":"d6dd33bc-a4ba-4bb2-baa7-7d83a1d98170","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collection-updates-tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["collection-updates-tasks",":taskId"],"variable":[{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"Forbidden\"\n}"}],"_postman_id":"6166f157-7e7c-4782-a553-7020a23d57ef"},{"name":"Update part of a collection","id":"24607f03-453e-4936-b544-78d99e05cd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Users API\",\n            \"description\": \"This is a test.\"\n        },\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        },\n        \"events\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"e74ce0d0-5acd-44b6-a3ae-95f617c1546e\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                },\n                \"disabled\": false\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"28dc4f71-73bd-49cb-a6bd-8b41a06a3b36\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                },\n                \"disabled\": false\n            }\n        ],\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": 12345678,\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionId","description":"<p>Updates specific collection information, such as its authentication, name, events, or variables. For a complete list of properties and information, see the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n<p><strong>Note:</strong></p>\n<p>This request uses example values in the request body for context when replacing a collection's data. For additional ways to replace collection data, see the collection's examples.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"53599c9c-ca31-44f8-8b56-f20f8dd6c358","name":"Update Info","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection v2\",\n            \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection v2\",\n        \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n    }\n}"},{"id":"beac0544-499c-4aad-ae7e-f0be7a1522db","name":"Update Variables","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"variable\": [\n            {\n                \"key\": \"userId\",\n                \"value\": 12345678,\n                \"disabled\": true,\n                \"description\": \"The user's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection v2\",\n        \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n    }\n}"},{"id":"589011e3-d80f-411c-910f-57a1c01d594f","name":"Update Events","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"events\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"e74ce0d0-5acd-44b6-a3ae-95f617c1546e\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                },\n                \"disabled\": false\n            },\n            {\n                \"listen\": \"test\",\n                \"script\": {\n                    \"id\": \"28dc4f71-73bd-49cb-a6bd-8b41a06a3b36\",\n                    \"type\": \"text/javascript\",\n                    \"exec\": [\n                        \"\"\n                    ]\n                },\n                \"disabled\": true\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection v2\",\n        \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n    }\n}"},{"id":"6e221172-53cd-47bf-b0cc-aa267f4e3004","name":"Update Auth","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"auth\": {\n            \"type\": \"apikey\",\n            \"apikey\": [\n                {\n                    \"key\": \"value\",\n                    \"value\": \"{{apiKey}}\"\n                },\n                {\n                    \"key\": \"key\",\n                    \"value\": \"api-key\"\n                },\n                {\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"name\": \"Test Collection v2\",\n        \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n    }\n}"},{"id":"85255b40-d9da-4f1d-903a-bc34b0d51c18","name":"Invalid auth Type","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"auth\": {\n            \"type\": \"apikey1\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Invalid parameters: ('apikey') for key: 'collection.auth.type'\"\n    }\n}"},{"id":"cbbffa5e-d78b-4eb0-8bec-191beb67f19f","name":"Invalid variable Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"variables\": [\n            {\n                \"key\": \"userId\",\n                \"value\": 12345678,\n                \"disabled\": true,\n                \"description\": \"The user's ID.\",\n                \"property\": \"test\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Invalid parameters: ('property') for key: 'collection.variables'\"\n    }\n}"},{"id":"751fb861-1803-42da-ba41-b8ef2c7c0510","name":"Invalid events Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"events\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"e74ce0d0-5acd-44b6-a3ae-95f617c1546e\",\n                    \"property\": \"test\"\n                },\n                \"disabled\": false\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Invalid parameters: ('property') for key: 'collection.events.script'\"\n    }\n}"},{"id":"ad71af8c-06ed-4af1-9f81-e254f1575052","name":"Missing variable Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"variable\": [\n            {\n                \"key\": \"userId\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Parameters required: ('value') for key: 'collection.variables'\"\n    }\n}"},{"id":"a3a6f866-a2a1-44c6-bb1e-db435c7e6624","name":"Missing info Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"'info' key is mandatory when 'collection' is empty.\",\n        \"details\": {\n            \"param\": \"info\"\n        }\n    }\n}"},{"id":"47e2b7d7-255d-4fb4-a7b8-33c940112af2","name":"Missing events Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"events\": [\n            {\n                \"listen\": \"prerequest\",\n                \"script\": {\n                    \"id\": \"e74ce0d0-5acd-44b6-a3ae-95f617c1546e\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Parameters required: ('type', 'exec') for key: 'collection.events.script'\"\n    }\n}"},{"id":"16d812b8-6cbb-44aa-a5d6-a15910ec284c","name":"Missing auth Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"auth\": {\n            \"type\": \"apikey\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"The key 'apikey' must be present in 'collection.auth' when 'type' is 'apikey'.\",\n        \"details\": {\n            \"param\": \"apikey\"\n        }\n    }\n}"},{"id":"c7596af7-dff7-4f3d-87ef-94afbb9fd085","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection v2\",\n            \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"753d0f91-1065-42e3-bece-66ad8a2f67c9","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection v2\",\n            \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"9ea67c78-276d-4ab8-8d70-b524e570ffbb","name":"Rate Limit Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"info\": {\n            \"name\": \"Test Collection v2\",\n            \"description\": \"This is a sample collection that makes a request to the Postman Echo service. It returns a list of request headers sent by an HTTP client.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionId","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"24607f03-453e-4936-b544-78d99e05cd19"}],"id":"c705956d-1005-4fbc-803c-b6b985242a85","description":"<p>The <strong>Collections</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/sending-requests/intro-to-collections/\">collections</a>.</p>\n","_postman_id":"c705956d-1005-4fbc-803c-b6b985242a85","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Comments","item":[{"name":"Resolve a comment thread","id":"6d7cc8d3-9e53-4279-85c7-2f485853c962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.getpostman.com/comments-resolutions/:threadId","description":"<p>Resolves a comment and any associated replies. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p>Comment thread IDs return in the GET <code>/comments</code> response for <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/request/12959542-a6582e0a-9382-4760-8b91-53a8aa6cb8d7\">collections</a> and <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/folder/12959542-efeda219-66e1-474c-a83b-253d15723bf7\">collection items</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["comments-resolutions",":threadId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The comment's thread ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"threadId"}]}},"response":[{"id":"49c679b3-e63e-456d-a93e-e00a24603ef5","name":"Successful Response","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/comments-resolutions/:threadId","protocol":"https","host":["api","getpostman","com"],"path":["comments-resolutions",":threadId"],"variable":[{"key":"threadId","value":"34567"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dbf47756-e6d3-4406-a77c-5fd9114d94be","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/comments-resolutions/:threadId","protocol":"https","host":["api","getpostman","com"],"path":["comments-resolutions",":threadId"],"variable":[{"key":"threadId","value":"34567"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401,\n    \"instance\": \"/comments-resolutions\"\n}"},{"id":"bde33b82-7007-4deb-ab59-99576df3b096","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/comments-resolutions/:threadId","protocol":"https","host":["api","getpostman","com"],"path":["comments-resolutions",":threadId"],"variable":[{"key":"threadId","value":"34567"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"instance\": \"/comments-resolutions\"\n}"},{"id":"47f5f3f3-1f88-4950-bf2c-722ff05044b9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/comments-resolutions/:threadId","protocol":"https","host":["api","getpostman","com"],"path":["comments-resolutions",":threadId"],"variable":[{"key":"threadId","value":"34567"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500,\n    \"instance\": \"/comments-resolutions\"\n}"}],"_postman_id":"6d7cc8d3-9e53-4279-85c7-2f485853c962"}],"id":"d9808479-bb36-4ead-8167-9b1c3ba14c11","description":"<p>The <strong>Comments</strong> endpoints enable you to manage comments on an API element. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"d9808479-bb36-4ead-8167-9b1c3ba14c11","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Environments","item":[{"name":"Forks","item":[{"name":"Get an environment's forks","id":"d60698f1-50cb-4e6e-aff5-081ba6c302e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/environments/:environmentUid/forks","description":"<p>Gets all of an environment's forked environments.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentUid","forks"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Sort results in ascending (<code>asc</code>) or descending (<code>desc</code>) order.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to 10.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the date and time of creation.</p>\n","type":"text/plain"},"key":"sort","value":"createdAt"}],"variable":[{"description":{"content":"<p>The environment's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentUid"}]}},"response":[{"id":"9317e262-0eaa-45e0-8ad3-a069b64cfe68","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"forkName\": \"Test Fork\",\n            \"createdBy\": \"12345678\",\n            \"forkId\": \"12345678-0fcea3ba-abcf-49c3-9f48-669c208fef25\",\n            \"createdAt\": \"2024-01-30T16:42:22.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork #2\",\n            \"createdBy\": \"12345678\",\n            \"forkId\": \"12345678-b7f0ded7-d614-4f74-baef-1006f6ab8a7b\",\n            \"createdAt\": \"2024-01-30T16:39:25.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"My fork\",\n            \"createdBy\": \"87654321\",\n            \"forkId\": \"87654321-ed71be39-27b8-4886-bb74-77cb047d4fa6\",\n            \"createdAt\": \"2024-01-30T16:39:17.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Alex Cruz's fork\",\n            \"createdBy\": \"87654321\",\n            \"forkId\": \"872905-c439ede2-4c40-4f25-82b2-a1a1219ead94\",\n            \"createdAt\": \"2024-01-30T16:39:09.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Taylor Lee's Fork\",\n            \"createdBy\": \"12345678\",\n            \"forkId\": \"12345678-65c0a895-1428-45ea-bff0-f0f48e87f044\",\n            \"createdAt\": \"2024-01-30T16:39:02.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Test 1\",\n            \"createdBy\": \"87654321\",\n            \"forkId\": \"87654321-3ad67987-91c4-4bd6-b624-348a5ea14e69\",\n            \"createdAt\": \"2024-01-30T16:38:52.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Test #2\",\n            \"createdBy\": \"56781234\",\n            \"forkId\": \"56781234-c7e91b68-c39e-4735-a103-da47c98a5f01\",\n            \"createdAt\": \"2024-01-30T16:38:27.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Test Fork #3\",\n            \"createdBy\": \"12345678\",\n            \"forkId\": \"12345678-00dcac5b-e81a-4250-bb9a-7878df2a7a03\",\n            \"createdAt\": \"2024-01-30T16:38:18.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Alex Cruz's fork 1\",\n            \"createdBy\": \"87654321\",\n            \"forkId\": \"87654321-6dd33d0c-36eb-4542-a5f2-bb2a70303f63\",\n            \"createdAt\": \"2024-01-30T16:38:10.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Test 2\",\n            \"createdBy\": \"56781234\",\n            \"forkId\": \"56781234-27eed2fc-8f05-4083-b8d4-55074bc49631\",\n            \"createdAt\": \"2024-01-30T16:38:01.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"Taylor Lee's Fork 2\",\n            \"createdBy\": \"12345678\",\n            \"forkId\": \"12345678-f96f3b83-3fc4-49a6-bd0b-6bf4162ac9f9\",\n            \"createdAt\": \"2024-01-30T16:37:51.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        },\n        {\n            \"forkName\": \"My fork 3\",\n            \"createdBy\": \"56781234\",\n            \"forkId\": \"56781234-69068628-c150-4b0e-a191-1e58a6be46c6\",\n            \"createdAt\": \"2024-01-30T16:24:19.000Z\",\n            \"updatedAt\": \"2024-03-21T15:51:42.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"NTg3NjgtNTg3NTctNTg3NjgtNTAtY3JlYXRlZEF0LWRlc2MtZmFsc2UtLS0xLTEtMTItW1s1ODc2OCw1ODc1N11d\",\n        \"total\": 12\n    }\n}"},{"id":"f9661c36-c5dd-4f24-92c9-38cd5c22caf0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"03f1685d-16b3-4a33-931e-68d67f00cb08","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Not Found\",\n    \"status\": 404,\n    \"detail\": \"We could not find the environment you are looking for\",\n    \"type\": \"https://api.postman.com/problems/notFound\"\n}"},{"id":"a560fe86-5517-47e8-95cb-749b3d7180df","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\"\n}"}],"_postman_id":"d60698f1-50cb-4e6e-aff5-081ba6c302e0"},{"name":"Create a fork","id":"7f4d2909-87ac-4fc5-889e-7b4fc172c1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"{{forkLabel}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments/:environmentUid/forks?workspace=","description":"<p>Creates a <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/\">fork</a> from an existing environment into a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentUid","forks"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace ID in which to fork the environment.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[{"description":{"content":"<p>The environment's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentUid"}]}},"response":[{"id":"48f4f0ec-4f5f-4320-aa41-78f88627aed8","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"My fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"forkName\": \"Test Fork\",\n        \"uid\": \"12345678-0fcea3ba-abcf-49c3-9f48-669c208fef25\",\n        \"name\": \"Testing Environment\"\n    }\n}"},{"id":"86eef098-c5d9-4ed4-9603-2cc703f88a4e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"My fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"\",\n    \"detail\": \"Query parameter 'workspaceId' is missing\",\n    \"status\": 400\n}"},{"id":"f2eb58c2-7891-46f4-898e-38fd2e419543","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"My fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"356f863c-e005-4e89-a7b1-b4ec7f8fc5a0","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"My fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Not Found\",\n    \"status\": 404,\n    \"detail\": \"We could not find the environment you are looking for\",\n    \"type\": \"https://api.postman.com/problems/notFound\"\n}"},{"id":"d10d3039-cdfa-46bf-82ad-84a40158a637","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"forkName\": \"My fork\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/forks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","forks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\"\n}"}],"_postman_id":"7f4d2909-87ac-4fc5-889e-7b4fc172c1a5"},{"name":"Pull source changes","id":"47151874-d7d1-47f8-a891-1fdd0d00946f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"{{environmentUid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments/:environmentUid/pulls","description":"<p><a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/#pull-updates-from-a-parent-element\">Pulls</a> the changes from a parent (source) environment into the forked environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentUid","pulls"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The destination environment's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentUid"}]}},"response":[{"id":"459b3e0c-fbf1-46de-8868-343c2f5aa42a","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/pulls","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","pulls"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"uid\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n    }\n}"},{"id":"009a276d-7c81-49dc-910c-d08cf8cd63e2","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/pulls","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","pulls"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"The environment Id is not a forked environment.\",\n    \"detail\": {}\n}"},{"id":"a2e555e1-69d3-414b-b21e-c2e2eb113739","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/pulls","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","pulls"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"f68546ce-498c-4345-86a3-a7fb0913fcc5","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/pulls","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","pulls"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Not Found\",\n    \"status\": 404,\n    \"detail\": \"We could not find the environment you are looking for\",\n    \"type\": \"https://api.postman.com/problems/notFound\"\n}"},{"id":"7c8b9b86-b70c-467d-9543-2337ae8adcd6","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/pulls","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","pulls"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\"\n}"}],"_postman_id":"47151874-d7d1-47f8-a891-1fdd0d00946f"},{"name":"Merge a fork","id":"3ee50731-9f80-44fc-9e07-0a8ea79b151f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"{{environmentUid}}\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments/:environmentUid/merges","description":"<p><a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/#merge-changes-from-a-fork\">Merges</a> a forked environment back into its parent environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentUid","merges"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The environment's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentUid"}]}},"response":[{"id":"d53d04f2-ba46-4e5b-8939-e347bd96cfc6","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/merges","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","merges"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"uid\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\"\n    }\n}"},{"id":"f7e5c6be-6d85-4e96-82e5-5e77e6c583da","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/merges","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","merges"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"The environment Id is not a forked environment.\",\n    \"detail\": {}\n}"},{"id":"0806476f-5318-4d1e-97a2-a38dd2226bdb","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/merges","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","merges"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"b4b33e28-d155-4462-8ab4-8f4b15503070","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/merges","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","merges"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Not Found\",\n    \"status\": 404,\n    \"detail\": \"We could not find the environment you are looking for\",\n    \"type\": \"https://api.postman.com/problems/notFound\"\n}"},{"id":"334de203-695c-4fee-afcb-d579ccb58e9a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957\",\n    \"deleteSource\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentUid/merges","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentUid","merges"],"variable":[{"key":"environmentUid","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\"\n}"}],"_postman_id":"3ee50731-9f80-44fc-9e07-0a8ea79b151f"}],"id":"97064ccd-9f4e-4ebc-917a-4c74a7369061","description":"<p>These endpoints enable you to manage environment <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-entities/\">forks</a>.</p>\n","_postman_id":"97064ccd-9f4e-4ebc-917a-4c74a7369061","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get an environment","event":[{"listen":"test","script":{"id":"90c20ea2-50c5-4f73-9756-c0d1475d1992","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0ed17eac-d49f-4881-bbfe-bdc0282f50c6","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/environments/:environmentId","description":"<p>Gets information about an environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentId"}]}},"response":[{"id":"ffe98b73-3d2c-457c-8340-7b98c2e33655","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2020-11-05T13:59:22.000Z\",\n        \"updatedAt\": \"2020-11-05T13:59:23.000Z\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\",\n                \"description\": \"The collection's ID.\"\n            }\n        ],\n        \"isPublic\": false\n    }\n}"},{"id":"d1273648-092e-4bae-aa5a-3b850695276b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the environment you are looking for\"\n    }\n}"},{"id":"e606d782-d9db-4521-8e31-f583f0a65cb7","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"0ed17eac-d49f-4881-bbfe-bdc0282f50c6"},{"name":"Delete an environment","id":"68fac38e-bdcf-43ce-a8c5-9b6823782100","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/environments/:environmentId","description":"<p>Deletes an environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentId"}]}},"response":[{"id":"2c901822-e1f3-4040-8528-dc770fc8ff59","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"c7d44f53-1fb9-4ba1-b3e2-1a89a20eea85","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified environment does not exist.\"\n    }\n}"},{"id":"46f27895-5592-41a9-b2e9-0dccd470d5f7","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"68fac38e-bdcf-43ce-a8c5-9b6823782100"},{"name":"Create an environment","id":"794f718f-96df-4120-afa7-406473e189d0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"{{environmentName}}\",\n        \"values\": [\n            {\n                \"key\": \"{{environmentVariableName}}\",\n                \"value\": \"{{environmentVariableValue}}\",\n                \"enabled\": true,\n                \"type\": \"{{environmentVariableType}}\",\n                \"description\": \"{{environmentVariableDescription}}\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments?workspace=","description":"<p>Creates an environment.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The request body size cannot exceed the maximum allowed size of 30MB.</p>\n</li>\n<li><p>If you receive an HTTP <code>411 Length Required</code> error response, manually pass the <code>Content-Length</code> header and its value in the request header.</p>\n</li>\n<li><p>If you do not include the <code>workspace</code> query parameter, the system creates the environment in the oldest personal Internal workspace you own.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>A workspace ID in which to create the environment.</p>\n<p>If you do not include this query parameter, the system creates the environment in the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"7348f075-0b84-4335-8393-ac49bc2a4bee","name":"Create Environment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\",\n                \"description\": \"The collection's ID.\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\",\n                \"description\": \"Placeholder variable value.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test Environment\",\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"cfdcb8e3-2ea3-48e2-943f-a2db946eb849","name":"Malformed Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"Found 1 errors with the supplied environment.\",\n        \"details\": [\n            \"environment: must have required property 'name'\"\n        ]\n    }\n}"},{"id":"06b6dc2a-5b14-4fa7-8ef4-0fe38bb87574","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You are not permitted to perform the action.\"\n    }\n}"},{"id":"85d4bf28-18fd-434b-9b71-e0574cc96a1c","name":"Length Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Length Required","code":411,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/length-required\",\n    \"title\": \"Length Required\",\n    \"detail\": \"A valid Content-Length header is required\",\n    \"status\": 411,\n    \"instance\": \"/\"\n}"},{"id":"4c9238ef-6350-4e73-96cb-cd99597912dc","name":"Payload Too Large","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Payload Too Large","code":413,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/payload-too-large\",\n    \"title\": \"Payload Too Large\",\n    \"detail\": \"Request size limit exceeded\",\n    \"status\": 413,\n    \"instance\": \"/\"\n}"},{"id":"2c2b7899-7a08-45c5-91a6-215cde38fdb2","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            },\n            {\n                \"key\": \"variable_1\",\n                \"value\": \"The variable_1 value.\",\n                \"enabled\": false,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"794f718f-96df-4120-afa7-406473e189d0"},{"name":"Update an environment","id":"f6a26500-abb0-4378-9bef-402db8c4ef00","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"{{operationType}}\",\n        \"path\": \"{{environmentPath}}\",\n        \"value\": \"{{value}}\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments/:environmentId","description":"<p>Updates specific environment properties, such as its name and variables.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You can only perform one type of operation at a time. For example, you cannot perform an <code>add</code> and <code>replace</code> operation in the same call.</p>\n</li>\n<li><p>The request body size cannot exceed the maximum allowed size of 30MB.</p>\n</li>\n<li><p>If you receive an HTTP <code>411 Length Required</code> error response, manually pass the <code>Content-Length</code> header and its value in the request header.</p>\n</li>\n<li><p>To add a description to an existing variable, use the <code>add</code> operation.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentId"}]}},"response":[{"id":"dfa5435a-c1a7-47d6-aaec-caff76f05a24","name":"Update Environment Name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"replace\",\n        \"path\": \"/name\",\n        \"value\": \"Test API Environment\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:56:19.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"secret\",\n                \"enabled\": true\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"5eef53dd-7248-4c38-b096-5c900ea042fe","name":"Add Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/1\",\n        \"value\": {\n            \"key\": \"collectionId\",\n            \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"type\": \"default\",\n            \"enabled\": true,\n            \"description\": \"The collection's ID.\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:56:19.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"secret\",\n                \"enabled\": true\n            },\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"b3e2ff17-7084-46c9-a423-7e287e922cfd","name":"Add Description to Existing Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/0/description\",\n        \"value\": \"A valid API key.\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:54:02.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"secret\",\n                \"enabled\": false,\n                \"description\": \"A valid API key.\"\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"c34db898-1b4d-4f90-82cf-18e5629bd403","name":"Enable Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/enabled\",\n        \"value\": true\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:54:02.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"secret\",\n                \"enabled\": true\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"fcacfe52-0e22-45dc-90da-d291162b58d4","name":"Update Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/key\",\n        \"value\": \"x-api-key\"\n    },\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/enabled\",\n        \"value\": false\n    },\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/value\",\n        \"value\": \"{{x-api-key}}\"\n    },\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/type\",\n        \"value\": \"secret\"\n    },\n    {\n        \"op\": \"replace\",\n        \"path\": \"/values/0/description\",\n        \"value\": \"A valid API key.\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:54:02.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"secret\",\n                \"enabled\": false,\n                \"description\": \"A valid API key.\"\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"71ffb9ab-4a06-4baa-b8b5-0448942980af","name":"Remove Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/0\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:16:18.000Z\",\n        \"updatedAt\": \"2025-03-10T15:17:04.000Z\",\n        \"values\": [],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"0945f88f-ec84-4ac6-adf6-9011865d929b","name":"Remove Multiple Variables","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/4\"\n    },\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/3\"\n    },\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/2\"\n    },\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/1\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:54:02.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"default\",\n                \"enabled\": true\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"58517f05-d747-4c49-9ff3-6b3c95365988","name":"Remove and Add Variable","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/1\"\n    },\n    {\n        \"op\": \"remove\",\n        \"path\": \"/values/0\"\n    },\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/0\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true,\n            \"description\": \"A valid API key.\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test API Environment\",\n        \"owner\": \"12345678\",\n        \"createdAt\": \"2025-03-10T15:37:00.000Z\",\n        \"updatedAt\": \"2025-03-10T15:54:02.000Z\",\n        \"values\": [\n            {\n                \"key\": \"x-api-key\",\n                \"value\": \"{{x-api-key}}\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"A valid API key.\"\n            }\n        ],\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"1e73f504-dd14-491a-ba21-fae6a85cf3e4","name":"Invalid PATCH Body","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"op\": \"replace\",\n    \"path\": \"/name\",\n    \"name\": \"Test API Environment\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Patch sequence must be an array\"\n}"},{"id":"77bc71fd-a18b-4463-9aa8-9492ace0a9e2","name":"Empty value Property","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {}\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Patch operations with empty value are not supported\"\n}"},{"id":"e29b0e01-9689-4486-a745-019b75369251","name":"Invalid value Type","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/1\",\n        \"value\": {\n            \"key\": \"userId\",\n            \"value\": 12345678,\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": [\n        \"/values/1/value: must be a string\"\n    ]\n}"},{"id":"dc180040-d6d5-4842-8aa3-24f205261861","name":"Invalid path","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"replace\",\n        \"path\": \"/variable/1\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Invalid path in JSON Patch operation\",\n    \"instance\": \"/environments/5daabc50-8451-43f6-922d-96b403b4f28e\"\n}"},{"id":"390847e9-3eee-4023-99bf-4e3abe422f33","name":"path Doesn't Exist","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"replace\",\n        \"path\": \"/variable/1\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Cannot perform the operation at a path that does not exist\",\n    \"instance\": \"/environments/5daabc50-8451-43f6-922d-96b403b4f28e\"\n}"},{"id":"73198899-9a42-4d73-975a-d77e9f49e700","name":"Invalid Environment ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Invalid Environment ID\",\n    \"instance\": \"/environments/5daabc50-8451-43f6\"\n}"},{"id":"9f02ca14-294b-4722-881e-9b7e23083696","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"instance\": \"/environments/5daabc50-8451-43f6-922d-96b403b4f28e\"\n}"},{"id":"06e09768-c5e2-4da6-ab3a-ba0ca7bdc527","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"instance\": \"/environments/5daabc50-8451-43f6-922d-96b403b4f28e\"\n}"},{"id":"fc1e7f21-03b5-4b51-8cbf-8fb27f31550e","name":"Length Required","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Length Required","code":411,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/length-required\",\n    \"title\": \"Length Required\",\n    \"detail\": \"A valid Content-Length header is required\",\n    \"status\": 411,\n    \"instance\": \"/\"\n}"},{"id":"47295a97-06e0-4fec-8b12-70909a47687f","name":"Payload Too Large","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"op\": \"add\",\n        \"path\": \"/values/2\",\n        \"value\": {\n            \"key\": \"x-api-key\",\n            \"value\": \"{{x-api-key}}\",\n            \"type\": \"default\",\n            \"enabled\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Payload Too Large","code":413,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/payload-too-large\",\n    \"title\": \"Payload Too Large\",\n    \"detail\": \"Request size limit exceeded\",\n    \"status\": 413,\n    \"instance\": \"/\"\n}"},{"id":"16893967-5e38-4f5c-ab94-8eb957cb68ec","name":"Rate Limit Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            null,\n            {\n                \"key\": \"variable_a\",\n                \"value\": \"The variable_a value.\",\n                \"enabled\": true,\n                \"type\": \"default\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f6a26500-abb0-4378-9bef-402db8c4ef00"},{"name":"Replace an environment's data","id":"9f175bea-1df5-44e6-af33-bf2de7f85bb5","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"{{environmentName}}\",\n        \"values\": [\n            {\n                \"key\": \"{{environmentVariableName}}\",\n                \"value\": \"{{environmentVariableValue}}\",\n                \"enabled\": true,\n                \"type\": \"{{environmentType}}\",\n                \"description\": \"{{environmentVariableDescription}}\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/environments/:environmentId","description":"<p>Replaces all the contents of an environment with the given information.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The request body size cannot exceed the maximum allowed size of 30MB.</p>\n</li>\n<li><p>If you receive an HTTP <code>411 Length Required</code> error response, manually pass the <code>Content-Length</code> header and its value in the request header.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments",":environmentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The environment's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"environmentId"}]}},"response":[{"id":"0b5b8796-0f11-4bb2-bda2-94ad717a8b91","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test A Environment\",\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"795e4732-b631-45d9-8b32-ca061497fb64","name":"Remove Variables","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"values\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": {\n        \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test A Environment\",\n        \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"9d0cad02-5ae0-4809-b74f-94fad908536d","name":"Malformed Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            null,\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"Invalid type: null (expected object) at environment.values.0\"\n    }\n}"},{"id":"5e3da057-6bd1-43d1-8bc8-06103631b74c","name":"Length Required","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Length Required","code":411,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/length-required\",\n    \"title\": \"Length Required\",\n    \"detail\": \"A valid Content-Length header is required\",\n    \"status\": 411,\n    \"instance\": \"/\"\n}"},{"id":"2e243db6-78af-410b-bad7-52ae63f1efb1","name":"Payload Too Large","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Payload Too Large","code":413,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/payload-too-large\",\n    \"title\": \"Payload Too Large\",\n    \"detail\": \"Request size limit exceeded\",\n    \"status\": 413,\n    \"instance\": \"/\"\n}"},{"id":"a811df5d-bba5-4fd6-b9ad-f342b026e492","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"environment\": {\n        \"name\": \"Test A Environment\",\n        \"values\": [\n            {\n                \"key\": \"collectionId\",\n                \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"type\": \"default\",\n                \"enabled\": true,\n                \"description\": \"The collection's ID.\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/environments/:environmentId","protocol":"https","host":["api","getpostman","com"],"path":["environments",":environmentId"],"variable":[{"key":"environmentId","value":"12345678-5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"9f175bea-1df5-44e6-af33-bf2de7f85bb5"},{"name":"Get all environments","event":[{"listen":"test","script":{"id":"a4eb08ec-b0d8-4e58-ab7b-4daf713f7545","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b7ace502-4a5a-4f1c-8164-158811bbf236","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/environments","description":"<p>Gets information about all of your <a href=\"https://learning.postman.com/docs/sending-requests/managing-environments/\">environments</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["environments"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results found in the given workspace ID.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"58e12c53-f94c-4529-beca-f4413faab1d6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/environments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environments\": [\n       {\n            \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"name\": \"Test Environment\",\n            \"createdAt\": \"2020-09-23T14:31:18.000Z\",\n            \"updatedAt\": \"2020-12-04T14:13:40.000Z\",\n            \"owner\": \"12345678\",\n            \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"isPublic\": false\n        },\n        {\n            \"id\": \"7d786cc8-142b-4d62-b5a5-872afc37ad16\",\n            \"name\": \"Environment Scanner\",\n            \"createdAt\": \"2020-02-04T19:34:23.000Z\",\n            \"updatedAt\": \"2020-08-12T13:34:06.000Z\",\n            \"owner\": \"12345678\",\n            \"uid\": \"12345678-7d786cc8-142b-4d62-b5a5-872afc37ad16\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"f889ce52-6ad8-4be9-8bed-048a44871c5d","name":"Filter by Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environments\": [\n       {\n            \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"name\": \"Test Environment\",\n            \"createdAt\": \"2020-09-23T14:31:18.000Z\",\n            \"updatedAt\": \"2020-12-04T14:13:40.000Z\",\n            \"owner\": \"12345678\",\n            \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"d874b282-0319-4d96-ab83-44cb654b39e6","name":"Invalid Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/environments?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["environments"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"environments\": []\n}"},{"id":"1cca2082-f9f4-467c-b126-eeb31cf199f7","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/environments"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b7ace502-4a5a-4f1c-8164-158811bbf236"}],"id":"74aa54b5-9f5f-4ba5-923f-a6c805c14774","description":"<p>The <strong>Environments</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/sending-requests/managing-environments/\">environments</a>.</p>\n","_postman_id":"74aa54b5-9f5f-4ba5-923f-a6c805c14774","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Import","item":[{"name":"Import an OpenAPI definition","id":"346e9bad-5d56-47db-9f4d-ba4ff8231e38","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{APIspecificationType}}\",\n    \"input\": \"{{APIspecification}}\",\n    \"options\": {\n        \"{{optionName}}\": \"{{optionvalue}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi?workspace=","description":"<p>Imports an OpenAPI definition into Postman as a new <a href=\"https://learning.postman.com/docs/getting-started/creating-the-first-collection/\">Postman Collection</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The Postman web app does not support the <code>file</code> input method type.</p>\n</li>\n<li><p>If you do not include the <code>workspace</code> query parameter, the system imports the definition into the oldest personal Internal workspace you own.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["import","openapi"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace ID in which to import the OpenAPI specification.</p>\n<p>If you do not include this parameter, the system imports the definition into the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"0822faf0-ac98-444f-b68b-dc7b175a5d3a","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"json\",\n    \"input\": {\n        \"openapi\": \"3.0.0\",\n        \"servers\": [\n            {\n                \"url\": \"example.com\"\n            }\n        ],\n        \"info\": {\n            \"contact\": {\n                \"name\": \"Jon\"\n            },\n            \"version\": \"1.0.0\",\n            \"title\": \"Sample API\",\n            \"description\": \"Buy or rent spacecrafts\"\n        },\n        \"paths\": {\n            \"/spacecrafts/{spacecraftId}\": {\n                \"parameters\": [\n                    {\n                        \"name\": \"spacecraftId\",\n                        \"description\": \"The unique identifier of the spacecraft\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/SpacecraftId\"\n                        }\n                    }\n                ],\n                \"get\": {\n                    \"summary\": \"Read a spacecraft\",\n                    \"responses\": {\n                        \"200\": {\n                            \"description\": \"The spacecraft corresponding to the provided `spacecraftId`\",\n                            \"content\": {\n                                \"application/json\": {\n                                    \"schema\": {\n                                        \"$ref\": \"#/components/schemas/Spacecraft\"\n                                    }\n                                }\n                            }\n                        },\n                        \"404\": {\n                            \"description\": \"No spacecraft found for the provided `spacecraftId`\",\n                            \"content\": {\n                                \"application/json\": {\n                                    \"schema\": {\n                                        \"$ref\": \"#/components/schemas/Error\"\n                                    }\n                                }\n                            }\n                        },\n                        \"500\": {\n                            \"description\": \"Unexpected error\",\n                            \"content\": {\n                                \"application/json\": {\n                                    \"schema\": {\n                                        \"$ref\": \"#/components/schemas/Error\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"components\": {\n            \"schemas\": {\n                \"SpacecraftId\": {\n                    \"description\": \"The unique identifier of a spacecraft\",\n                    \"type\": \"string\"\n                },\n                \"Spacecraft\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                        \"id\",\n                        \"name\",\n                        \"type\"\n                    ],\n                    \"properties\": {\n                        \"id\": {\n                            \"$ref\": \"#/components/schemas/SpacecraftId\"\n                        },\n                        \"name\": {\n                            \"type\": \"string\"\n                        },\n                        \"type\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"capsule\",\n                                \"probe\",\n                                \"satellite\",\n                                \"spaceplane\",\n                                \"station\"\n                            ]\n                        },\n                        \"description\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                },\n                \"Error\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                        \"message\"\n                    ],\n                    \"properties\": {\n                        \"message\": {\n                            \"description\": \"A human readable error message\",\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"securitySchemes\": {\n                \"ApiKey\": {\n                    \"type\": \"apiKey\",\n                    \"in\": \"header\",\n                    \"name\": \"X-Api-Key\"\n                }\n            }\n        },\n        \"security\": [\n            {\n                \"ApiKey\": []\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"033d9562-81ef-4f4b-acdc-c9d256ff19f3","name":"Import an OpenAPI Definition to a Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/import/openapi?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["import","openapi"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"e960837b-4554-4cc2-950a-eb106eb09394","name":"Import an OpenAPI Definition with Options","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"options\": {\n        \"folderStrategy\": \"Paths\",\n        \"disableOptionalParameters\": true,\n        \"exampleParametersResolution\": \"Schema\"\n    },\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"61299cea-1032-44fd-ab64-a991ec6fe1d3","name":"Import a Stringified JSON","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"df87a56e-cdfe-4017-bc11-3b3e1c7cc65d","name":"Import a Stringified YAML","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"openapi: 3.0.0\\nservers:\\n- url: example.com\\ninfo:\\n  contact:\\n    name: Jon\\n  version: 1.0.0\\n  title: Sample API\\n  description: Buy or rent spacecrafts\\npaths:\\n  \\\"/spacecrafts/{spacecraftId}\\\":\\n    parameters:\\n    - name: spacecraftId\\n      description: The unique identifier of the spacecraft\\n      in: path\\n      required: true\\n      schema:\\n        \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        '200':\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n        '404':\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n        '500':\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n      - id\\n      - name\\n      - type\\n      properties:\\n        id:\\n          \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n          - capsule\\n          - probe\\n          - satellite\\n          - spaceplane\\n          - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n      - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n- ApiKey: []\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"08d74ce2-8150-4f72-99a7-11e60492eb47","name":"Import a File","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"file","description":"(Required) The `file` type value.","type":"text"},{"key":"input","description":"(Required) A file containing a OpenAPI specification file and the applicable Content-Type.","type":"file","contentType":"","value":null}]},"url":"https://api.getpostman.com/import/openapi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Sample API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"eb1237cc-3ceb-418e-9aa7-e4fbcf4b0a24","name":"Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"json\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The request body has invalid values for the type parameter. Value must be one of file, string, json\",\n        \"details\": {\n            \"param\": \"type\"\n        }\n    }\n}"},{"id":"acb9a290-4038-4b3a-bbf9-42b30597635e","name":"Missing Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"The request body is missing a value for the type parameter. Check your request and try again.\",\n        \"details\": {\n            \"param\": \"type\"\n        }\n    }\n}"},{"id":"92346977-ffd2-4f1d-95a3-c04a0958e51d","name":"Unsupported OpenAPI Version","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.2.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"userInputError\",\n        \"message\": \"Unsupported OpenAPI version: 3.2.0. Postman API only supports versions 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0\"\n    }\n}"},{"id":"993d8320-da46-49aa-86e9-fc8f5eec5dbf","name":"Malformed Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidSchemaError\",\n        \"message\": \"Specification must contain a semantic version number of the OAS specification\"\n    }\n}"},{"id":"1703ab74-8ca4-4e16-bd03-2d4d89391dd5","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"string\",\n    \"input\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"example.com\\\"\\n    }\\n  ],\\n  \\\"info\\\": {\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Jon\\\"\\n    },\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/import/openapi"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"346e9bad-5d56-47db-9f4d-ba4ff8231e38"}],"id":"babddb7e-7b61-4530-b631-47b5b3bec598","description":"<p>The <strong>Import</strong> endpoints enable you to manage <a href=\"https://learning.postman.com/docs/getting-started/importing-and-exporting-data/\">importing and exporting</a> Postman data.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"_postman_id":"babddb7e-7b61-4530-b631-47b5b3bec598","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Mocks","item":[{"name":"Call Logs","item":[{"name":"Get a mock server's call logs","id":"f25efa16-1813-4279-8a89-a94ba968533e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/:mockId/call-logs","description":"<p>Gets a mock server's call logs. You can get a maximum of 6.5MB of call logs or a total of 100 call logs, whichever limit is met first in one API call.</p>\n<p>Call logs contain exchanged request and response data made to mock servers. The logs provide visibility into how the mock servers are being used. You can log data to debug, test, analyze, and more, depending upon the use case.</p>\n<p><strong>Note:</strong></p>\n<p>Call logs have a retention period based on your <a href=\"https://www.postman.com/pricing/#mock-calls\">Postman plan</a>. For more information, see <a href=\"https://support.postman.com/hc/en-us/articles/21219973964951-I-can-t-see-my-mock-server-logs-history\">this article</a> in the <a href=\"https://support.postman.com/\">Postman Support Center</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","call-logs"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only call logs that match the given HTTP response status code.</p>\n","type":"text/plain"},"key":"responseStatusCode","value":""},{"disabled":true,"description":{"content":"<p>Return only call logs that match the given response type. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"responseType","value":""},{"disabled":true,"description":{"content":"<p>Return only call logs that match the given HTTP method. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"requestMethod","value":""},{"disabled":true,"description":{"content":"<p>Return only call logs that match the given request path. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"requestPath","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the given value. If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n<p>If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive.</p>\n<p>If you use this query parameter, you must also use the <code>sort</code> parameter.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>Include call log records with header and body data. This query parameter accepts the <code>request.headers</code>, <code>request.body</code>, <code>response.headers</code>, and <code>response.body</code> values.</p>\n<p>For multiple include types, comma-separate each value.</p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"b544683e-c94c-4094-9c91-727b6f799381","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"5788cea9-18ab-4c9f-8adc-1777e7a8aa9b","name":"Filter by Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"limit","value":"2"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"call-logs\": [\n        {\n            \"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n            \"responseName\": \"Double check your method and the request path and try again.\",\n            \"servedAt\": \"2022-01-17T06:19:30.000Z\",\n            \"request\": {\n                \"method\": \"POST\",\n                \"path\": \"/animals\"\n            },\n            \"response\": {\n                \"type\": \"error\",\n                \"statusCode\": 404\n            }\n        },\n        {\n            \"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n            \"responseName\": \"Bad request\",\n            \"servedAt\": \"2022-01-17T06:19:22.000Z\",\n            \"request\": {\n                \"method\": \"POST\",\n                \"path\": \"/animals\"\n            },\n            \"response\": {\n                \"type\": \"success\",\n                \"statusCode\": 400\n            }\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"eyJzY2hlbWUiOiJjdXJzb3JfcGFnaW5hdGlvbklkIiwiZGlyZWN0aW9uVHlwZSI6Im5leHQiLCJwaXZvdCI6InBhZ2luYXRpb25JZCIsInZhbHVlIjoxNjQyNDAwMzU2MDAwNTc5fQ==\"\n    }\n}"},{"id":"8c17e7a4-5413-4ab9-a1d0-e9970c203b25","name":"Filter by Cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?cursor=eyJzY2hlbWUiOiJjdXJzb3JfcGFnaW5hdGlvbklkIiwiZGlyZWN0aW9uVHlwZSI6Im5leHQiLCJwaXZvdCI6InBhZ2luYXRpb25JZCIsInZhbHVlIjoxNjQyNDAwMzU2MDAwNTc5fQ==","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"cursor","value":"eyJzY2hlbWUiOiJjdXJzb3JfcGFnaW5hdGlvbklkIiwiZGlyZWN0aW9uVHlwZSI6Im5leHQiLCJwaXZvdCI6InBhZ2luYXRpb25JZCIsInZhbHVlIjoxNjQyNDAwMzU2MDAwNTc5fQ=="}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"df654c7a-6b4c-41d2-9f43-b9de251d019b","name":"Filter by a Date Range","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?until=2022-01-20T06:19:22.000Z&since=2022-01-17T06:19:22.000Z","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"until","value":"2022-01-20T06:19:22.000Z"},{"key":"since","value":"2022-01-17T06:19:22.000Z"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"6ae0bdf6-05a3-4a69-af42-a71cf352df22","name":"Filter by Date Since","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?since=2022-01-17T06:19:16.000Z","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"since","value":"2022-01-17T06:19:16.000Z"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"283c1490-7192-4d74-975c-8bafb134231c","name":"Filter by responseStatusCode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?responseStatusCode=200","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"responseStatusCode","value":"200"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"5bb0866b-7a1a-443c-a943-96249a4369b1","name":"Filter by responseType","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?responseType=success","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"responseType","value":"success"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"abe4f04d-108b-40b6-b77e-31f734c52939","name":"Filter by requestMethod","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?requestMethod=post","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"requestMethod","value":"post"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"7b48df91-a139-4bf0-a4ea-e2f13cd34418","name":"Filter by requestPath","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?requestPath=/animals?type=Dog","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"requestPath","value":"/animals?type=Dog"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"e5b854d6-c160-4043-8868-c8945f301512","name":"Sort by servedAt","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?sort=servedAt&direction=asc","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"sort","value":"servedAt"},{"key":"direction","value":"asc"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\"\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"66d6e32e-a5bb-4dae-8a0b-db98b6d5f399","name":"Filter by Header and Body Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?until=2024-06-21T14:39:21.438Z&since=2024-01-21T14:39:21.438Z","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"until","value":"2024-06-21T14:39:21.438Z"},{"key":"since","value":"2024-01-21T14:39:21.438Z"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"call-logs\": [\n\t\t{\n\t\t\t\"id\": \"c4505a1e-7261-497c-91ff-db4bd51351a6-9545\",\n\t\t\t\"responseName\": \"Double check your method and the request path and try again.\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:30.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\",\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-length\",\n\t\t\t\t\t\t\"value\": \"50\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"x-mock-match-request-body\",\n\t\t\t\t\t\t\"value\": \"true\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"mode\": \"raw\",\n\t\t\t\t\t\"data\": \"{\\\"type\\\":\\\"hamster\\\",\\\"breed\\\":\\\"Syrian Hamster\\\"}\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"error\",\n\t\t\t\t\"statusCode\": 404,\n\t\t\t\t\"headers\": [],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"data\": \"{\\\"error\\\":{\\\"name\\\":\\\"mockRequestNotFoundError\\\",\\\"message\\\":\\\"Double check your method and the request path and try again.\\\"}}\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"0f63f54d-665e-436a-95b4-c1302d7685a9-3925\",\n\t\t\t\"responseName\": \"Bad request\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:22.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\",\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-length\",\n\t\t\t\t\t\t\"value\": \"69\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"x-mock-match-request-body\",\n\t\t\t\t\t\t\"value\": \"true\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"mode\": \"raw\",\n\t\t\t\t\t\"data\": \"{\\\"type\\\":\\\"hamster\\\",\\\"breed\\\":\\\"Syrian Hamster\\\",\\\"age\\\":\\\"1 month\\\"}\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 400,\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\t\"content\": \"\",\n\t\t\t\t\t\t\t\"type\": \"text/plain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"key\": \"Content-Type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"data\": \"{\\n\\t\\\"message\\\": \\\"Malformed request. You need to send gender as part of the request.\\\"\\n}\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"adab0d30-5c38-43bf-af90-4119925138e2-3795\",\n\t\t\t\"responseName\": \"Successful addition of animals to the store\",\n\t\t\t\"servedAt\": \"2022-01-17T06:19:16.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"path\": \"/animals\",\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-length\",\n\t\t\t\t\t\t\"value\": \"88\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"x-mock-match-request-body\",\n\t\t\t\t\t\t\"value\": \"true\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"content-type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"mode\": \"raw\",\n\t\t\t\t\t\"data\": \"{\\\"type\\\":\\\"hamster\\\",\\\"breed\\\":\\\"Syrian Hamster\\\",\\\"age\\\":\\\"1 month\\\",\\\"gender\\\":\\\"male\\\"}\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200,\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\t\"content\": \"\",\n\t\t\t\t\t\t\t\"type\": \"text/plain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"key\": \"Content-Type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"data\": \"{\\n\\t\\\"message\\\": \\\"Animal added successfully to the store\\\"\\n}\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"dae50669-f4c1-460a-b3a4-3a2445f4f39d-2468\",\n\t\t\t\"responseName\": \"Get filtered list of Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:26.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals?type=dog\",\n\t\t\t\t\"headers\": [],\n\t\t\t\t\"body\": {}\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200,\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\t\"content\": \"\",\n\t\t\t\t\t\t\t\"type\": \"text/plain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"key\": \"Content-Type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"data\": \"[\\n\\t{\\n\\t\\t\\\"type\\\": \\\"dog\\\",\\n\\t\\t\\\"breed\\\": \\\"German Sheperd\\\",\\n\\t\\t\\\"age\\\": \\\"6 months\\\",\\n\\t\\t\\\"gender\\\": \\\"male\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"type\\\": \\\"dog\\\",\\n\\t\\t\\\"breed\\\": \\\"Bulldog\\\",\\n\\t\\t\\\"age\\\": \\\"1 year\\\",\\n\\t\\t\\\"gender\\\": \\\"female\\\"\\n\\t}\\n]\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"a5330463-26e1-4812-a962-e44b569a2054-9894\",\n\t\t\t\"responseName\": \"Get Animals\",\n\t\t\t\"servedAt\": \"2022-01-17T06:18:06.000Z\",\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"GET\",\n\t\t\t\t\"path\": \"/animals\",\n\t\t\t\t\"headers\": [],\n\t\t\t\t\"body\": {}\n\t\t\t},\n\t\t\t\"response\": {\n\t\t\t\t\"type\": \"success\",\n\t\t\t\t\"statusCode\": 200,\n\t\t\t\t\"headers\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\t\"content\": \"\",\n\t\t\t\t\t\t\t\"type\": \"text/plain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"key\": \"Content-Type\",\n\t\t\t\t\t\t\"value\": \"application/json\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"data\": \"[\\n\\t{\\n\\t\\t\\\"type\\\": \\\"dog\\\",\\n\\t\\t\\\"breed\\\": \\\"German Sheperd\\\",\\n\\t\\t\\\"age\\\": \\\"6 months\\\",\\n\\t\\t\\\"gender\\\": \\\"male\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"type\\\": \\\"dog\\\",\\n\\t\\t\\\"breed\\\": \\\"Bulldog\\\",\\n\\t\\t\\\"age\\\": \\\"1 year\\\",\\n\\t\\t\\\"gender\\\": \\\"female\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"type\\\": \\\"cat\\\",\\n\\t\\t\\\"breed\\\": \\\"Persian cat\\\",\\n\\t\\t\\\"age\\\": \\\"3 months\\\",\\n\\t\\t\\\"gender\\\": \\\"female\\\"\\n\\t}\\n]\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"nextCursor\": null\n\t}\n}"},{"id":"c9132e8d-0f12-41b3-848b-b01cf76fa2b7","name":"Log Retention Period Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs?until=2024-06-21T14:39:21.438Z&since=2024-01-21T14:39:21.438Z","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"query":[{"key":"until","value":"2024-06-21T14:39:21.438Z"},{"key":"since","value":"2024-01-21T14:39:21.438Z"}],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"Invalid value for parameter: since. Cannot view logs beyond the call log retention period based on your plan i.e. 30 days.\"\n    }\n}"},{"id":"94dc40a7-101e-4c16-b977-075c8405f885","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/call-logs","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","call-logs"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f25efa16-1813-4279-8a89-a94ba968533e"}],"id":"0f208b4f-114b-4c59-8b06-f27c0f362155","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/mocking-data/setting-up-mock/#viewing-mock-calls\">mock server call logs</a>.</p>\n","_postman_id":"0f208b4f-114b-4c59-8b06-f27c0f362155","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Server Responses","item":[{"name":"Get a server response","id":"26b824b9-0cd8-4aff-938d-f177e89c2504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","description":"<p>Gets information about a server response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","server-responses",":serverResponseId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"},{"description":{"content":"<p>The server response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"serverResponseId"}]}},"response":[{"id":"01ff5647-f00d-4b47-b6d8-20111bcc0a5d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-08-02T15:08:03.000Z\",\n    \"updatedAt\": \"2022-08-02T15:08:03.000Z\",\n    \"id\": \"965cdd16-fe22-4d96-a161-3d05490ac421\",\n    \"name\": \"Internal Server Error\",\n    \"statusCode\": 500,\n    \"headers\": [],\n    \"language\": null,\n    \"body\": \"{\\n    \\\"message\\\": \\\"Something went wrong; try again later.\\\"\\n}\",\n    \"createdBy\": \"20891195\",\n    \"updatedBy\": \"20891195\",\n    \"mock\": \"32cd624d-9986-4f20-9048-89252f722269\"\n}"},{"id":"19a44c09-b46d-4a53-8f6a-e02048d595dd","name":"Server Response Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverResponseNotFoundError\",\n        \"header\": \"Unable to find mock server response\",\n        \"message\": \"We could not find the mock server response you are looking for.\"\n    }\n}"},{"id":"30068852-985d-458a-a639-c63ca625933c","name":"Mock Server Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockNotFoundError\",\n        \"header\": \"Unable to find mock\",\n        \"message\": \"Please refresh and try again.\"\n    }\n}"},{"id":"13da8370-f9bc-4e7c-8db4-f5ccf2baff7d","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"26b824b9-0cd8-4aff-938d-f177e89c2504"},{"name":"Get all server responses","id":"90069723-c5ed-4fde-9cf3-2077244ca97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/:mockId/server-responses","description":"<p>Gets all of a mock server's server responses.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","server-responses"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"2bcd37d1-6ffe-4544-86d3-909848663eb9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289/server-responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"965cdd16-fe22-4d96-a161-3d05490ac421\",\n        \"name\": \"Internal Server Error\",\n        \"statusCode\": 500,\n        \"createdAt\": \"2022-08-02T14:57:44.000Z\",\n        \"updatedAt\": \"2022-08-02T14:57:44.000Z\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\"\n    }\n]"},{"id":"ed632c5d-c002-444f-83e9-47d079bbcade","name":"Mock Server Not Found","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289/server-responses"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockNotFoundError\",\n        \"header\": \"Unable to find mock\",\n        \"message\": \"Please refresh and try again.\"\n    }\n}"},{"id":"cb539a8c-1e86-4139-91f4-b206d14a3e39","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289/server-responses"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"90069723-c5ed-4fde-9cf3-2077244ca97a"},{"name":"Create a server response","event":[{"listen":"prerequest","script":{"id":"a2969102-883e-4e39-90a3-f0948b291230","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7b016f68-0c30-4761-b23c-2f15fe1cc1c3","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d4bab59b-8259-4012-93f1-9595001eeadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"{{serverStubName}}\",\n        \"statusCode\": 500,\n        \"headers\": [\n            {\n                \"key\": \"{{headerKey}}\",\n                \"value\": \"{{headerValue}}\"\n            }\n        ],\n        \"body\": \"{{serverStubBody}}\",\n        \"language\": \"{{languageType}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks/:mockId/server-responses","description":"<p>Creates a server response. Server responses let you simulate 5xx server-level responses, such as 500 or 503.</p>\n<p>Server-level responses are agnostic to application-level logic. Server responses let you simulate this behavior on a mock server. You do not need to define each error for all exposed paths on the mock server.</p>\n<p>If you set a server response as active, then all the calls to the mock server return with that active server response.</p>\n<p><strong>Note:</strong></p>\n<p>You can create multiple server responses for a mock server, but only one mock server can be set as active.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","server-responses"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"57a1ffe5-9819-48c1-b6d8-e1a6445eefb0","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Internal Server Error\",\n        \"statusCode\": 500,\n        \"header\": [\n            {\n                \"key\": \"Content-Type\",\n                \"value\": \"application/json\"\n            }\n        ],\n        \"body\": \"{\\n    \\\"message\\\": \\\"Something went wrong; try again later.\\\"\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-08-02T15:08:03.000Z\",\n    \"updatedAt\": \"2022-08-02T15:08:03.000Z\",\n    \"id\": \"965cdd16-fe22-4d96-a161-3d05490ac421\",\n    \"name\": \"Internal Server Error\",\n    \"statusCode\": 500,\n    \"headers\": [],\n    \"language\": null,\n    \"body\": \"{\\n    \\\"message\\\": \\\"Something went wrong; try again later.\\\"\\n}\",\n    \"createdBy\": \"20891195\",\n    \"updatedBy\": \"20891195\",\n    \"mock\": \"32cd624d-9986-4f20-9048-89252f722269\"\n}"},{"id":"70e84c1b-1e14-4f22-9d5b-8df616c74b14","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Internal Server Error\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\",\n        \"details\": {\n            \"param\": [\n                \"statusCode\"\n            ]\n        }\n    }\n}"},{"id":"f5af3c44-d715-44d4-bd15-c5c054ca13c3","name":"Mock Server Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Internal Server Error\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockNotFoundError\",\n        \"header\": \"Unable to find mock\",\n        \"message\": \"Please refresh and try again.\"\n    }\n}"},{"id":"e457491a-04d8-4afe-a1aa-5bd22660885c","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Internal Server Error\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"d4bab59b-8259-4012-93f1-9595001eeadc"},{"name":"Update a server response","id":"0c945739-aa8b-4ae5-b9d5-e93264f18f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"{{serverStubName}}\",\n        \"statusCode\": 500,\n        \"headers\": [\n            {\n                \"key\": \"{{headerKey}}\",\n                \"value\": \"{{headerValue}}\"\n            }\n        ],\n        \"body\": \"{{serverStubBody}}\",\n        \"language\": \"{{languageType}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","description":"<p>Updates a mock server's server response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","server-responses",":serverResponseId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"},{"description":{"content":"<p>The server response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"serverResponseId"}]}},"response":[{"id":"6bba1115-04c9-43fc-9c69-041279935711","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Service Unavailable\",\n        \"statusCode\": 503,\n        \"headers\": [\n            {\n                \"key\": \"Content-type\",\n                \"value\": \"application/json\"\n            }\n        ],\n        \"language\": \"json\",\n        \"body\": \"{\\n    \\\"message\\\": \\\"Service is temporarily unavailable due to maintenance. Please reach out to support if the problem persists.\\\"\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-08-02T15:08:03.000Z\",\n    \"updatedAt\": \"2022-08-02T15:58:12.000Z\",\n    \"id\": \"965cdd16-fe22-4d96-a161-3d05490ac421\",\n    \"name\": \"Service Unavailable\",\n    \"statusCode\": 503,\n    \"headers\": [\n        {\n            \"key\": \"Content-type\",\n            \"value\": \"application/json\"\n        }\n    ],\n    \"language\": \"json\",\n    \"body\": \"{\\n    \\\"message\\\": \\\"Service is temporarily unavailable due to maintenance. Please reach out to support if the problem persists.\\\"\\n}\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"mock\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\"\n}"},{"id":"92aa4d09-1db4-4386-9980-3510799b2a7f","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\",\n        \"details\": {\n            \"param\": \"serverResponse\"\n        }\n    }\n}"},{"id":"9c1891b7-f0dc-4f3a-b3c5-f0117a7666af","name":"Server Response Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverResponseNotFoundError\",\n        \"header\": \"Unable to find mock server response\",\n        \"message\": \"We could not find the mock server response you are looking for.\"\n    }\n}"},{"id":"d207a262-f5d5-4663-a3c5-f772e5eed041","name":"Mock Server Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockNotFoundError\",\n        \"header\": \"Unable to find mock\",\n        \"message\": \"Please refresh and try again.\"\n    }\n}"},{"id":"dc1cd638-d635-4e4e-8343-29922e2e4f00","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"serverResponse\": {\n        \"name\": \"Service Unavailable\",\n        \"statusCode\": 503,\n        \"headers\": [\n            {\n                \"key\": \"Content-type\",\n                \"value\": \"application/json\"\n            }\n        ],\n        \"language\": \"json\",\n        \"body\": \"{\\n    \\\"message\\\": \\\"Service is temporarily unavailable due to maintenance. Please reach out to support if the problem persists.\\\"\\n}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"0c945739-aa8b-4ae5-b9d5-e93264f18f80"},{"name":"Delete a server response","id":"e121066d-4816-49e2-b68f-9789c4ffbb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","description":"<p>Deletes a mock server's server response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","server-responses",":serverResponseId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"},{"description":{"content":"<p>The server response's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"serverResponseId"}]}},"response":[{"id":"83853550-bbab-40d1-bb4b-5489924864e7","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/mocks/12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289/server-responses/965cdd16-fe22-4d96-a161-3d05490ac421"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"bf6bbf95-bebb-44ba-8edb-1f096f905774\",\n    \"name\": \"Service Unavailable\",\n    \"statusCode\": 503,\n    \"headers\": [\n        {\n            \"key\": \"Content-Type\",\n            \"value\": \"application/json\"\n        }\n    ],\n    \"language\": \"json\",\n    \"body\": \"{\\n    \\\"message\\\": \\\"Service is temporarily unavailable due to maintenance. If the problem persists, reach out to support.\\\"\\n}\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"createdAt\": \"2022-05-02T09:38:04.000Z\"\n}"},{"id":"2d91cba3-e542-4d5f-adc9-d4ef3c048f02","name":"Server Response Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverResponseNotFoundError\",\n        \"header\": \"Unable to find mock server response\",\n        \"message\": \"We could not find the mock server response you are looking for.\"\n    }\n}"},{"id":"a1868094-71a4-40cc-ad62-22dad5372553","name":"Mock Server Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockNotFoundError\",\n        \"header\": \"Unable to find mock\",\n        \"message\": \"Please refresh and try again.\"\n    }\n}"},{"id":"c110fb7a-bcb6-4985-a63a-8a30de92672e","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/server-responses/:serverResponseId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","server-responses",":serverResponseId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"},{"key":"serverResponseId","value":"965cdd16-fe22-4d96-a161-3d05490ac421"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"e121066d-4816-49e2-b68f-9789c4ffbb74"}],"id":"414b595f-80a2-4fef-87a9-416fd287728d","description":"<p>These endpoints enable you to manage mock server responses. Server responses let you simulate 5xx server-level responses, such as 500 or 503.</p>\n","_postman_id":"414b595f-80a2-4fef-87a9-416fd287728d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get a mock server","id":"1e01ac04-42ce-4352-8778-1ac49928d686","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks/:mockId","description":"<p>Gets information about a mock server.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"5729efe1-e8b4-43aa-a72e-8c30d14651a3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true,\n            \"delay\": {\n                \"type\": \"fixed\",\n                \"duration\": 140000\n            },\n            \"serverResponseId\": \"94d0f5d9-dbdf-4046-9a7d-a11f9b78ac65\"\n        },\n        \"createdAt\": \"2022-07-25T20:54:30.000Z\",\n        \"updatedAt\": \"2022-07-25T20:54:30.000Z\",\n        \"isPublic\": false,\n        \"deactivated\": false,\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"fc4f08d5-fcaf-4a3c-a070-e18c802f0596","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You don't have access to this mock.\"\n    }\n}"},{"id":"9d07a460-c0b9-4d96-b2fd-c82470375427","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified mock does not exist.\"\n    }\n}"},{"id":"beb9ba67-e1cf-46c5-a9ec-da59b714b672","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"c733308d-4c87-4816-b77f-4173ebb3a5fd","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"1e01ac04-42ce-4352-8778-1ac49928d686"},{"name":"Create a mock server","id":"296628ed-d49b-4206-b4a7-d622e693945c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n        \"name\": \"{{mockName}}\",\n\t\t\"collection\": \"{{collectionId}}\",\n\t\t\"environment\": \"{{environmentId}}\",\n        \"private\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks?workspace=","description":"<p>Creates a mock server in a collection.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You cannot create mocks for collections added to an API definition.</p>\n</li>\n<li><p>If you do not include the <code>workspaceId</code> query parameter, the system creates the mock server in the oldest personal Internal workspace you own.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>A workspace ID in which to create the mock server.</p>\n<p>If you do not include this query parameter, the system creates the mock server in the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"ff0077a9-c65d-4a60-ad8d-910250d7e576","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n        \"name\": \"Test Mock\",\n\t\t\"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"private\": false\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["mocks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true,\n            \"delay\": null,\n            \"serverResponseId\": null\n        },\n        \"createdAt\": \"2022-06-09T19:00:39.000Z\",\n        \"updatedAt\": \"2022-06-09T19:00:39.000Z\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"3ec03d0d-12f9-46de-b625-5008ccf5481f","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"name\": \"Test Mock\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\",\n        \"details\": {\n            \"param\": [\n                \"collection\"\n            ]\n        }\n    }\n}"},{"id":"f0e61244-42f2-43fd-934d-adb46122447c","name":"Collection API Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n        \"name\": \"Test Mock\",\n\t\t\"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"private\": false\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"workspaceError\",\n        \"message\": \"Can't create mock servers on a collection added to an API\"\n    }\n}"},{"id":"2c8a3364-85ee-4da1-bddc-6914d272314f","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n        \"name\": \"Test Mock\",\n\t\t\"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"private\": false\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"685c3f40-3078-4028-bbd9-a3820d504de5","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"mock\": {\n        \"name\": \"Test Mock\",\n\t\t\"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"private\": false\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"296628ed-d49b-4206-b4a7-d622e693945c"},{"name":"Get all mock servers","id":"52a729a4-4a36-46e5-bfdf-fda0af228d2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks","description":"<p>Gets all active mock servers. By default, this endpoint returns only mock servers you created across all workspaces.</p>\n<p><strong>Note:</strong></p>\n<p>If you pass both the <code>teamId</code> and <code>workspace</code> query parameters, this endpoint only accepts the <code>workspace</code> query.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only mock servers that belong the given team ID.</p>\n","type":"text/plain"},"key":"teamId","value":""},{"disabled":true,"description":{"content":"<p>Return only mock servers in the given workspace.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"6ed07e26-7e38-4753-9dd5-98e9190a841d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mocks\": [\n        {\n            \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n            \"name\": \"Test Mock A\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": {\n                    \"type\": \"fixed\",\n                    \"duration\": 140000\n                },\n                \"serverResponseId\": null\n            },\n            \"createdAt\": \"2022-07-25T20:54:30.000Z\",\n            \"updatedAt\": \"2022-07-25T20:54:30.000Z\",\n            \"isPublic\": false,\n            \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n        },\n        {\n            \"id\": \"cf0f8f11-fe0e-455f-99f3-4177f10f0704\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-cf0f8f11-fe0e-455f-99f3-4177f10f0704\",\n            \"collection\": \"12345678-2cd8f6b1-e85b-46a6-8111-bd62e73e8aa8\",\n            \"mockUrl\": \"https://cf0f8f11-fe0e-455f-99f3-4177f10f0704.mock.pstmn.io\",\n            \"name\": \"Test Mock B\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchHeader\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": null,\n                \"serverResponseId\": \"94d0f5d9-dbdf-4046-9a7d-a11f9b78ac65\"\n            },\n            \"createdAt\": \"2023-01-26T18:59:05.000Z\",\n            \"updatedAt\": \"2023-01-26T18:59:05.000Z\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"008f7115-c5ca-4d27-99a4-6564032b2465","name":"Filter by teamId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks?teamId=1234","protocol":"https","host":["api","getpostman","com"],"path":["mocks"],"query":[{"key":"teamId","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mocks\": [\n        {\n            \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n            \"name\": \"Test Mock A\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": {\n                    \"type\": \"fixed\",\n                    \"duration\": 140000\n                },\n                \"serverResponseId\": null\n            },\n            \"createdAt\": \"2022-07-25T20:54:30.000Z\",\n            \"updatedAt\": \"2022-07-25T20:54:30.000Z\",\n            \"isPublic\": false,\n            \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n        },\n        {\n            \"id\": \"cf0f8f11-fe0e-455f-99f3-4177f10f0704\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-cf0f8f11-fe0e-455f-99f3-4177f10f0704\",\n            \"collection\": \"12345678-2cd8f6b1-e85b-46a6-8111-bd62e73e8aa8\",\n            \"mockUrl\": \"https://cf0f8f11-fe0e-455f-99f3-4177f10f0704.mock.pstmn.io\",\n            \"name\": \"Test Mock B\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchHeader\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": null,\n                \"serverResponseId\": \"94d0f5d9-dbdf-4046-9a7d-a11f9b78ac65\"\n            },\n            \"createdAt\": \"2023-01-26T18:59:05.000Z\",\n            \"updatedAt\": \"2023-01-26T18:59:05.000Z\",\n            \"isPublic\": false\n        },\n        {\n            \"id\": \"e27fe349-bdc7-4f1c-b707-6b9fef7435e2\",\n            \"owner\": \"87654321\",\n            \"uid\": \"87654321-e27fe349-bdc7-4f1c-b707-6b9fef7435e2\",\n            \"collection\": \"87654321-b75dfb85-9209-4212-8f3d-a9d5e28167e5\",\n            \"mockUrl\": \"https://e27fe349-bdc7-4f1c-b707-6b9fef7435e2.mock.pstmn.io\",\n            \"name\": \"Test Mock C\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchHeader\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": null,\n                \"serverResponseId\": null\n            },\n            \"createdAt\": \"2023-06-30T14:21:54.000Z\",\n            \"updatedAt\": \"2023-06-30T14:26:55.000Z\",\n            \"isPublic\": true\n        }\n    ]\n}"},{"id":"e56663ee-e8de-4bc1-ac64-0c5aee2a68ee","name":"Filter by workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["mocks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mocks\": [\n        {\n            \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n            \"name\": \"Test Mock A\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": {\n                    \"type\": \"fixed\",\n                    \"duration\": 140000\n                },\n                \"serverResponseId\": null\n            },\n            \"createdAt\": \"2022-07-25T20:54:30.000Z\",\n            \"updatedAt\": \"2022-07-25T20:54:30.000Z\",\n            \"isPublic\": false,\n            \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n        },\n        {\n            \"id\": \"c929c990-59f1-480a-aea4-c37e25c8785d\",\n            \"owner\": \"12345678\",\n            \"deactivated\": false,\n            \"uid\": \"12345678-b86af87f-7e1f-4476-85bb-c1f71424fd5e\",\n            \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"mockUrl\": \"https://c929c990-59f1-480a-aea4-c37e25c8785d.mock.pstmn.io\",\n            \"name\": \"Test\",\n            \"config\": {\n                \"headers\": [],\n                \"matchBody\": false,\n                \"matchHeader\": false,\n                \"matchQueryParams\": true,\n                \"matchWildcards\": true,\n                \"delay\": null,\n                \"serverResponseId\": null\n            },\n            \"createdAt\": \"2023-06-30T12:57:40.000Z\",\n            \"updatedAt\": \"2023-06-30T12:57:40.000Z\",\n            \"isPublic\": false,\n            \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n        }\n    ]\n}"},{"id":"a50c884b-8898-49ec-91fd-d4a77cb0b8e0","name":"No Mocks Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/mocks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["mocks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"mocks\": []\n}"},{"id":"724b9aa7-6d5e-4689-bd6a-29562e1724e3","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"b242761e-d11c-44ec-bb6a-03bffb82a135","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/mocks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"52a729a4-4a36-46e5-bfdf-fda0af228d2f"},{"name":"Delete a mock server","id":"58a52961-fd8f-43eb-bc53-df26d7eba444","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/mocks/:mockId","description":"<p>Deletes a mock server.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"8ac3916d-f191-42a2-ad34-ddef0bb5b147","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"0fca2246-c108-41f5-8454-cc032def329f\",\n        \"uid\": \"1679925-0fca2246-c108-41f5-8454-cc032def329f\"\n    }\n}"},{"id":"0f2ebbce-44ef-4fe3-a5f4-c00c17b7a219","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified mock does not exist.\",\n        \"details\": {}\n    }\n}"},{"id":"46ed2b3e-277c-4f92-a34f-9d38066bdf76","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"3f66bb48-1f74-43fe-a3cb-bef571c933f6","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"58a52961-fd8f-43eb-bc53-df26d7eba444"},{"name":"Unpublish a mock server","id":"88da7f61-0740-4436-b8f2-ffd7f3a15060","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/mocks/:mockId/unpublish","description":"<p>Unpublishes a mock server. Unpublishing a mock server sets its <strong>Access Control</strong> configuration setting to private.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","unpublish"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"71969968-6233-45b0-9764-680702429419","name":"Success Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/unpublish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","unpublish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\"\n    }\n}"},{"id":"26489d38-9003-4106-a830-ec296e38bf1d","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/unpublish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","unpublish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockAlreadyUnpublishedError\",\n        \"message\": \"This mock has already been deleted.\"\n    }\n}"},{"id":"2807cbb9-00d4-4272-b8e5-8f9f57b42e88","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/unpublish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","unpublish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"07568a79-d655-40a7-81c5-a88750dd9f7b","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/unpublish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","unpublish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"88da7f61-0740-4436-b8f2-ffd7f3a15060"},{"name":"Publish a mock server","id":"e8d249fb-f92a-47ab-b364-226fa2408542","request":{"method":"POST","header":[],"url":"https://api.getpostman.com/mocks/:mockId/publish","description":"<p>Publishes a mock server. Publishing a mock server sets its <strong>Access Control</strong> configuration setting to public.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId","publish"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"ede41331-67ed-42ba-a5f4-cf5396d50d33","name":"Success Response","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/publish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","publish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\"\n    }\n}"},{"id":"b886d4b1-d52d-4d74-aef9-ae66fe914615","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/publish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","publish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"mockAlreadyPublishedError\",\n        \"message\": \"This mock is already public.\"\n    }\n}"},{"id":"0a347617-ec09-4f1b-b1db-882b902ccf5a","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/publish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","publish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"df703010-b9ce-42b7-8395-4df5a2c5554b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/mocks/:mockId/publish","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId","publish"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"e8d249fb-f92a-47ab-b364-226fa2408542"},{"name":"Update a mock server","id":"eba0122c-3cfe-4c60-b476-5fa19ce55447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"name\": \"{{mockName}}\",\n        \"environment\": \"{{environmentUid}}\",\n        \"private\": true,\n        \"versionTag\": \"{{apiVersionTagId}}\",\n        \"collection\": \"{{collectionId}}\",\n        \"config\": {\n            \"serverResponseId\": \"{{serverResponseId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/mocks/:mockId","description":"<p>Updates a mock server's properties, such as its name or collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["mocks",":mockId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The mock's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mockId"}]}},"response":[{"id":"8c7b5226-aafb-4e2a-b29c-c5a4b3fd2c58","name":"Update Mock Properties","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"name\": \"Test Mock\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"description\": \"This is a test mock server.\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"private\": true,\n        \"versionTag\": \"abf07d3d-f8ec-47d4-8015-9fe83078b4ec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true\n        },\n        \"createdAt\": \"2022-06-09T19:38:06.000Z\",\n        \"updatedAt\": \"2022-06-13T18:55:25.000Z\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"7e2d8030-b3cf-4592-9113-d91a20409cfc","name":"Update Collection and Environment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true\n        },\n        \"createdAt\": \"2022-06-09T19:38:06.000Z\",\n        \"updatedAt\": \"2022-06-13T18:55:25.000Z\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"6574db94-2671-4c2d-af14-0446b74cf78d","name":"Activate a Server Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"config\": {\n          \"serverResponseId\": \"9a291bbe-dc0a-44ba-a3c8-6dbd06a61460\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true,\n            \"delay\": null,\n            \"serverResponseId\": \"9a291bbe-dc0a-44ba-a3c8-6dbd06a61460\"\n        },\n        \"createdAt\": \"2022-06-09T19:38:06.000Z\",\n        \"updatedAt\": \"2022-06-13T18:55:25.000Z\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"0e5b26bc-9834-4905-9dee-6ce1995aa44d","name":"Deactivate a Server Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"config\": {\n          \"serverResponseId\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mock\": {\n        \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"owner\": \"12345678\",\n        \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"mockUrl\": \"https://e3d951bf-873f-49ac-a658-b2dcb91d3289.mock.pstmn.io\",\n        \"name\": \"Test Mock\",\n        \"config\": {\n            \"headers\": [],\n            \"matchBody\": false,\n            \"matchQueryParams\": true,\n            \"matchWildcards\": true,\n            \"delay\": null,\n            \"serverResponseId\": null\n        },\n        \"createdAt\": \"2022-06-09T19:38:06.000Z\",\n        \"updatedAt\": \"2022-06-13T18:55:25.000Z\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}"},{"id":"62e665b3-c03c-46bc-b15f-5bf80fe6c65c","name":"Missing Parameter","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"details\": {\n            \"param\": \"environment, private, name, config, collection\"\n        },\n        \"name\": \"paramMissingError\",\n        \"message\": \"At least one parameter must be provided.\"\n    }\n}"},{"id":"2522a47d-0d59-4cd7-b9b0-3f849e6d2506","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"config\": {\n          \"serverResponseId\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"},{"id":"9d510200-1ae4-4ba9-b2f4-b7ce13be33b7","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mock\": {\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"config\": {\n          \"serverResponseId\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/mocks/:mockId","protocol":"https","host":["api","getpostman","com"],"path":["mocks",":mockId"],"variable":[{"key":"mockId","value":"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"serverError\",\n    \"message\": \"Something went wrong with the server\"\n  }\n}"}],"_postman_id":"eba0122c-3cfe-4c60-b476-5fa19ce55447"}],"id":"4c10162c-e6f1-400b-88fa-5c5aac34eb74","description":"<p>The <strong>Mocks</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/mocking-data/setting-up-mock/\">mock servers</a>.</p>\n","_postman_id":"4c10162c-e6f1-400b-88fa-5c5aac34eb74","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Monitors","item":[{"name":"Runners","item":[{"name":"Instances","item":[{"name":"Get all runner instances","id":"190c2b7b-fe35-4079-b155-50f70696665b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/runners/:runnerId/instances","description":"<p>Gets all instances of the runner polling Postman for upcoming monitor runs. Instances are runner executions that share the same runner ID and key.</p>\n<p><strong>Note:</strong></p>\n<p>You can get a runner's ID in the Postman UI if you have an Admin or Super Admin role. To do this, click <strong>Team &gt; Team Settings</strong> in Postman, then click <strong>Runners</strong>. Click the runner you want to get the ID of, then copy its ID from the URL.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["runners",":runnerId","instances"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response, up to a maximum value of 25. Any value greater than 25 returns a 400 Bad Request response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[{"description":{"content":"<p>The runner's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"runnerId"}]}},"response":[{"id":"bb677c88-e6e8-4b06-9839-65a532cf9b76","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"model\": \"runnerInstance\",\n        \"action\": \"find\",\n        \"url\": \"https://testing.example.com/runners/1f08d6ba-c377-4ca0-be80-af81daf8fef9/instances\"\n    },\n    \"data\": [\n        {\n            \"id\": \"Rtesting-78b4f9c59c-5c7mx|b5862804ba|1.23.0|Linux\",\n            \"hostname\": \"testing-78b4f9c59c-5c7mx\",\n            \"uniqueId\": \"b5862804ba\",\n            \"cliVersion\": \"1.23.0\",\n            \"osType\": \"Linux\",\n            \"runnerId\": \"1f08d6ba-c377-4ca0-be80-af81daf8fef9\",\n            \"lastPingedAt\": \"2025-11-06T14:59:53.000Z\"\n        },\n        {\n            \"id\": \"Rtesting-78b4f9c59c-bdjdr|f1b9f8f94a|1.23.0|Linux\",\n            \"hostname\": \"testing-78b4f9c59c-bdjdr\",\n            \"uniqueId\": \"f1b9f8f94a\",\n            \"cliVersion\": \"1.23.0\",\n            \"osType\": \"Linux\",\n            \"runnerId\": \"1f08d6ba-c377-4ca0-be80-af81daf8fef9\",\n            \"lastPingedAt\": \"2025-11-06T15:30:51.000Z\"\n        },\n        {\n            \"id\": \"Rtesting-78b4f9c59c-g85wn|b35d23de98|1.23.0|Linux\",\n            \"hostname\": \"testing-78b4f9c59c-g85wn\",\n            \"uniqueId\": \"b35d23de98\",\n            \"cliVersion\": \"1.23.0\",\n            \"osType\": \"Linux\",\n            \"runnerId\": \"1f08d6ba-c377-4ca0-be80-af81daf8fef9\",\n            \"lastPingedAt\": \"2025-11-06T15:33:35.000Z\"\n        },\n        {\n            \"id\": \"Rtesting-78b4f9c59c-shf48|cd40b93f88|1.23.0|Linux\",\n            \"hostname\": \"testing-78b4f9c59c-shf48\",\n            \"uniqueId\": \"cd40b93f88\",\n            \"cliVersion\": \"1.23.0\",\n            \"osType\": \"Linux\",\n            \"runnerId\": \"1f08d6ba-c377-4ca0-be80-af81daf8fef9\",\n            \"lastPingedAt\": \"2025-11-06T15:33:35.000Z\"\n        }\n    ]\n}"},{"id":"84b84390-8a90-4a8f-b6cd-dad6e934e50b","name":"Response with Limit and Cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances?limit=1&cursor=2NMbfiEAxQcpbmTFnmfQw7jV83WCRxjFxCwipofDVfn83ac16idLnRngzvpj4VNR5GsufwXVFrWX59iLNdV7CEriGGCutycbRD1smGoWV9F5GMLGs59mGQX5hnmnhsvxDLYt1kaJgkZYk6fs9oxoaqLvLbRSQb4LyBn4vkTh1T6Xvt1c8Pe9SPR2xJ5y3fPe6judViwg1CPLJbDdRNFZ6GJ8qDp26hJE8ZPTwoYrj","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"query":[{"key":"limit","value":"1"},{"key":"cursor","value":"2NMbfiEAxQcpbmTFnmfQw7jV83WCRxjFxCwipofDVfn83ac16idLnRngzvpj4VNR5GsufwXVFrWX59iLNdV7CEriGGCutycbRD1smGoWV9F5GMLGs59mGQX5hnmnhsvxDLYt1kaJgkZYk6fs9oxoaqLvLbRSQb4LyBn4vkTh1T6Xvt1c8Pe9SPR2xJ5y3fPe6judViwg1CPLJbDdRNFZ6GJ8qDp26hJE8ZPTwoYrj"}],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"2NMbfiEAxQcpbmTFnmfQw7jV83WCRxjFxCwipofDVfn83ac16idLnRngzvpj4VNR5GsufwXVFrWX59iLNdV7CEriGGCutycbRD1smGoWV9F5GMLGs59mGQX5hnmnhsvxDLYt1kaJgkZYk6fs9oxoaqLvLbRSQb4LyBn4vkTh1T6Xvt1c8Pe9SPR2xJ5y3fPe6judViwg1CPLJbDdRNFZ6GJ8qDp26hJE8ZPTwoYrj\",\n        \"model\": \"runnerInstance\",\n        \"action\": \"find\",\n        \"url\": \"https://testing.example.com/runners/1f08d6ba-c377-4ca0-be80-af81daf8fef9/instances?limit=1\"\n    },\n    \"data\": [\n        {\n            \"id\": \"Rtesting-78b4f9c59c-5c7mx|b5862804ba|1.23.0|Linux\",\n            \"hostname\": \"testing-78b4f9c59c-5c7mx\",\n            \"uniqueId\": \"b5862804ba\",\n            \"cliVersion\": \"1.23.0\",\n            \"osType\": \"Linux\",\n            \"runnerId\": \"1f08d6ba-c377-4ca0-be80-af81daf8fef9\",\n            \"lastPingedAt\": \"2025-11-06T14:59:53.000Z\"\n        }\n    ]\n}"},{"id":"6070868d-2791-495b-a374-665acbfdc61a","name":"No Runner Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"model\": \"runnerInstance\",\n        \"action\": \"find\",\n        \"url\": \"https://testing.example.com/runners/1f08d6ba-c377-4ca0-be80-af81daf8fef9/instances\"\n    },\n    \"data\": []\n}"},{"id":"515fcf07-09ce-4a79-b1c0-7a14ecc7793c","name":"Invalid Pagination Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances?limit=50","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"query":[{"key":"limit","value":"50"}],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"urn:error:monitor:badRequest\",\n    \"title\": \"The request is invalid or improperly formatted.\",\n    \"detail\": \"Query param limit cannot exceed 25.\",\n    \"createdAt\": \"2025-11-06T08:55:38.790Z\"\n}"},{"id":"3c2323f2-366c-4e54-afe7-e29c1b990657","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"14920c65-57cd-44a7-9f90-75a711aec6bc","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"8c81cb71-ed73-4ed0-9138-3b139a136ae0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/instances","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","instances"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"urn:error:monitor:instanceNotFoundError\",\n    \"title\": \"Instance not found in the database.\",\n    \"detail\": \"Runner not found.\",\n    \"createdAt\": \"2025-11-06T14:14:45.934Z\"\n}"}],"_postman_id":"190c2b7b-fe35-4079-b155-50f70696665b"}],"id":"f9416ac8-4e18-4b4b-b6bc-ff3490457f75","description":"<p>These endpoints manage runner instances. Instances are runner executions that share the same runner ID and key.</p>\n","_postman_id":"f9416ac8-4e18-4b4b-b6bc-ff3490457f75","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Metrics","item":[{"name":"Get runner metrics","id":"ebf20b42-cd84-4479-8e2e-e83b63c3c3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/runners/:runnerId/metrics","description":"<p>Gets the Postman server-side metrics for a runner instance. Metrics include information such as monitor run queues and last polling date.</p>\n<p><strong>Note:</strong></p>\n<p>You can get a runner's ID in the Postman UI if you have a Team Admin or Super Admin role. To do this, click <strong>Team &gt; Team Settings</strong> in Postman, then click <strong>Runners</strong>. Click the runner you want to get the ID of, then copy its ID from the URL.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["runners",":runnerId","metrics"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The runner's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"runnerId"}]}},"response":[{"id":"c8f3a274-66c5-479c-87b4-8ca3edcfd31b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/metrics","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","metrics"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"lastPingAt\": \"2025-09-21T12:11:19.000Z\",\n    \"queueDepth\": 9,\n    \"oldestQueuedRunAgeSeconds\": 10213\n}"},{"id":"6b85f846-c176-4c49-807b-1f551cd2a5a3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/metrics","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","metrics"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"7d896661-a2b9-486b-8483-1af8b297a353","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/metrics","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","metrics"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"1f6cfcf7-8f11-4aaf-96b9-e1948bd1fd01","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/runners/:runnerId/metrics","protocol":"https","host":["api","getpostman","com"],"path":["runners",":runnerId","metrics"],"variable":[{"key":"runnerId","value":"1f08d6ba-c377-4ca0-be80-af81daf8fef9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"urn:error:monitor:instanceNotFoundError\",\n    \"title\": \"Instance not found in the database.\",\n    \"detail\": \"Runner not found.\",\n    \"createdAt\": \"2025-11-06T14:14:45.934Z\"\n}"}],"_postman_id":"ebf20b42-cd84-4479-8e2e-e83b63c3c3dc"}],"id":"169d8da5-cc94-447e-8432-f8ff7286566e","description":"<p>These endpoints manage runner metrics. Metrics include information such as monitor run queues and last polling date.</p>\n","_postman_id":"169d8da5-cc94-447e-8432-f8ff7286566e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"a413595a-8830-49ac-a11f-7e7c5e534faa","description":"<p>These endpoints manage <a href=\"http://learning.postman.com/docs/monitoring-your-api/runners/overview/\">Runners</a>. Runners enable you to monitor and test your organization’s APIs from your internal network, without publicly exposing your endpoints.</p>\n<p><strong>Note:</strong></p>\n<p>These endpoints are only available for users who have the <strong>Runner Management</strong> feature enabled. To get access, contact your Postman Customer Success Manager.</p>\n","_postman_id":"a413595a-8830-49ac-a11f-7e7c5e534faa","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Create a monitor","id":"419dd5ae-5fb8-476b-b070-c05accc3aaba","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"{{monitorName}}\",\n        \"collection\": \"{{collectionUid}}\",\n        \"environment\": \"{{environmentUid}}\",\n        \"active\": true,\n        \"schedule\": {\n            \"cron\": \"{{cronFrequencyPattern}}\",\n            \"timezone\": \"{{monitorTimezone}}\"\n        },\n        \"notificationLimit\": 1,\n        \"distribution\": [\n            {\n                \"region\": \"{{regionId}}\"\n            }\n        ],\n        \"options\": {\n            \"followRedirects\": true,\n            \"requestDelay\": 1,\n            \"requestTimeout\": 1,\n            \"strictSSL\": true\n        },\n        \"notifications\": {\n            \"onError\": [\n                {\n                    \"email\": \"{{emailAddress}}\"\n                }\n            ],\n            \"onFailure\": [\n                {\n                    \"email\": \"{{emailAddress}}\"\n                }\n            ]\n        },\n        \"retry\": {\n            \"attempts\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors?workspace=","description":"<p>Creates a monitor.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You cannot create monitors for collections added to an API definition.</p>\n</li>\n<li><p>If you do not include the <code>workspace</code> query parameter, the system creates the monitor in the oldest personal Internal workspace you own.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace ID.</p>\n<p>If you do not pass this parameter, the system creates the monitor in the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"395c70b3-4d38-4c1a-8796-7f9cb424ba32","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"0e9f9b1f3e7218e7fd625cca14597bc771064a433bdd75b5a40196cef86c3fa29d483358e0b254b0a097ac305b132ec8481e2c5b835663fbed3bbb93b5a747cf8776efe85650e29a8e5f0a63906480e5b9e5a9860bef703234812ce9f65ea6dcbc099ac952d1c36338e2d192a793b82a1d8a2dd6dd031f831c08805a9e7ea1f55d46c54cf6ecaecbac84ddf581c8a267a116c0d6d935f19171bce93c6e040c0bd49fc1325bdb8929914548d7c0cae78796aba4073dc9ab63194a90e430919d8757c7ccb7b4dffc61b9cd4a748edc88d0b4ba727c83ea1af546908ff63a1e2ee9784a7b9af2f61997e0dd34adcb479151d11d0e8d67ba76050d55c7bbb88f2f700e14f848f6b929b441869fba53436eb7983660d0e4af82aa0dc5c47dddf974599280179889c03c3e38212eaa8270c641298f0a49b923ed3d04d61e2c6c25844b67df9e4814d378b440e8124e429dc292a147038a57c03e8b8ece700b376fcf8e002dca35142f97b5f49144e2f7477b99d767dff12bb37dd846419051bdaa4c6d931545a5df09bda8a80a336585e5d6ba44f087607512344f91321a359dc150cb411600fbf0d974f63116046d681d3f82a16e50e3bb69c463430e284f64e007f354a9ed4a2afdb27caad0414d451875ec78ea98924e32d8f881eb2c260b348e00baf782","key":"postman.sid"}],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"active\": true,\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"fa4af092-8483-45e1-aa69-5a00c83eb4a1","name":"Create Monitor with Options","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"active\": false,\n        \"notificationLimit\": 2,\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"retry\": {\n            \"attempts\": 1\n        },\n        \"options\": {\n            \"strictSSL\": true,\n            \"followRedirects\": true,\n            \"requestTimeout\": 5000,\n            \"requestDelay\": 5\n        },\n        \"notifications\": {\n            \"onError\": [\n                {\n                    \"email\": \"user@example.com\"\n                }\n            ],\n            \"onFailure\": [\n                {\n                    \"email\": \"user@example.com\"\n                }\n            ]\n        },\n        \"distribution\": [\n            {\n                \"region\": \"us-east\"\n            }\n        ],\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"active\": true,\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"f268906a-54e7-44bb-b2f6-71919f2337d6","name":"Invalid Collection UID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"0 0 * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t},\n\t\t\"collection\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidUidError\",\n        \"message\": \"The specified uid is invalid.\",\n        \"details\": {\n            \"param\": \"collection\",\n            \"uid\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"764da94f-fe5d-451f-8ef2-5fca9a61b4b3","name":"Invalid Environment UID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidUidError\",\n        \"message\": \"The specified uid is invalid.\",\n        \"details\": {\n            \"param\": \"environment\",\n            \"uid\": \"5daabc50-8451-43f6-922d-96b403b4f28e\"\n        }\n    }\n}"},{"id":"c6c75f2e-af79-4b88-b611-4de96e6ef615","name":"Invalid Timezone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"USA\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The request had invalid parameters\",\n        \"details\": {\n            \"param\": \"schedule.timezone\"\n        }\n    }\n}"},{"id":"e05c1af8-9f80-4e80-a760-1cd4c43767c5","name":"Invalid Cron Pattern","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"* * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t},\n\t\t\"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n\t\t\"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"cronPatternNotAllowedError\",\n        \"message\": \"Invalid cron pattern. Enter a valid cron pattern, such as \\\"0 17 * * *\\\"\",\n        \"details\": {\n            \"pattern\": \"* * * * *\"\n        }\n    }\n}"},{"id":"2664e246-8747-43e2-922b-83a35b876952","name":"Missing Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\",\n        \"details\": {\n            \"param\": [\n                \"name\"\n            ]\n        }\n    }\n}"},{"id":"0e6d18f2-6438-4847-b1e9-f5c98c338657","name":"Forbidden Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You need read access to this collection in order to perform this action.\"\n    }\n}"},{"id":"3fd69a96-c4ee-418b-9d42-0a39a813b8f5","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitor\": {\n        \"name\": \"Test Monitor\",\n        \"schedule\": {\n            \"cron\": \"0 0 * * *\",\n            \"timezone\": \"America/Chicago\"\n        },\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"419dd5ae-5fb8-476b-b070-c05accc3aaba"},{"name":"Run a monitor","id":"688c4c2a-58b6-4f26-b06b-1f45508ee1d4","request":{"method":"POST","header":[],"url":"https://api.getpostman.com/monitors/:monitorId/run","description":"<p>Runs a monitor and returns its run results.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>If you pass the <code>async=true</code> query parameter, the response does not return the <code>stats</code>, <code>executions</code>, and <code>failures</code> responses. To get this information for an asynchronous run, call the <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/request/12959542-e4167234-9a55-4b15-8146-0487978d952f?ctx=documentation&amp;tab=overview\">GET</a> <code>/monitors/{id}</code> endpoint.</p>\n</li>\n<li><p>If the call exceeds 300 seconds, the endpoint returns an HTTP <code>202 Accepted</code> response. Use the <a href=\"https://www.postman.com/postman/postman-public-workspace/request/7izaj6c/get-a-monitor\">GET</a> <code>/monitors/{id}</code> endpoint to check the run's status in the response's <code>lastRun</code> property. To avoid this, it is recommended that you include the <code>async=true</code> query parameter when using this endpoint.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors",":monitorId","run"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>If true, runs the monitor asynchronously from the created monitor run task. By default, the server will not respond until the task finishes (<code>false</code>).</p>\n","type":"text/plain"},"key":"async","value":"true"}],"variable":[{"description":{"content":"<p>The monitor's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"monitorId"}]}},"response":[{"id":"f45ff069-d08f-4384-909e-92f06fdd1d8e","name":"Successful Response","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"run\": {\n        \"info\": {\n            \"jobId\": \"1ecee76a-e14e-47c0-bddc-256bf690c407\",\n            \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"status\": \"success\",\n            \"startedAt\": \"2025-06-17T19:50:04.019Z\",\n            \"finishedAt\": \"2025-06-17T19:50:06.439Z\"\n        },\n        \"stats\": {\n            \"assertions\": {\n                \"total\": 5,\n                \"failed\": 0\n            },\n            \"requests\": {\n                \"total\": 3,\n                \"failed\": 0\n            },\n            \"runCount\": 3,\n            \"errorCount\": 2,\n            \"abortedCount\": 1,\n            \"responseLatency\": 850,\n            \"responseSize\": 2048\n        },\n        \"executions\": [\n            {\n                \"id\": 1,\n                \"item\": {\n                    \"name\": \"Sample POST Request\"\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"url\": \"http://echo.getpostman.com/post\",\n                    \"headers\": {\n                        \"Content-Type\": \"application/json\",\n                        \"User-Agent\": \"PostmanRuntime/7.29.0\",\n                        \"Accept\": \"*/*\",\n                        \"Cache-Control\": \"no-cache\",\n                        \"Postman-Token\": null,\n                        \"Host\": \"echo.getpostman.com\",\n                        \"Accept-Encoding\": \"gzip, deflate, br\",\n                        \"Connection\": \"keep-alive\",\n                        \"Content-Length\": \"0\"\n                    },\n                    \"body\": {\n                        \"contentLength\": 0\n                    },\n                    \"timestamp\": \"2025-06-17T19:50:06.186Z\"\n                },\n                \"response\": {\n                    \"code\": 200,\n                    \"body\": {\n                        \"contentLength\": 50\n                    },\n                    \"responseTime\": 49,\n                    \"responseSize\": 50,\n                    \"headers\": {\n                        \"Date\": \"Fri, 17 Jun 2025 19:50:06 GMT\",\n                        \"Content-Type\": \"text/plain\",\n                        \"Content-Length\": \"50\",\n                        \"Connection\": \"keep-alive\",\n                        \"Server\": null\n                    }\n                }\n            }\n        ],\n        \"failures\": []\n    }\n}"},{"id":"01253f35-c8c7-4c05-8bf6-420c8b4a4b3c","name":"Run Exceeds 300s","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"run\": {\n      \"info\": {\n        \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"status\": \"running\",\n        \"message\": \"The request is taking longer than expected, but is processing. To avoid this in future requests, pass the 'async=true' query parameter to use the async option.\"\n        }\n    }\n}"},{"id":"0c17682c-55c5-4903-b0e1-469d159775bb","name":"Run With async Parameter","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run?async=true","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"query":[{"key":"async","value":"true"}],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"run\": {\n        \"info\": {\n            \"jobId\": \"1ecee76a-e14e-47c0-bddc-256bf690c407\",\n            \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"status\": \"success\",\n            \"startedAt\": \"2022-06-17T19:50:04.019Z\",\n            \"finishedAt\": \"2022-06-17T19:50:06.439Z\"\n        }\n    }\n}"},{"id":"8e8e0ff5-a9e7-47a4-9d69-c8c4f47f94de","name":"Monitor Run Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"run\": {\n        \"info\": {\n            \"jobId\": \"1ecee76a-e14e-47c0-bddc-256bf690c407\",\n            \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"status\": \"failed\",\n            \"startedAt\": \"2022-06-17T20:00:41.659Z\",\n            \"finishedAt\": \"2022-06-17T20:00:42.693Z\"\n        },\n        \"stats\": {\n            \"assertions\": {\n                \"total\": 1,\n                \"failed\": 1\n            },\n            \"requests\": {\n                \"total\": 1,\n                \"failed\": 0\n            }\n        },\n        \"executions\": [\n            {\n                \"id\": 1,\n                \"item\": {\n                    \"name\": \"Sample POST Request\"\n                },\n                \"request\": {\n                    \"method\": \"POST\",\n                    \"url\": \"http://echo.getpostman.com/post\",\n                    \"headers\": {\n                        \"Content-Type\": \"application/json\",\n                        \"User-Agent\": \"PostmanRuntime/7.29.0\",\n                        \"Accept\": \"*/*\",\n                        \"Cache-Control\": \"no-cache\",\n                        \"Postman-Token\": null,\n                        \"Host\": \"echo.getpostman.com\",\n                        \"Accept-Encoding\": \"gzip, deflate, br\",\n                        \"Connection\": \"keep-alive\",\n                        \"Content-Length\": \"0\"\n                    },\n                    \"body\": {\n                        \"contentLength\": 0\n                    },\n                    \"timestamp\": \"2022-06-17T20:00:42.423Z\"\n                },\n                \"response\": {\n                    \"code\": 200,\n                    \"body\": {\n                        \"contentLength\": 50\n                    },\n                    \"responseTime\": 15,\n                    \"responseSize\": 50,\n                    \"headers\": {\n                        \"Date\": \"Fri, 17 Jun 2022 20:00:42 GMT\",\n                        \"Content-Type\": \"text/plain\",\n                        \"Content-Length\": \"50\",\n                        \"Connection\": \"keep-alive\",\n                        \"Server\": null\n                    }\n                }\n            }\n        ],\n        \"failures\": []\n    }\n}"},{"id":"55430cf6-6895-46ac-b60d-2d6e7f35ddc9","name":"Monitor Run with Errors","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"run\": {\n        \"info\": {\n            \"jobId\": \"1ecee76a-e14e-47c0-bddc-256bf690c407\",\n            \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"status\": \"error\",\n            \"startedAt\": \"2022-06-17T20:04:47.183Z\",\n            \"finishedAt\": \"2022-06-17T20:04:48.858Z\"\n        },\n        \"stats\": {\n            \"assertions\": {\n                \"total\": 4,\n                \"failed\": 2\n            },\n            \"requests\": {\n                \"total\": 4,\n                \"failed\": 3\n            }\n        },\n        \"executions\": [\n            {\n                \"id\": 1,\n                \"item\": {\n                    \"name\": \"Sample GET Request\"\n                },\n                \"request\": {\n                    \"method\": \"GET\",\n                    \"url\": \"https://example.com/search?format=json&state=&city=&country=\",\n                    \"headers\": {\n                        \"User-Agent\": \"PostmanRuntime/7.29.0\",\n                        \"Accept\": \"*/*\",\n                        \"Cache-Control\": \"no-cache\",\n                        \"Postman-Token\": null,\n                        \"Host\": \"example.com\",\n                        \"Accept-Encoding\": \"gzip, deflate, br\",\n                        \"Connection\": \"keep-alive\"\n                    },\n                    \"body\": {\n                        \"contentLength\": 0\n                    },\n                    \"timestamp\": \"2022-06-17T20:04:47.926Z\"\n                },\n                \"response\": {\n                    \"code\": 200,\n                    \"body\": {\n                        \"contentLength\": 2\n                    },\n                    \"responseTime\": 257,\n                    \"responseSize\": 2,\n                    \"headers\": {\n                        \"Server\": null,\n                        \"Date\": \"Fri, 17 Jun 2022 20:04:47 GMT\",\n                        \"Content-Type\": \"application/json; charset=UTF-8\",\n                        \"Transfer-Encoding\": \"chunked\",\n                        \"Connection\": \"keep-alive\",\n                        \"Keep-Alive\": null,\n                        \"Access-Control-Allow-Origin\": \"*\",\n                        \"Access-Control-Allow-Methods\": \"OPTIONS,GET\"\n                    }\n                },\n                \"errors\": [\n                    {\n                        \"name\": \"m\",\n                        \"message\": \"Cannot read property 'lat' of undefined\"\n                    }\n                ]\n            }\n        ],\n        \"failures\": [\n            {\n                \"executionId\": 1,\n                \"name\": \"TypeError\",\n                \"message\": \"Cannot read property 'lat' of undefined\"\n            }\n        ]\n    }\n}"},{"id":"d0ef7095-6840-48a6-9325-cef186e7bf8a","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId/run","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId","run"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"688c4c2a-58b6-4f26-b06b-1f45508ee1d4"},{"name":"Delete a monitor","id":"8bd1128e-a778-4c71-9028-c858196c6a3e","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/monitors/:monitorId","description":"<p>Deletes a monitor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors",":monitorId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The monitor's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"monitorId"}]}},"response":[{"id":"bc376ad9-3e24-48b7-ba00-57dff6abf4bb","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"uid\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"3f5a0458-ac89-4ad1-8e46-16a81291f7ad","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"813af79fd620c970d59f4e41275292a96873bb5065975eccf67a84cfdc24b448037430d26c2a29f4192ad492875ed7a0d53bbea8c63f760bb75c886624b4da560fc52c7f9f9e79837bee212f90b9a59c1dfcf94b95156b20f45169eab2ed93b0c38669819143ae41e45dfaac6a5f0cf6d5e76ca40134c3bd9ef9f5532ad6d179519aa0315fe4e6e157ee9d71c9f14aa9b0455ff84f94ae7519f1139d0cccdeeef7e2aafe1696cf640ec874c62d4d5bda3dbe17cf6083fb276b7f3355eb19162430f171166d19a7d79da028c76b3c2b97e88c93dc7183bc486d9d331b93b9a20de1216e84ca74f7b6887df61785d0b65be19f56283523f211fd43a772afa39aadc3b8dc011ba680b69a7e4fcda83be75d593c8ce6c6997bf530b57a8036881ea3d5b3c28d096099ca712f5d6916b453f1b338c455c4f861da638dffd05fd2a3dd5b9dd6dbe5f2c3a30e304363c9c2bcfbe5d9abeba9c06df16d155a70c6b0a9848f7446a5646e58640d7fad642df11350f528e4bacb5c446986cddf8f0c7ad10ec1067daccca962d6fb90aad8db55c2ffa1dc8716865350d5127cb69e44cfc4511836cbc5828c1c01370c7464fef1f07c716456a57a467bc1445ea88b705ef9c0c068948a73dca851804663befbc2d9aec7cfc3a2daf377b1a8c020091216d82504ff9b38c84234ad9b6f8c596a","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"b8ee90dd180562a5a21edad92ea0b987583b7599811884947b9aae88d0c060e8abb0c337534285da6defa4cfabba320b37b611b2c9586b81cb38220830b58440a2ff03756c898b89eb08799bc486c7dc08643ef1ee6e38e5988c4aafda47f1ed26c4218a23620f43d57aa19bb7f79762b394384215a7805e6b1c2cc092b6ac5ad8e8848b1ce655edba6f52820a2ac5acf3d289dda878c6a1fe62e88bb4159f605e8081afa2afce7a72a0c5d96515d566bcbf9cb3842cfc2b7f3a48badbcbfb9e5907b6451674d2c09cf6bf0b34b967edfc3a6389a834f7be21592ba2fbf7aa9eaaa6b87f99590813ded37c6e4ad17e7afcca74455b703d2d653e6ce063ce8eb195ce46c910a1b61fb71f13a8cb52ab2a7bded1b9b5a6b56ad5a66ceafc20afc70962a1f49b8abf2ce3f9e7cf3f44aaf0f41f81605b4ee612f3044d81b787a7cb128c56474a25cdc13803e9057603ead1f1fd6666ae5467ca9e250bb228dfd11dafd16345019bb7e06c58b27bf69d550cbfcef348bc746fdea61d4ea93c48d5f5e4e729adf18655669170f0a059025a79fb2a48f924d9748895a42780d1a9fae32ebf2d57df434c60b675412e217d126b9edbd28b949dfcbcbc8518aa51339d3e1d1f37c6cac4866064c54a476cf94d749a570938a7ad3ce28a9f1c5ea6623b","key":"postman-staging.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"Monitor 1e6b6cb7-f13d-4000-acb7-0695757174a8 does not exist.\"\n    }\n}"},{"id":"711b85fa-ae36-4ad4-ad31-b13e2d4c1abc","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"8bd1128e-a778-4c71-9028-c858196c6a3e"},{"name":"Get all monitors","id":"b16d313c-d581-4fb9-a1fd-09f4be498e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/monitors","description":"<p>Gets all monitors.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results found in the given workspace ID.</p>\n","type":"text/plain"},"key":"workspace","value":""},{"disabled":true,"description":{"content":"<p>If true, return only active monitors.</p>\n","type":"text/plain"},"key":"active","value":"true"},{"disabled":true,"description":{"content":"<p>Return the results by the given user ID.</p>\n","type":"text/plain"},"key":"owner","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by a collection's unique ID.</p>\n","type":"text/plain"},"key":"collectionUid","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by an environment's unique ID.</p>\n","type":"text/plain"},"key":"environmentUid","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response, up to a maximum value of 25. Any value greater than 25 returns a 400 Bad Request response. Defaults to <code>25</code>.</p>\n","type":"text/plain"},"key":"limit","value":"25"}],"variable":[]}},"response":[{"id":"a4c1b758-192e-4453-bff9-b21d95ec3ab0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/monitors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"0e9f9b1f3e7218e7fd625cca14597bc771064a433bdd75b5a40196cef86c3fa29d483358e0b254b0a097ac305b132ec8481e2c5b835663fbed3bbb93b5a747cf8776efe85650e29a8e5f0a63906480e5b9e5a9860bef703234812ce9f65ea6dcbc099ac952d1c36338e2d192a793b82a1d8a2dd6dd031f831c08805a9e7ea1f55d46c54cf6ecaecbac84ddf581c8a267a116c0d6d935f19171bce93c6e040c0bd49fc1325bdb8929914548d7c0cae78796aba4073dc9ab63194a90e430919d8757c7ccb7b4dffc61b9cd4a748edc88d0b4ba727c83ea1af546908ff63a1e2ee9784a7b9af2f61997e0dd34adcb479151d11d0e8d67ba76050d55c7bbb88f2f700e14f848f6b929b441869fba53436eb7983660d0e4af82aa0dc5c47dddf974599280179889c03c3e38212eaa8270c641298f0a49b923ed3d04d61e2c6c25844b67df9e4814d378b440e8124e429dc292a147038a57c03e8b8ece700b376fcf8e002dca35142f97b5f49144e2f7477b99d767dff12bb37dd846419051bdaa4c6d931545a5df09bda8a80a336585e5d6ba44f087607512344f91321a359dc150cb411600fbf0d974f63116046d681d3f82a16e50e3bb69c463430e284f64e007f354a9ed4a2afdb27caad0414d451875ec78ea98924e32d8f881eb2c260b348e00baf782","key":"postman.sid"}],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        },\n        {\n            \"id\": \"1e6b6cb7-f13d-4000-acb7-0695757174a8\",\n            \"name\": \"Postman Echo Monitor\",\n            \"active\": true,\n            \"uid\": \"87654321-1e6b6cb7-f13d-4000-acb7-0695757174a8\",\n            \"owner\": 87654321,\n            \"collectionUid\": \"87654321-b2f818c8-0ff3-4b54-8922-4525dd7acaf7\",\n            \"environmentUid\": \"87654321-a674962b-feeb-475d-a796-c59dd4ee28a7\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"ca0b87e3-a407-417d-a739-05f451f0c02a","name":"Get Monitors in a Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"96ba1000-3b6c-4a95-a160-4efdf6e5b2fd","name":"Filter by collectionUid","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?collectionUid=12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"collectionUid","value":"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"571b5bd0-ae4b-4ca8-88ee-c76a2daa54f4","name":"Filter by environmentUid","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?environmentUid=12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"environmentUid","value":"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"5f4e3c73-4c3b-4662-8825-13334445cc34","name":"Filter by active","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?active=false","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"active","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"3d08e460-b58f-4f46-9dbb-018c57760864\",\n            \"name\": \"Billing\",\n            \"active\": false,\n            \"uid\": \"56781234-3d08e460-b58f-4f46-9dbb-018c57760864\",\n            \"owner\": 56781234,\n            \"collectionUid\": \"56781234-b79c429b-b347-4b9c-a969-9cc3e1349f68\",\n            \"environmentUid\": \"56781234-ec29504a-a305-47b2-9c73-8b0dcd6ddd61\"\n        },\n        {\n            \"id\": \"5c8ff94d-ae04-4f23-812c-d428fa72bc43\",\n            \"name\": \"API Test 2\",\n            \"active\": false,\n            \"uid\": \"87654321-5c8ff94d-ae04-4f23-812c-d428fa72bc43\",\n            \"owner\": 87654321,\n            \"collectionUid\": \"87654321-01c3b7c7-bf1e-47ab-8d57-0f9f950dca65\",\n            \"environmentUid\": \"87654321-2ff3607d-2bdc-49a4-91af-40b0f48a0c77\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"31c3bea2-3916-49a5-8616-1d716cf46bf2","name":"Filter by owner","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?owner=12345678","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"owner","value":"12345678"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        },\n        {\n            \"id\": \"90e01576-3ec4-4245-a327-e56b78becdce\",\n            \"name\": \"Testing Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-90e01576-3ec4-4245-a327-e56b78becdce\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-ecfd0f2c-cf60-4935-b2ed-b65c58d2910c\",\n            \"environmentUid\": \"12345678-106dabbe-324c-488f-b628-c9f45033dcc7\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"de5c1d83-f9bb-48e6-bcbf-89181480cd9b","name":"Limit with Cursor Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?limit=5","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a\",\n            \"environmentUid\": \"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905\"\n        },\n        {\n            \"id\": \"1e6b6cb7-f13d-4000-acb7-0695757174a8\",\n            \"name\": \"API Test\",\n            \"active\": true,\n            \"uid\": \"87654321-1e6b6cb7-f13d-4000-acb7-0695757174a8\",\n            \"owner\": 87654321,\n            \"collectionUid\": \"87654321-2f5e0f30-15f9-4c8a-9371-bb4402149abb\",\n            \"environmentUid\": \"87654321-da11b6bf-1856-4625-ade2-46843b8eb31c\"\n        },\n        {\n            \"id\": \"3d08e460-b58f-4f46-9dbb-018c57760864\",\n            \"name\": \"Billing\",\n            \"active\": false,\n            \"uid\": \"56781234-3d08e460-b58f-4f46-9dbb-018c57760864\",\n            \"owner\": 56781234,\n            \"collectionUid\": \"56781234-b79c429b-b347-4b9c-a969-9cc3e1349f68\",\n            \"environmentUid\": \"56781234-ec29504a-a305-47b2-9c73-8b0dcd6ddd61\"\n        },\n        {\n            \"id\": \"90e01576-3ec4-4245-a327-e56b78becdce\",\n            \"name\": \"Testing Monitor\",\n            \"active\": true,\n            \"uid\": \"12345678-90e01576-3ec4-4245-a327-e56b78becdce\",\n            \"owner\": 12345678,\n            \"collectionUid\": \"12345678-ecfd0f2c-cf60-4935-b2ed-b65c58d2910c\",\n            \"environmentUid\": \"12345678-106dabbe-324c-488f-b628-c9f45033dcc7\"\n        },\n        {\n            \"id\": \"5c8ff94d-ae04-4f23-812c-d428fa72bc43\",\n            \"name\": \"API Test 2\",\n            \"active\": false,\n            \"uid\": \"87654321-5c8ff94d-ae04-4f23-812c-d428fa72bc43\",\n            \"owner\": 87654321,\n            \"collectionUid\": \"87654321-01c3b7c7-bf1e-47ab-8d57-0f9f950dca65\",\n            \"environmentUid\": \"87654321-2ff3607d-2bdc-49a4-91af-40b0f48a0c77\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"D7TopGzwFnQtrVmj8QRbSBsBKkHAq19dnoRp5XxKVfVJW4pUx74P3L9BW9qTnR8vhAbgmXA3KEBTSG8Y4BXxJDmU8vJMH76RfKF1f51DfYm2qgt14AK1oLX1mj5qcmH2buYxiPL5CmdyktVVmNqs9zsMtLD9\",\n        \"limit\": 5\n    }\n}"},{"id":"ae6733ac-19f7-4d2d-9d61-f408273e2950","name":"Owner Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors?owner=12345678","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"owner","value":"12345678"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"fe76b580-2e00-4d56-9bac-5e4101646757","name":"Collection Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?collectionUid=12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"collectionUid","value":"12345678-d35c5bfa-380e-4e98-9052-4eaf3bd0f14a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"2d000821-a332-4785-b792-9ca3394ae03a","name":"Environment Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?environmentUid=12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"environmentUid","value":"12345678-9ce0605e-e7cb-40dc-8074-2f6a69252905"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"monitors\": [],\n    \"meta\": {\n        \"nextCursor\": \"\",\n        \"limit\": 25\n    }\n}"},{"id":"5617c367-e8cf-4db7-872b-d49c10d12b52","name":"Invalid active Value","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?cursor=1","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"cursor","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Active must be a boolean.\"\n    }\n}"},{"id":"675b690d-9cc6-423e-bfe8-b00cade33f02","name":"Invalid Cursor","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?cursor=1","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"cursor","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Invalid cursor query parameter passed.\"\n    }\n}"},{"id":"1bed51ed-47a3-483d-affb-49dfcaa82572","name":"Invalid owner Value","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?cursor=1&owner=a","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"cursor","value":"1"},{"key":"owner","value":"a"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Owner user ID must be an integer.\"\n    }\n}"},{"id":"599cfe91-ec18-47a0-a579-a9bd6c7ec3de","name":"Invalid Pagination Limit","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9&limit=30","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"},{"key":"limit","value":"30"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Query param limit cannot exceed 25.\"\n    }\n}"},{"id":"8771cc72-d4a6-4033-997f-1c9b17eb35fc","name":"Invalid Workspace ID","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9bQ32","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9bQ32"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequest\",\n        \"message\": \"Workspace ID must be 36 characters (37).\"\n    }\n}"},{"id":"e8d5de93-b4b0-44d2-bbea-f0e718e0313b","name":"Workspace Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/monitors?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["monitors"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"Workspace not found\"\n    }\n}"},{"id":"4526ae0c-615d-4850-80e1-02a83350bd99","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/monitors"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b16d313c-d581-4fb9-a1fd-09f4be498e12"},{"name":"Get a monitor","id":"e4167234-9a55-4b15-8146-0487978d952f","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/monitors/:monitorId","description":"<p>Gets information about a monitor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors",":monitorId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The monitor's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"monitorId"}]}},"response":[{"id":"adf05b83-90ba-46cf-94e4-568fb39f1ff6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"0e9f9b1f3e7218e7fd625cca14597bc771064a433bdd75b5a40196cef86c3fa29d483358e0b254b0a097ac305b132ec8481e2c5b835663fbed3bbb93b5a747cf8776efe85650e29a8e5f0a63906480e5b9e5a9860bef703234812ce9f65ea6dcbc099ac952d1c36338e2d192a793b82a1d8a2dd6dd031f831c08805a9e7ea1f55d46c54cf6ecaecbac84ddf581c8a267a116c0d6d935f19171bce93c6e040c0bd49fc1325bdb8929914548d7c0cae78796aba4073dc9ab63194a90e430919d8757c7ccb7b4dffc61b9cd4a748edc88d0b4ba727c83ea1af546908ff63a1e2ee9784a7b9af2f61997e0dd34adcb479151d11d0e8d67ba76050d55c7bbb88f2f700e14f848f6b929b441869fba53436eb7983660d0e4af82aa0dc5c47dddf974599280179889c03c3e38212eaa8270c641298f0a49b923ed3d04d61e2c6c25844b67df9e4814d378b440e8124e429dc292a147038a57c03e8b8ece700b376fcf8e002dca35142f97b5f49144e2f7477b99d767dff12bb37dd846419051bdaa4c6d931545a5df09bda8a80a336585e5d6ba44f087607512344f91321a359dc150cb411600fbf0d974f63116046d681d3f82a16e50e3bb69c463430e284f64e007f354a9ed4a2afdb27caad0414d451875ec78ea98924e32d8f881eb2c260b348e00baf782","key":"postman.sid"}],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"owner\": 12345678,\n        \"active\": true,\n        \"notificationLimit\": 1,\n        \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"options\": {\n            \"strictSSL\": true,\n            \"followRedirects\": true,\n            \"requestTimeout\": 3000,\n            \"requestDelay\": 1\n        },\n        \"notifications\": {\n            \"onError\": [\n                {\n                    \"email\": \"taylor.lee@example.com\"\n                }\n            ],\n            \"onFailure\": [\n                {\n                    \"email\": \"taylor.lee@example.com\"\n                }\n            ]\n        },\n        \"distribution\": [\n            {\n                \"region\": \"us-east\"\n            }\n        ],\n        \"schedule\": {\n            \"cron\": \"0 0 * * * *\",\n            \"timezone\": \"America/Chicago\",\n            \"nextRun\": \"2025-06-18T05:00:00.000Z\"\n        },\n        \"retry\": {\n            \"attempts\": 1\n        },\n        \"lastRun\": {\n            \"status\": \"success\",\n            \"startedAt\": \"2025-06-17T18:39:52.852Z\",\n            \"finishedAt\": \"2025-06-17T18:39:53.707Z\",\n            \"jobId\": \"e72dc3de-e4ac-407c-b1cc-2c5b6efced68\",\n            \"stats\": {\n                \"assertions\": {\n                    \"total\": 5,\n                    \"failed\": 0\n                },\n                \"requests\": {\n                    \"total\": 3\n                },\n                \"runCount\": 42,\n                \"errorCount\": 0,\n                \"abortedCount\": 2,\n                \"responseLatency\": 850,\n                \"responseSize\": 2048\n\t\t    }\n        }\n\t}\n}"},{"id":"41675dc5-6ffe-4463-9cf9-1c2cc9d3de7f","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"0e9f9b1f3e7218e7fd625cca14597bc771064a433bdd75b5a40196cef86c3fa29d483358e0b254b0a097ac305b132ec8481e2c5b835663fbed3bbb93b5a747cf8776efe85650e29a8e5f0a63906480e5b9e5a9860bef703234812ce9f65ea6dcbc099ac952d1c36338e2d192a793b82a1d8a2dd6dd031f831c08805a9e7ea1f55d46c54cf6ecaecbac84ddf581c8a267a116c0d6d935f19171bce93c6e040c0bd49fc1325bdb8929914548d7c0cae78796aba4073dc9ab63194a90e430919d8757c7ccb7b4dffc61b9cd4a748edc88d0b4ba727c83ea1af546908ff63a1e2ee9784a7b9af2f61997e0dd34adcb479151d11d0e8d67ba76050d55c7bbb88f2f700e14f848f6b929b441869fba53436eb7983660d0e4af82aa0dc5c47dddf974599280179889c03c3e38212eaa8270c641298f0a49b923ed3d04d61e2c6c25844b67df9e4814d378b440e8124e429dc292a147038a57c03e8b8ece700b376fcf8e002dca35142f97b5f49144e2f7477b99d767dff12bb37dd846419051bdaa4c6d931545a5df09bda8a80a336585e5d6ba44f087607512344f91321a359dc150cb411600fbf0d974f63116046d681d3f82a16e50e3bb69c463430e284f64e007f354a9ed4a2afdb27caad0414d451875ec78ea98924e32d8f881eb2c260b348e00baf782","key":"postman.sid"}],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified monitor does not exist.\"\n    }\n}"},{"id":"4fcd1cc1-44c3-4edc-8f41-044d79cc886a","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"e4167234-9a55-4b15-8146-0487978d952f"},{"name":"Update a monitor","id":"fbe383b1-7452-47f6-860c-252f5383f7bf","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"{{monitorName}}\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"{{cronFrequencyPattern}}\",\n            \"timezone\": \"{{monitorTimezone}}\"\n\t\t},\n        \"notificationLimit\": 1,\n        \"active\": true,\n        \"distribution\": [\n            {\n                \"region\": \"{{regionId}}\"\n            }\n        ],\n        \"options\": {\n            \"followRedirects\": true,\n            \"requestDelay\": 1,\n            \"requestTimeout\": 1,\n            \"strictSSL\": true\n        },\n        \"notifications\": {\n            \"onError\": [\n                {\n                    \"email\": \"{{emailAddress}}\"\n                }\n            ],\n            \"onFailure\": [\n                {\n                    \"email\": \"{{emailAddress}}\"\n                }\n            ]\n        },\n        \"retry\": {\n            \"attempts\": 1\n        }\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/monitors/:monitorId","description":"<p>Updates a monitor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["monitors",":monitorId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The monitor's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"monitorId"}]}},"response":[{"id":"b4dabe60-3925-41c2-b3a7-23040bc3c7cb","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"*/5 * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":"getpostman.com","path":"/","secure":false,"session":false,"value":"0e9f9b1f3e7218e7fd625cca14597bc771064a433bdd75b5a40196cef86c3fa29d483358e0b254b0a097ac305b132ec8481e2c5b835663fbed3bbb93b5a747cf8776efe85650e29a8e5f0a63906480e5b9e5a9860bef703234812ce9f65ea6dcbc099ac952d1c36338e2d192a793b82a1d8a2dd6dd031f831c08805a9e7ea1f55d46c54cf6ecaecbac84ddf581c8a267a116c0d6d935f19171bce93c6e040c0bd49fc1325bdb8929914548d7c0cae78796aba4073dc9ab63194a90e430919d8757c7ccb7b4dffc61b9cd4a748edc88d0b4ba727c83ea1af546908ff63a1e2ee9784a7b9af2f61997e0dd34adcb479151d11d0e8d67ba76050d55c7bbb88f2f700e14f848f6b929b441869fba53436eb7983660d0e4af82aa0dc5c47dddf974599280179889c03c3e38212eaa8270c641298f0a49b923ed3d04d61e2c6c25844b67df9e4814d378b440e8124e429dc292a147038a57c03e8b8ece700b376fcf8e002dca35142f97b5f49144e2f7477b99d767dff12bb37dd846419051bdaa4c6d931545a5df09bda8a80a336585e5d6ba44f087607512344f91321a359dc150cb411600fbf0d974f63116046d681d3f82a16e50e3bb69c463430e284f64e007f354a9ed4a2afdb27caad0414d451875ec78ea98924e32d8f881eb2c260b348e00baf782","key":"postman.sid"}],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"active\": true,\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"e406330e-98d8-4d99-9148-166116995624","name":"Pause Monitor","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"active\": false\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"active\": false,\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"d3ce3225-123b-494e-897b-2b60c449dc5e","name":"Resume Monitor","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"active\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"active\": true,\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n    }\n}"},{"id":"1f54f537-8947-4eb5-ad95-1aa94e2bd3f7","name":"Invalid Parameters","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environment\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"*/5 * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"parameterNotAllowedError\",\n        \"message\": \"The specified parameter cannot be updated.\",\n        \"details\": {\n            \"param\": [\n                \"collection\",\n                \"environment\"\n            ]\n        }\n    }\n}"},{"id":"22849074-4fed-450b-9004-0ea02b25e16c","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"*/5 * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified monitor does not exist.\"\n    }\n}"},{"id":"bc81895d-d715-4ee6-bd42-ed15ccbe79fd","name":"Invalid Cron Pattern","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"* * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"cronPatternNotAllowedError\",\n        \"message\": \"The specified cron pattern is not allowed. Please check https://monitor.getpostman.com for the allowed schedules.\",\n        \"details\": {\n            \"pattern\": \"* * * * *\"\n        }\n    }\n}"},{"id":"4d025ff5-0506-4e09-8b37-efa74a5e4c48","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"name\": \"Test Monitor\",\n\t\t\"schedule\": {\n\t\t\t\"cron\": \"*/5 * * * *\",\n\t\t\t\"timezone\": \"America/Chicago\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/monitors/:monitorId","protocol":"https","host":["api","getpostman","com"],"path":["monitors",":monitorId"],"variable":[{"key":"monitorId","value":"12345678-1e6b6cb7-f13d-4000-acb7-0695757174a8"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"fbe383b1-7452-47f6-860c-252f5383f7bf"}],"id":"e8688124-26f9-4dbe-9226-0c453fedf8a9","description":"<p>The <strong>Monitors</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/monitoring-your-api/intro-monitors/\">monitors</a>.</p>\n","_postman_id":"e8688124-26f9-4dbe-9226-0c453fedf8a9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"OAuth 2.0","item":[{"name":"Generate an OAuth Token","id":"bb4c0a7e-ecdf-4450-9024-29aa6f89dec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{clientId}}"},{"key":"password","value":"{{clientSecret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"installationAuthId\": \"{{installationAuthId}}\",\n    \"grant_type\": \"client_credentials\",\n    \"jwt\": \"{{jwtToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token","description":"<p>Generates an OAuth 2.0 access token for a client application using the <code>client_credentials</code> grant type. Use this endpoint with backend services or bots to authenticate and authorize API requests without user interaction.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint uses Basic Auth. You must pass a valid client ID and client secret for the username and password, respectively.</p>\n","urlObject":{"path":["oauth2","token"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"6f901a1b-50a4-4a2b-9989-d7a971e4d670","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"installationAuthId\": \"e868878e40f646ce8b5620736995dc89\",\n    \"grant_type\": \"client_credentials\",\n    \"jwt\": \"XXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Oct 2025 06:10:44 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"85-i2BBrr2EZl4vj2vEWK+4odf/tXg\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"PMAK-XXX\",\n    \"expires_in\": 3600,\n    \"token_type\": \"Bearer\"\n}"},{"id":"84fd5119-6002-49e6-bcce-c3f75a5c6409","name":"Unsupported Grant Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"installationAuthId\": \"e868878e40f646ce8b5620736995dc89\",\n    \"grant_type\": \"client_credential\",\n    \"jwt\": \"eyJhXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Oct 2025 23:06:35 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"56-B6d4NPqVllReaDUW2DtY9JhTO+A\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"error_description\": \"Unsupported grant type\"\n}"},{"id":"3229bf60-6226-4c9c-832d-27bb744607ba","name":"OAuth Client Installation Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"installationAuthId\": \"e868878e40f646ce8b5620736995dc89\",\n    \"grant_type\": \"client_credentials\",\n    \"jwt\": \"eyJhXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Oct 2025 23:06:13 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"64-7HX1UJIlK3t9hKD+c4qhLDcbqqU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"OAuth client installation not found\"\n}"},{"id":"523825cc-1e88-498d-9dc4-6c555c4ca26a","name":"OAuth Client Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"installationAuthId\": \"e868878e40f646ce8b5620736995dc89\",\n    \"grant_type\": \"client_credentials\",\n    \"jwt\": \"eyJhXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Oct 2025 12:22:32 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"57-fib+iC80vXiuF+2j+c5x7dZ/dJk\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"OAuth client not found\"\n}"}],"_postman_id":"bb4c0a7e-ecdf-4450-9024-29aa6f89dec6"},{"name":"Revoke an OAuth Token","id":"1abd9de4-530b-40b0-a9cd-2cf8bf9f61b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{accessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token/revoke","description":"<p>Revokes an active OAuth 2.0 access token and prevents further use of it for authentication. Once revoked, the token can't be used for any API requests.</p>\n<p><strong>Note:</strong></p>\n<p>Revocation of an OAuth token is immediate and can't be undone.</p>\n","urlObject":{"path":["oauth2","token","revoke"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"6202ea32-a2e4-4413-8c2b-28dcd567bd45","name":"Token Revoked","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"PMAK-68e8XXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Oct 2025 06:08:31 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\"\n}"},{"id":"a1f4945d-06d8-47a4-8a22-be93760289fa","name":"Token Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"PMAK-68e8XXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/oauth2/token/revoke"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Oct 2025 06:08:31 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"Token not found\"\n}"}],"_postman_id":"1abd9de4-530b-40b0-a9cd-2cf8bf9f61b9"}],"id":"878ff397-f0f3-4a47-a2f8-4a251c9edc21","description":"<p>The <strong>OAuth</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/sending-requests/authorization/oauth-20/\">OAuth 2.0 tokens</a> in Postman.</p>\n","auth":{"type":"noauth","isInherited":false},"_postman_id":"878ff397-f0f3-4a47-a2f8-4a251c9edc21"},{"name":"Private API Network","item":[{"name":"Network Requests","item":[{"name":"Respond to an add request","id":"14cbd42c-6cfb-462b-9f12-6715b0faa835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"{{responseStatus}}\",\n    \"response\": {\n        \"message\": \"{{responderMessage}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private/network-entity/request/:requestId","description":"<p>Responds to a user's request to add a workspace to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. Only managers can approve or deny a request. Once approved, the workspace will appear in the team's Private API Network.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private","network-entity","request",":requestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestId"}]}},"response":[{"id":"c9e57888-547f-4492-8420-c693396cd39d","name":"Request Approved","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request\": [\n        {\n            \"id\": 2,\n            \"createdAt\": \"2024-06-09T14:48:45.000Z\",\n            \"createdBy\": 87654321,\n            \"message\": \"Please add this to the network\",\n            \"status\": \"approved\",\n            \"element\": {\n                \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n                \"name\": \"Billing Team Workspace\",\n                \"summary\": \"The Billing team's workspace.\",\n                \"description\": null,\n                \"type\": \"workspace\",\n                \"createdBy\": 12345678,\n                \"createdAt\": \"2024-06-19T04:48:40.000Z\"\n            }\n        }\n    ]\n}"},{"id":"388fcbe4-4ae4-4cc7-98b4-7230092af6f5","name":"Request Denied","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"denied\",\n    \"response\": {\n        \"message\": \"Please fix the API issues first.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request\": [\n        {\n            \"id\": 2,\n            \"createdAt\": \"2024-06-09T14:48:45.000Z\",\n            \"createdBy\": 87654321,\n            \"message\": \"Please add this to the network\",\n            \"status\": \"denied\",\n            \"element\": {\n                \"type\": \"workspace\",\n                \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n                \"name\": \"Billing Team Workspace\",\n                \"summary\": \"The Billing team's workspace.\",\n                \"description\": null\n            },\n            \"response\": {\n                \"createdAt\": \"2024-06-19T04:48:40.000Z\",\n                \"createdBy\": 12345678,\n                \"message\": \"Please fix the API issues first.\"\n            }\n        }\n    ]\n}"},{"id":"0a689f38-c020-48c8-a2d8-8bb481c5abd1","name":"Request Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"RequestNotFound\",\n    \"message\": \"No request found for the corresponding ID\"\n}"},{"id":"49609702-0a6e-4b95-98ca-aa0bf4649ab0","name":"Invalid Request Payload","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"accepted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"invalidParamsError\",\n    \"message\": \"Status type can only be denied or approved.\"\n}"},{"id":"c9c2ffff-6e28-4a72-88f3-08ce6946c778","name":"Requested Element Already Published","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"requestEntityAlreadyPublished\",\n    \"message\": \"Billing Team Workspace has already been published to the network\"\n}"},{"id":"6914bf73-f8ff-40ea-abe5-cd31c4ad6ce8","name":"Request Already Responded To","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"requestAlreadyResponded\",\n    \"message\": \"This request is already responded.\"\n}"}],"_postman_id":"14cbd42c-6cfb-462b-9f12-6715b0faa835"},{"name":"Get all add requests","id":"deb7cf85-8f41-4f70-af23-4d3974bbddfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private/network-entity/request/all","description":"<p>Gets all requests to add workspaces to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private","network-entity","request","all"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>Return a user's requests by their user ID.</p>\n","type":"text/plain"},"key":"requestedBy","value":""},{"disabled":true,"description":{"content":"<p>The <code>workspace</code> value.</p>\n","type":"text/plain"},"key":"type","value":"workspace"},{"disabled":true,"description":{"content":"<p>Filter by the request status. One of: <code>pending</code>, <code>denied</code>.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Return only workspaces whose name includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the <code>createdAt</code> or <code>updatedAt</code> properties. If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive. If you use this query parameter, you must also use the <code>sort</code> parameter.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item to return. This value defaults to <code>0</code>.</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of elements to return. If the value exceeds the maximum value of <code>1000</code>, then the system uses the <code>1000</code> value.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"90750722-df62-4814-b9df-dc98526df630","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/all?since=2024-06-01T13:48:09.000Z&limit=10","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request","all"],"query":[{"key":"since","value":"2024-06-01T13:48:09.000Z"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"requests\": [\n        {\n            \"id\": 1,\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-06-01T08:32:31.000Z\",\n            \"status\": \"pending\",\n            \"element\": {\n                \"type\": \"workspace\",\n                \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n                \"name\": \"Billing Team Workspace\",\n                \"summary\": \"The Billing team's workspace.\",\n                \"description\": null\n            }\n        },\n        {\n            \"id\": 2,\n            \"createdBy\": 56781234,\n            \"createdAt\": \"2024-06-09T14:48:45.000Z\",\n            \"message\": \"Please approve this workspace\",\n            \"status\": \"denied\",\n            \"element\": {\n                \"type\": \"workspace\",\n                \"id\": \"360b75f-447e-467c-9299-12fd3c92450d\",\n                \"name\": \"Test Workspace\",\n                \"summary\": \"This is a test workspace.\"\n            },\n            \"response\": {\n                \"createdAt\": \"2024-06-01T08:32:31.000Z\",\n                \"createdBy\": 12345678,\n                \"message\": \"Too many errors, please fix and resubmit\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 2,\n        \"offset\": 0,\n        \"totalCount\": 10\n    }\n}"},{"id":"3af5f5d0-341c-418d-b4ce-c807c2e71bd2","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private/network-entity/request/all"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"invalidParamsError\",\n    \"message\": \"The specified request does not exist.\"\n}"}],"_postman_id":"deb7cf85-8f41-4f70-af23-4d3974bbddfd"}],"id":"f426d433-3a4b-4d8d-ba79-38409585f308","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/collaborating-in-postman/private-api-network/private-network-requests/#requesting-to-add-elements-in-your-private-api-network\">requests</a> by users to add workspaces to your team's Private API Network.</p>\n","_postman_id":"f426d433-3a4b-4d8d-ba79-38409585f308","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get all workspaces","id":"4008b764-6c7f-4152-9f1a-8bb9ad6373a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private","description":"<p>Gets information workspaces added to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The <code>workspace</code> value.</p>\n","type":"text/plain"},"key":"type","value":"workspace"},{"disabled":true,"description":{"content":"<p>Return only workspaces whose name includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>Return only workspaces whose summary includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"summary","value":""},{"disabled":true,"description":{"content":"<p>Return only workspaces whose description includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"description","value":""},{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>Return only workspaces published by the given user ID.</p>\n","type":"text/plain"},"key":"addedBy","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the given value. One of:</p>\n<ul>\n<li><code>createdAt</code></li>\n<li><code>updatedAt</code></li>\n</ul>\n<p>If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive. If you use this query parameter, you must also use the <code>sort</code> parameter.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>Return only the elements created by the given user ID.</p>\n","type":"text/plain"},"key":"createdBy","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item to return. This value defaults to <code>0</code>.</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to return. If the value exceeds the maximum value of <code>1000</code>, then the system uses the <code>1000</code> value.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>This parameter is deprecated.</p>\n","type":"text/plain"},"key":"parentFolderId","value":""}],"variable":[]}},"response":[{"id":"402e75b5-63d2-4cd7-a4e6-effa1d0794f8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"elements\": [\n        {\n            \"addedAt\": \"2024-11-29T06:31:24.000Z\",\n            \"addedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-11-29T06:31:24.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2024-11-29T06:31:24.000Z\",\n            \"type\": \"workspace\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"parentFolderId\": 0,\n            \"name\": \"Billing Team Workspace\",\n            \"summary\": \"The Billing team's workspace.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n        },\n        {\n            \"addedAt\": \"2024-11-29T06:31:26.000Z\",\n            \"addedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-11-29T06:31:26.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2024-11-29T06:31:26.000Z\",\n            \"type\": \"workspace\",\n            \"id\": \"360b75f-447e-467c-9299-12fd3c92450d\",\n            \"parentFolderId\": 0,\n            \"name\": \"Test Workspace\",\n            \"summary\": \"This is a test workspace.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/workspaces/41f6dc6d-d8ab-45c6-8506-74a25acf5d5f\"\n        }\n    ],\n    \"folders\": [],\n    \"meta\": {\n        \"limit\": 1000,\n        \"offset\": 0,\n        \"totalCount\": 2\n    }\n}"},{"id":"6f206056-d4a7-4e69-9298-b8fd59ce9dc9","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"76087058-7799-4f90-9759-a2915137b0f8","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"d3e703d7-b487-411a-ac1a-657152ac3209","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"},{"id":"877a5c68-30d9-4e3d-aa00-5d071c05c757","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"4008b764-6c7f-4152-9f1a-8bb9ad6373a4"},{"name":"Add a workspace","id":"dd4ae620-f02d-433d-926f-98a194fb010a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"{{workspaceId}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private","description":"<p>Publishes a workspace in your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"afbc11ef-ecc1-4245-ad3f-988fccd47936","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2024-12-07T17:59:23.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2024-12-07T17:59:23.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2024-12-07T17:59:23.000Z\",\n    \"type\": \"workspace\",\n    \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"name\": \"Billing Team Workspace\",\n    \"summary\": \"The Billing team's workspace.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"parentFolderId\": null\n}"},{"id":"4f609e64-3e05-4462-9b49-0f159eb168ff","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model NetworkEntity, id 1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}"},{"id":"1f4ee9ab-6b69-4ae5-aa13-2ad1c33914ec","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"9893a1e6-d052-421e-9006-7a182f773c73","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"},{"id":"fb316a40-9801-4166-b8e2-ce7c098ce12e","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"972ce054-1f98-4552-b5f0-7f1b5d296176","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"dd4ae620-f02d-433d-926f-98a194fb010a"},{"name":"Remove a workspace","id":"bc12cfb1-36d5-464c-94a4-9ba3182896a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/network/private/workspace/:workspaceId","description":"<p>Removes a workspace from your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n<p><strong>Note:</strong></p>\n<p>Removing a workspace does not delete it. It only removes it from the Private API Network folder.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private","workspace",":workspaceId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"735b835a-7335-4ee6-bebf-73eeefdf4dc7","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/workspace/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","workspace",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}"},{"id":"a55bcd45-f137-4808-8830-b7f5ae08af79","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/workspace/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","workspace",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model NetworkEntity, id 1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}"},{"id":"00853ae0-0663-42af-b621-b814fcc765e8","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/workspace/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","workspace",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"af9ad837-51b1-468f-a88c-583579d23a82","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/workspace/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","workspace",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"a6ee0a23-6608-45af-8f91-53cfff765766","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/workspace/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","workspace",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"bc12cfb1-36d5-464c-94a4-9ba3182896a3"}],"id":"b7c02959-88ca-4e2f-9b68-99538eed4533","description":"<p>The <strong>Private API Network</strong> endpoints enable you to manage and work with your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. These endpoints are only available on Postman <a href=\"https://www.postman.com/pricing/#enterprise-solutions\"><b>Enterprise </b>plans</a>.</p>\n","_postman_id":"b7c02959-88ca-4e2f-9b68-99538eed4533","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Pull Requests","item":[{"name":"Get a pull request","id":"30ce140c-4345-4d82-ac5e-42041afd3e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/pull-requests/:pullRequestId","description":"<p>Gets information about a pull request, such as the source and destination details, who reviewed the pull request, the merge's current status, and whether the element is accessible.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["pull-requests",":pullRequestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The pull request's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{pullRequestId}}","key":"pullRequestId"}]}},"response":[{"id":"400f5d2e-d065-4fbc-b05b-5c74f746f93a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2024-02-20T09:55:46.000Z\",\n    \"updatedAt\": \"2024-02-20T09:58:38.000Z\",\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"title\": \"Test PR\",\n    \"description\": \"This is a test pull request.\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"comment\": \"Missing descriptions in requests\",\n    \"forkType\": \"collection\",\n    \"source\": {\n        \"id\": \"87654321-3b79068c-dbe5-41d5-a826-51be4bf646ef\",\n        \"name\": \"test-collection\",\n        \"forkName\": \"Taylor Lee's fork\",\n        \"exists\": true\n    },\n    \"destination\": {\n        \"id\": \"123456789-24f57217-1169-4b7c-a810-0e957c04eaa5\",\n        \"name\": \"test-collection\",\n        \"exists\": true\n    },\n    \"status\": \"declined\",\n    \"merge\": {\n        \"status\": \"inactive\"\n    },\n    \"reviewers\": [\n        {\n            \"id\": \"12345678\",\n            \"status\": \"declined\"\n        }\n    ]\n}"},{"id":"2701f0a7-9892-4895-bb72-78f7d26ba522","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have enough permissions to perform this action.\",\n    \"status\": 403\n}"}],"_postman_id":"30ce140c-4345-4d82-ac5e-42041afd3e7b"},{"name":"Review a pull request","id":"0d8f8238-b73b-44a6-959c-cb99045d5579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"{{pullRequestAction}}\",\n    \"comment\": \"{{declineComment}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","description":"<p>Updates the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/reviewing-pull-requests/\">review</a> status of a pull request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["pull-requests",":pullRequestId","tasks"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The pull request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"pullRequestId"}]}},"response":[{"id":"970380e1-7cc5-4c0c-a0a8-8c498c47d5cd","name":"Approved","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"approve\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"reviewedBy\": {\n        \"id\": 12345678,\n        \"name\": \"Taylor Lee\",\n        \"username\": \"taylor-lee\"\n    },\n    \"status\": \"approved\",\n    \"updatedAt\": \"2024-02-21T08:19:09.000Z\"\n}"},{"id":"6ac7a5d9-1f2e-472d-a795-baf5fb4b3ae6","name":"Merged","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"reviewedBy\": {\n        \"id\": 12345678,\n        \"name\": \"Taylor Lee\",\n        \"username\": \"taylor-lee\"\n    },\n    \"status\": \"merged\",\n    \"updatedAt\": \"2024-02-21T08:19:09.000Z\"\n}"},{"id":"1f784176-f2fa-4f1f-906d-63d9cf319a7a","name":"Declined","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"decline\",\n    \"comment\": \"Missing descriptions in requests\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"reviewedBy\": {\n        \"id\": 12345678,\n        \"name\": \"Taylor Lee\",\n        \"username\": \"taylor-lee\"\n    },\n    \"status\": \"declined\",\n    \"updatedAt\": \"2024-02-21T08:19:09.000Z\"\n}"},{"id":"84ccb4b0-64ff-4b27-815c-5e9bd2901da0","name":"Unapproved","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"unapprove\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"reviewedBy\": {\n        \"id\": 12345678,\n        \"name\": \"Taylor Lee\",\n        \"username\": \"taylor-lee\"\n    },\n    \"status\": \"open\",\n    \"updatedAt\": \"2024-02-21T08:19:09.000Z\"\n}"},{"id":"c901543c-c03f-4cc6-a5f0-e669b426d9f7","name":"Action Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"decline\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Given action on current pull request is not allowed\",\n    \"status\": 400\n}"},{"id":"82406fb8-9cbb-4d9d-bec5-16941ad64f1e","name":"Invalid Action","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"reject\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Value must be one of \\\"approve\\\", \\\"unapprove\\\", \\\"decline\\\", \\\"merge\\\"\",\n    \"detail\": \"POST request body for '/pull-requests/4e1a6609-1a29-4037-a411-89ecc14c6cd8/tasks' failed to validate schema. Location: /properties/action/enum\",\n    \"status\": 400\n}"},{"id":"3c71e618-fadf-4e49-871f-6997ac6a6440","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"unapproved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have enough permissions to perform this action.\",\n    \"status\": 403\n}"},{"id":"992bf8cb-c5e1-4017-b65e-6f124d7d47ba","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"unapproved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/pull-requests/:pullRequestId/tasks","protocol":"https","host":["api","eu","postman","com"],"path":["pull-requests",":pullRequestId","tasks"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"}],"_postman_id":"0d8f8238-b73b-44a6-959c-cb99045d5579"},{"name":"Update a pull request","id":"4612d1b8-db01-42e4-8642-fec1685aae53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{pullRequestTitle}}\",\n    \"description\": \"{{pullRequestDescription}}\",\n    \"reviewers\": [\n        \"{{userId}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/pull-requests/:pullRequestId","description":"<p>Updates an open pull request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["pull-requests",":pullRequestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The pull request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"pullRequestId"}]}},"response":[{"id":"73816895-ed8d-4444-9486-19cd38ec2cc8","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Updated PR title\",\n    \"description\": \"Updated description of the pull request.\",\n    \"reviewers\": [\n        \"12345678\",\n        \"87654321\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4e1a6609-1a29-4037-a411-89ecc14c6cd8\",\n    \"createdAt\": \"2024-02-20T09:58:57.000Z\",\n    \"updatedAt\": \"2024-02-20T09:58:57.000Z\",\n    \"sourceId\": \"87654321-3b79068c-dbe5-41d5-a826-51be4bf646ef\",\n    \"destinationId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"title\": \"Updated PR title\",\n    \"description\": \"Updated description of the pull request.\",\n    \"createdBy\": \"12345678\",\n    \"status\": \"open\",\n    \"forkType\": \"collection\"\n}"},{"id":"8148a6e4-ca5f-4886-988a-ea6babdb2dfb","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Updated PR title\",\n    \"description\": \"Updated description of the pull request.\",\n    \"reviewers\": [\n        \"12345678\",\n        \"87654321\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have enough permissions to perform this action.\",\n    \"status\": 403\n}"},{"id":"28b77985-580f-4bf2-b35c-64478dbe884b","name":"Conflict","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Updated PR title\",\n    \"description\": \"Updated description of the pull request.\",\n    \"reviewers\": [\n        \"12345678\",\n        \"87654321\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/pull-requests/:pullRequestId","protocol":"https","host":["api","getpostman","com"],"path":["pull-requests",":pullRequestId"],"variable":[{"key":"pullRequestId","value":"4e1a6609-1a29-4037-a411-89ecc14c6cd8"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/conflict\",\n    \"title\": \"Conflict\",\n    \"detail\": \"You cannot modify a pull request which is already merged or declined.\",\n    \"status\": 409\n}"}],"_postman_id":"4612d1b8-db01-42e4-8642-fec1685aae53"}],"id":"63b80136-8d8a-4c79-aaf4-ee4d25e90232","description":"<p>The <strong>Pull Requests</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-version-control/creating-pull-requests/\">pull requests</a> in Postman. Pull requests allow reviewers to look at your changes. Reviewers can make comments on your changes and will decide whether to approve them and merge them into the parent element.</p>\n","_postman_id":"63b80136-8d8a-4c79-aaf4-ee4d25e90232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"SCIM","item":[{"name":"User Provisioning","item":[{"name":"Get a user","id":"03a3eefc-832c-4032-82e4-8e0b283bdf1a","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users/:userId","description":"<p>Gets information about a Postman team member.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Users",":userId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The user's SCIM ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"43ae1bbb-a1f3-4832-8fb2-e54e8ed620ac","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"active\": true,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"70ae14a7-e471-40ec-8384-dc8c0de37ddd","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"d30e81cb-05de-49b9-81a9-6b1f5ba0dcbc","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"6370ffe4-e933-4a32-b9ce-dfd06937bb1c","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"60cb89e0-4891-41f1-bb79-0e6abf7e5cb0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"c99129cc-9db3-4436-a668-24d1352952f6","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"60c579f9-2a91-4712-9d8f-ccb9d173df64","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to fetch information about this team member.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"03a3eefc-832c-4032-82e4-8e0b283bdf1a"},{"name":"Update a user","id":"4b9f036a-b18e-4653-973b-7e86347629ed","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"{{userEmail}}\",\n    \"name\": {\n        \"givenName\": \"{{firstName}}\",\n        \"familyName\": \"{{lastName}}\"\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users/:userId","description":"<p>Updates a user in Postman.</p>\n<h3 id=\"reactivating-users\">Reactivating users</h3>\n<p>By setting the <code>active</code> property from <code>false</code> to <code>true</code>, this reactivates an account. This allows the account to authenticate in to Postman and adds the account back on to your Postman team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Users",":userId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The user's SCIM ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"8742eb3d-f36f-4f03-b355-9162deb01e3c","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"active\": true,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"97526b38-4a21-40f0-a0fd-2cd480d45f67","name":"Update User Email","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor.lee@example.com\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor.lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"active\": true,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"fc3e3fdf-a897-4932-a33d-de2f8a4552f5","name":"Unverified Domain","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor.lee@example.com\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to update the username for this user. - Domain is not verified\",\n    \"status\": \"400\"\n}"},{"id":"2d9ab17e-0ff4-448f-8913-d35cd88cd9bb","name":"Invalid User Email Address","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor.lee@example.com\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to update the username for this user. - Please provide a valid email\",\n    \"status\": \"400\"\n}"},{"id":"b1055219-d603-4d6e-b833-94021135cd9e","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t update this team member’s username. Try again — it should work next time around.\",\n    \"status\": \"400\"\n}"},{"id":"406e921b-6f5b-4f12-b101-8021a1a92109","name":"Invalid Team","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"d764f5f8-ee6d-45b0-8369-c020927f026c","name":"Invalid Syntax","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"The request body seems to be incomplete or have unsupported characters.\",\n    \"status\": \"400\"\n}"},{"id":"00068b5f-1554-40e6-9b3f-a30279a0c47a","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"797fe3f8-6f26-4972-94c6-670c28bf80df","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"048e6642-a5b5-46f2-93d4-3a915ebda34d","name":"Admin Action Not Allowed","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"The admin is not allowed to perform this action.\",\n    \"status\": \"403\"\n}"},{"id":"4318de2f-f6a9-498c-a726-06c237287238","name":"User Not in Team","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"403\"\n}"},{"id":"89a13a79-0968-4f8e-9a84-446babe22772","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"22cc47a7-739e-48aa-8d89-5d8d9eb67164","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"37a008e0-fba4-4a6f-a9a6-454a12c73924","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n        ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"locale\": \"en-US\",\n    \"groups\": [],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t update this team member’s information. Try again — it should work next time around.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"4b9f036a-b18e-4653-973b-7e86347629ed"},{"name":"Create a user","id":"c7ffe425-f03c-400f-8f53-74a598eda1c5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"{{userEmail}}\",\n    \"name\": {\n        \"givenName\": \"{{firstName}}\",\n        \"familyName\": \"{{lastName}}\"\n    },\n    \"externalId\": \"{{externalUserId}}\",\n    \"locale\": \"{{locale}}\",\n    \"groups\": [\n        \"{{groupId}}\"\n    ],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users","description":"<p>Creates a new user account in Postman and adds the user to your organization's Postman team.</p>\n<ul>\n<li><p>If the account does not exist, this also activates the user so they can authenticate in to your Postman team.</p>\n</li>\n<li><p>If an account matching the email ID exists, the user receives <a href=\"https://learning.postman.com/docs/administration/managing-your-team/manage-team-members/#manage-invites\">email invite</a> to join the Postman team. The user joins the team when they accept the invite.</p>\n</li>\n<li><p>If the user's email domain matches your team's verified domains, the user is immediately added to the team.</p>\n</li>\n</ul>\n<p>By default, the system assigns new users the developer role. You can <a href=\"https://learning.postman.com/docs/administration/managing-your-team/manage-team-members/#manage-team-roles\">update user roles in Postman</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Users must join the team before you can assign them to any groups.</p>\n</li>\n<li><p>If the user is a member of a different team during SCIM provisioning and their email domain is <strong>not</strong> verified with your Postman team, then the user is <strong>not</strong> provisioned. The endpoint returns an HTTP <code>409 Conflict</code> response.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Users"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"f5db6834-1862-43af-bca8-ec3705f6efbc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Test\",\n        \"familyName\": \"User\"\n    },\n    \"emails\": [\n        {\n            \"primary\": true,\n            \"value\": \"taylor-lee@example.com\",\n            \"type\": \"work\",\n            \"display\": \"taylor-lee@example.com\"\n        }\n    ],\n    \"externalId\": \"12345678\",\n    \"active\": true,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"84de56c6-878d-401d-9a98-9e73719b95c8","name":"Create User In Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"groups\": [\n        \"g3d420314611061d6461b2b27487dcf2e58e39d744c8542f\"\n    ],\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Test\",\n        \"familyName\": \"User\"\n    },\n    \"emails\": [\n        {\n            \"primary\": true,\n            \"value\": \"taylor-lee@example.com\",\n            \"type\": \"work\",\n            \"display\": \"taylor-lee@example.com\"\n        }\n    ],\n    \"externalId\": \"12345678\",\n    \"active\": true,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"7685b707-bb57-429a-a320-728a38612feb","name":"Invalid Syntax","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"The request body seems to be incomplete or have unsupported characters.\",\n    \"status\": \"400\"\n}"},{"id":"203c9b38-2621-4d39-8349-7fb895653baa","name":"Invalid Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"e50e551c-db4b-41bb-9482-221c27a409e7","name":"Not Enterprise","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Only Postman teams on the Enterprise plan can use SCIM provisioning. Upgrade your plan.\",\n    \"status\": \"400\"\n}"},{"id":"d20c0653-b0c2-4645-b629-742df3037101","name":"No Slots Available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"No slots available on your Postman team. Purchase or free up slots to invite more members. For help, contact Team Admins or members with a Billing role.\",\n    \"status\": \"400\"\n}"},{"id":"ed0a83dd-23ee-4e12-b50c-b68073ba4e51","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"abcab5d0-55a6-4b2b-b06a-0575effbba11","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"cad5745c-5ccc-4663-8757-077df107f8c5","name":"Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person is already a member of the team.\",\n    \"scimType\": \"uniqueness\",\n    \"status\": \"409\"\n}"},{"id":"cb7b1351-4ffc-4969-bff3-4d4cd597af67","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 180 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"57e83196-895f-4a7f-b768-14a047a0cd5a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"displayName\": \"Taylor Lee\",\n    \"locale\": \"en-US\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to add members to the team. Try again — it should work next time around.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"c7ffe425-f03c-400f-8f53-74a598eda1c5"},{"name":"Get all users","id":"d7ac6fb9-6f08-4f5e-920d-fb21ce839007","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users","description":"<p>Gets information about all Postman team members.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Users"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The index entry by which to begin the list of returned results. Must be a value of <code>1</code> or greater.</p>\n","type":"text/plain"},"key":"startIndex","value":"1"},{"disabled":true,"description":{"content":"<p>Filter results by a specific word or phrase. This query parameter accepts the following:</p>\n<ul>\n<li><code>userName</code> — Filter values are case-sensitive, and special characters and spaces must be URL encoded.</li>\n<li><code>active</code> — Return only users who are active (<code>true</code>) or inactive (<code>false</code>).</li>\n</ul>\n","type":"text/plain"},"key":"filter","value":""},{"disabled":true,"description":{"content":"<p>Limit the number of results returned in a single response. By default, the system returns a list of 100 users.</p>\n","type":"text/plain"},"key":"count","value":""}],"variable":[]}},"response":[{"id":"27bd31f4-9fef-48b6-8e21-2721cdafe2ba","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?startIndex=1&count=50","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"startIndex","value":"1"},{"key":"count","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 2,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 2,\n    \"Resources\": [\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\"\n            ],\n            \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"userName\": \"taylor-lee@example.com\",\n            \"name\": {\n                \"givenName\": \"Taylor\",\n                \"familyName\": \"Lee\"\n            },\n            \"externalId\": \"12345678\",\n            \"active\": true,\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2021-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n            }\n        },\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\"\n            ],\n            \"id\": \"123775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"userName\": \"alex.cruz@example.com\",\n            \"name\": {\n                \"givenName\": \"Alex\",\n                \"familyName\": \"Cruz\"\n            },\n            \"externalId\": \"87654321\",\n            \"active\": false,\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2021-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n            }\n        }\n    ]\n}"},{"id":"0dfa56b8-7ba2-4217-b466-6ee9129588f7","name":"No Results Found","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 0,\n    \"Resources\": []\n}"},{"id":"7ae9c055-78f4-4c5d-a909-393a2d2d3c47","name":"Filter Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?filter=userName eq \"taylor%2Dlee@example.com\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"filter","value":"userName eq \"taylor%2Dlee@example.com\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 1,\n    \"Resources\": [\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\"\n            ],\n            \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"userName\": \"taylor-lee@example.com\",\n            \"name\": {\n                \"givenName\": \"Taylor\",\n                \"familyName\": \"Lee\"\n            },\n            \"externalId\": \"12345678\",\n            \"active\": true,\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2021-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n            }\n        }\n    ]\n}"},{"id":"1e44959e-46ce-429a-a849-acfae93ecc47","name":"Filter Inactive Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?filter=active eq \"false\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"filter","value":"active eq \"false\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 1,\n    \"Resources\": [\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\"\n            ],\n            \"id\": \"123775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"userName\": \"alex.cruz@example.com\",\n            \"name\": {\n                \"givenName\": \"Alex\",\n                \"familyName\": \"Cruz\"\n            },\n            \"externalId\": \"87654321\",\n            \"active\": false,\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2021-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n            }\n        }\n    ]\n}"},{"id":"33ab07cb-40e2-4e54-8a15-9acdfb8957a7","name":"No Filter Results Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?filter=userName eq \"taylor%2Dlee@example.com\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"filter","value":"userName eq \"taylor%2Dlee@example.com\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 0,\n    \"Resources\": []\n}"},{"id":"1b61a6ba-f1d1-4889-83a2-cc0701253ef6","name":"Invalid Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?filter=userName ne \"taylor%2Dlee@example.com\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"filter","value":"userName ne \"taylor%2Dlee@example.com\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"You’ve used filter(s) that Postman doesn’t support.\",\n    \"status\": \"400\"\n}"},{"id":"64c849b1-c859-4168-9b0f-d20348c16533","name":"Invalid Team","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"8757f515-b515-40da-a4ed-1d8bdea27482","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Users?startIndex=1&count=50","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users"],"query":[{"key":"startIndex","value":"1"},{"key":"count","value":"50"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"cfb63e25-1d0f-41ee-b734-befbecf113db","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"592ffba6-f1ed-403f-8fde-e0199668a0f4","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"cdf9b7d8-2afa-4368-978b-8012ac62bbff","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"0ff7ed40-abc0-49f7-a6ed-cf1b9aaf1480","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t fetch members of the team.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"d7ac6fb9-6f08-4f5e-920d-fb21ce839007"},{"name":"Update a user","id":"da48a4df-9baf-451f-bc87-ed841d55cbd9","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": true\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Users/:userId","description":"<p>Updates a user in Postman.</p>\n<h3 id=\"reactivating-users\">Reactivating users</h3>\n<p>By setting the <code>active</code> property from <code>false</code> to <code>true</code>, this reactivates an account. This allows the account to authenticate in to Postman and adds the account back on to your Postman team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Users",":userId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The user's SCIM ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"3e9020bb-f361-46cb-a254-c46c83b73d39","name":"Successful Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor-lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"active\": false,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"d11c9e1d-c5c9-4ce0-8572-271d46de3947","name":"Update User Email","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"path\": \"userName\",\n            \"value\": \"taylor.lee@example.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\n    ],\n    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n    \"userName\": \"taylor.lee@example.com\",\n    \"name\": {\n        \"givenName\": \"Taylor\",\n        \"familyName\": \"Lee\"\n    },\n    \"externalId\": \"12345678\",\n    \"active\": false,\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2021-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2021-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"d8535427-c0ca-4ac9-9d5f-7b0024d68a87","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"You’ve used operation that Postman doesn’t support.\",\n    \"status\": \"400\"\n}"},{"id":"e9f38f2a-010c-47e2-a5ba-b0d05fc6bd54","name":"Unverified Domain","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"path\": \"userName\",\n            \"value\": \"taylor.lee@example.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to update the username for this user. - Domain is not verified\",\n    \"status\": \"400\"\n}"},{"id":"b8df59a3-a719-45ff-b634-919ef7d11bfb","name":"Invalid User Email Address","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"path\": \"userName\",\n            \"value\": \"taylor.lee@example.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to update the username for this user. - Please provide a valid email\",\n    \"status\": \"400\"\n}"},{"id":"b4c7f2d0-4097-42ff-aafa-1329b01d733f","name":"Invalid Team","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Team doesn't exist.\",\n    \"status\": \"400\"\n}"},{"id":"c897d607-8f68-4b7e-aac2-3401602b3ab8","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"01ac8de0-4a63-4cfb-bfe0-c36d097c3664","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"403\"\n}"},{"id":"d850f961-7c8c-4300-ada7-12ac52794d29","name":"Admin Team Mismatch","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"5e116124-edf2-40d6-84e7-2f613ed08013","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"84225ff3-c85a-4d94-a62e-baeb6716bff4","name":"Rate Limit Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Too Many Requests","_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 180 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"3fef7cc6-7874-41bd-99ef-de00140a6e27","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"active\": false\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Users",":userId"],"variable":[{"key":"userId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t update this team member’s information. Try again — it should work next time around.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"da48a4df-9baf-451f-bc87-ed841d55cbd9"}],"id":"9509472a-008d-445f-8812-2d58a48df90b","description":"<p>These endpoints enable you to provision and manage your Postman users.</p>\n<blockquote>\n<p>You can only deactivate users with the SCIM API. You cannot permanently delete users with the API. </p>\n</blockquote>\n<h3 id=\"provisioning-users-with-the-scim-api\">Provisioning users with the SCIM API</h3>\n<ul>\n<li><p>Users created with the SCIM API are automatically created in Postman.</p>\n<ul>\n<li><p>If the account's email ID does not exist, the user is also added to their organization's Postman team.</p>\n</li>\n<li><p>If the account's email ID already exists, the system sends the user an email invite to join the Postman team. After they accept the invite, the are added to the team.</p>\n</li>\n<li><p>If the user's email domain matches your team's verified domains, the user is immediately added to the team.</p>\n</li>\n</ul>\n</li>\n<li><p>By default, new users are given the developer role in Postman. Postman user roles cannot be updated via the SCIM API. You must manage user and group roles in Postman.</p>\n</li>\n</ul>\n","_postman_id":"9509472a-008d-445f-8812-2d58a48df90b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}}},{"name":"Group Provisioning","item":[{"name":"Get all groups","id":"0532d3bc-15c2-45a8-9be1-7e518997a75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups","description":"<p>Gets all Postman groups within the team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Groups"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The index entry by which to begin the list of returned results. Must be a value of <code>1</code> or greater.</p>\n","type":"text/plain"},"key":"startIndex","value":"1"},{"disabled":true,"description":{"content":"<p>Limit the number of results returned in a single response. By default, the system returns a list of 100 users.</p>\n","type":"text/plain"},"key":"count","value":"100"},{"disabled":true,"description":{"content":"<p>Filter results by a specific word or phrase. This query parameter only supports the <code>displayName</code> filter and has the following requirements:</p>\n<ul>\n<li>Filter values are case-sensitive.</li>\n<li>Special characters and spaces must be URL encoded.</li>\n</ul>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[{"id":"2046afb6-9ee1-44db-864b-497308430d03","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 2,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 2,\n    \"Resources\": [\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n            ],\n            \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n            \"displayName\": \"TestAPI\",\n            \"members\": [\n                {\n                    \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n                    \"display\": \"Taylor Lee\"\n                }\n            ],\n            \"externalId\": \"1234\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n            }\n        },\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n            ],\n            \"id\": \"123775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"displayName\": \"Test Group\",\n            \"members\": [\n                {\n                    \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n                    \"display\": \"Taylor Lee\"\n                },\n                {\n                    \"value\": \"ghc794f24f4c49f4b5d503a4cb2686e90\",\n                    \"display\": \"Alex Cruz\"\n                }\n            ],\n            \"externalId\": \"4321\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n            }\n        }\n    ]\n}"},{"id":"fefcbc68-d1a8-48ec-8eb0-f3d959a32125","name":"Filter Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups?filter=displayName eq \"TestAPI\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups"],"query":[{"key":"filter","value":"displayName eq \"TestAPI\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 1,\n    \"Resources\": [\n        {\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n            ],\n            \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n            \"displayName\": \"TestAPI\",\n            \"members\": [\n                {\n                    \"value\": \"b1c794f24f4c49f4b5d503a4cb2686ea\",\n                    \"display\": \"Taylor Lee\"\n                }\n            ],\n            \"externalId\": \"1234\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-02-22T04:24:13.000Z\",\n                \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n            }\n        }\n    ]\n}"},{"id":"0b87be6b-1924-4bc0-b9ec-fe56bdce0e46","name":"No Results Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups?startIndex=1&count=2","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups"],"query":[{"key":"startIndex","value":"1"},{"key":"count","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"startIndex\": 1,\n    \"itemsPerPage\": 0,\n    \"Resources\": []\n}"},{"id":"dd9e1cf5-b2d6-4090-8ef5-9ca37ded851c","name":"Invalid Team","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"571578a2-7bba-4fdc-968f-0e4246a62df4","name":"Invalid Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups?startIndex=1&count=2&filter=displayName ne \"TestAPI\"","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups"],"query":[{"key":"startIndex","value":"1"},{"key":"count","value":"2"},{"key":"filter","value":"displayName ne \"TestAPI\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"You’ve used filter(s) that Postman doesn’t support.\",\n    \"status\": \"400\"\n}"},{"id":"e3455e1e-41a2-4c18-ba99-bcfe337ae4c4","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"857c86bf-c866-4386-bc81-a635d2bacdfb","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"133a9c7b-7d9b-45eb-9e8a-efe13cd49268","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"085a4cbb-0754-4e3c-9f9e-3e30d14b326f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t fetch members of the team.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"0532d3bc-15c2-45a8-9be1-7e518997a75a"},{"name":"Update a group","id":"0eb88b85-8c43-46be-95e1-4aa10f675539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PutOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"{{operation}}\",\n            \"value\": {\n                \"id\": \"{{groupId}}\",\n                \"displayName\": \"{{userGroupName}}\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups/:groupId","description":"<p>Updates a group's information. Using this endpoint you can:</p>\n<ul>\n<li><p>Update a group's name.</p>\n</li>\n<li><p>Add or remove members from a Postman group.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Groups",":groupId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The group's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"195285f9-a960-473b-b122-fe479ff09e0d","name":"Update a Group Name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"TestAPI\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": null,\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"c4bc5d83-1839-4e49-87b5-be0aa5c2cdf5","name":"Add Team Members","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"members\",\n            \"value\": [\n                {\n                    \"value\": \"89bb1940b90545759e7f6f887cfb368e\",\n                    \"display\": \"alex.cruz@example.com\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n            \"display\": \"taylor.lee@example.com\"\n        },\n        {\n            \"value\": \"89bb1940b90545759e7f6f887cfb368e\",\n            \"display\": \"alex.cruz@example.com\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"dc88bbbf-1d4c-49c1-8613-1253819770d2","name":"Remove Team Members","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"remove\",\n            \"path\": \"members[value eq \\\"89bb1940b90545759e7f6f887cfb368e\\\"]\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n            \"display\": \"taylor.lee@example.com\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"cf3307d7-d865-4ccc-91e6-d66cb06c542f","name":"Replace Team Members","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"path\": \"members\",\n            \"value\": [\n                {\n                    \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n                    \"display\": \"taylor.lee@example.com\"\n                },\n                {\n                    \"value\": \"89bb1940b90545759e7f6f887cfb368e\",\n                    \"display\": \"alex.cruz@example.com\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n            \"display\": \"taylor.lee@example.com\"\n        },\n        {\n            \"value\": \"89bb1940b90545759e7f6f887cfb368e\",\n            \"display\": \"alex.cruz@example.com\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"349ba6c0-7521-4f25-a71e-13a6ba4ce994","name":"Add and Remove Team Members","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"remove\",\n            \"path\": \"members[value eq \\\"89bb1940b90545759e7f6f887cfb368e\\\"]\"\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"members\",\n            \"value\": [\n                {\n                    \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n                    \"display\": \"taylor.lee@example.com\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"23a35c2723d34c03b4c56443c09e7173\",\n            \"display\": \"taylor.lee@example.com\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"4ae1a63c-c4fd-402e-8170-d2cb223c5663","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t update this team member’s username. Try again — it should work next time around.\",\n    \"status\": \"400\"\n}"},{"id":"be71ca86-bfbe-4b76-984a-8fc7533f39c3","name":"Invalid Team","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"1bac780b-0ef8-4a98-8a16-a8913a01d651","name":"Invalid Syntax","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"The request body seems to be incomplete or have unsupported characters.\",\n    \"status\": \"400\"\n}"},{"id":"0e9e23cc-ca55-43b7-a500-155a2c408bb8","name":"Invalid API Key","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"bdfa9288-3366-417a-8ef6-17fc6ab0693d","name":"Admin Team Mismatch","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"The admin is not allowed to perform this action.\",\n    \"status\": \"403\"\n}"},{"id":"ed71b51f-2ba2-473f-a5c8-2f2e2456b7e1","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This person isn’t a member of the team.\",\n    \"status\": \"403\"\n}"},{"id":"1df08b68-aa2f-4b13-a57b-44f06550a215","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Group isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"5ea66750-bd7f-4fd7-bde8-ee02a50d5f29","name":"Rate Limit Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 180 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"9fc3f112-c459-4903-a5f0-9551d7f4801e","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\n    ],\n    \"Operations\": [\n        {\n            \"op\": \"replace\",\n            \"value\": {\n                \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                \"displayName\": \"Test-API\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Couldn’t update this team member’s information. Try again — it should work next time around.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"0eb88b85-8c43-46be-95e1-4aa10f675539"},{"name":"Get a group","id":"20a9a1c8-d019-462c-a698-2b5cd87d628a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/Groups/:groupId","description":"<p>Gets information about a Postman group within the team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Groups",":groupId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The group's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"9c8457c8-fd73-4b5d-a5ef-898df7b86c9d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"b1c794f24f4c49f4b5d503a4cb2686ea\",\n            \"display\": \"Taylor Lee\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"908d99c1-b448-4a89-8fbb-3cc0d10315ad","name":"Invalid Team","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"930e88da-d639-4d4c-ba40-06f228b0101c","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"047d526a-a749-49b7-b5c6-a7c41f0747b3","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"adf74575-59c4-4edb-afde-0c6748f5ba18","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This group isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"9cbd2ada-a790-490c-8662-9d2300e87147","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"16b07767-9092-4eab-8331-9ca6ac308e01","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to fetch information about this team member.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"20a9a1c8-d019-462c-a698-2b5cd87d628a"},{"name":"Create a group","id":"8c8db6e2-4618-4e5a-b6bf-122a00d2991b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\"urn:ietf:params:scim:schemas:core:2.0:Group\"],\n    \"displayName\": \"{{userGroup}}\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups","description":"<p>Creates a new user group in Postman and creates a new account for each group member.</p>\n<p>Each account is added to your Postman team and authentication is activated for each user. If an existing Postman account uses an email that matches a group member's email ID, an <a href=\"https://postman.postman.co/docs/administration/managing-your-team/managing-your-team/#invites\">email invite</a> to join your Postman team is sent to that user. Once the user accepts the invite, they'll be added to your team.</p>\n<p>By default, the system assigns new users the developer role. You can <a href=\"https://learning.postman.com/docs/administration/managing-your-team/managing-your-team/#managing-team-roles\">update user roles in Postman</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Groups"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"158e942a-d7bd-4f3d-8786-e63f68cbb124","name":"Group Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"097a7b29-1b04-425a-a970-c07c5abc43ad","name":"Group Created with Members","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"b1c794f24f4c49f4b5d503a4cb2686ea\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n    \"displayName\": \"TestAPI\",\n    \"members\": [\n        {\n            \"value\": \"b1c794f24f4c49f4b5d503a4cb2686ea\",\n            \"display\": \"Taylor Lee\"\n        }\n    ],\n    \"externalId\": \"1234\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-02-22T04:24:13.000Z\",\n        \"lastModified\": \"2022-02-22T04:24:13.000Z\"\n    }\n}"},{"id":"b7fb302f-1995-4300-9eaa-4670e745389b","name":"Invalid Syntax","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"The request body seems to be incomplete or have unsupported characters.\",\n    \"status\": \"400\"\n}"},{"id":"4165e8bf-9ffd-42aa-a026-73386c01bed9","name":"Invalid Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"1c8360ba-54d3-45e6-bba2-8d3960a72a1b","name":"Not Enterprise","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Only Postman teams on the Enterprise plan can use SCIM provisioning. Upgrade your plan.\",\n    \"status\": \"400\"\n}"},{"id":"0f9b8a64-c913-4835-b388-81cab56eb93d","name":"No Slots Available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"No slots available on your Postman team. Purchase or free up slots to invite more members. For help, contact Team Admins or members with a Billing role.\",\n    \"status\": \"400\"\n}"},{"id":"98f8e5d6-e920-439f-a8d7-d0d66ce14c7b","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"59fdf97f-201e-488e-a9e9-83db23fe4f61","name":"Invalid API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"66c44eb7-de69-4683-b92d-5907c737fe20","name":"Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"This person is already a member of the team.\",\n    \"status\": \"409\"\n}"},{"id":"909d37ac-89e8-41ca-bfed-678a80312706","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 180 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"ddb8e4ee-be85-4158-b79c-f5f0e3559f57","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    ],\n    \"displayName\": \"TestAPI\",\n    \"members\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/scim/v2/Groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to add members to the team. Try again — it should work next time around.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"8c8db6e2-4618-4e5a-b6bf-122a00d2991b"},{"name":"Delete a group","id":"eb0df29c-3507-4a09-bd7b-96b4e0cf0b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/scim/v2/Groups/:groupId","description":"<p>Deletes a group in Postman. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p>User accounts that were in the deleted group are deactivated in Postman if the app is assigned to the user only with the deleted group.</p>\n<p>User accounts and the data corresponding to them are <strong>not</strong> deleted. To permanently delete user accounts and their data, <a href=\"https://www.postman.com/support/\">contact Postman support</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","Groups",":groupId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The group's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"0e492a05-914e-4814-b8d1-fce6c4d43463","name":"Group Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0598fe29-c69f-45c4-a477-98784b588b9e","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This Postman team doesn’t exist anymore.\",\n    \"status\": \"400\"\n}"},{"id":"dc2df0ed-be5f-49ea-89f9-dcc770397150","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to access the team. Check if you have entered a valid API key.\",\n    \"status\": \"401\"\n}"},{"id":"e5112f34-55ef-41bc-9c33-ad442ece5830","name":"Invalid API Key","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Your API key was generated by a Team Admin who is no longer on your team. Use an API key generated by a Team Admin.\",\n    \"status\": \"403\"\n}"},{"id":"3ef561d0-e322-4e7a-9831-350b5daaba68","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"This group isn’t a member of the team.\",\n    \"status\": \"404\"\n}"},{"id":"00b25aa7-2eea-4e52-9b86-c3a6224bb47a","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"That’s 300 attempts in less than a minute. Wait for a minute and then try again.\",\n    \"status\": 429\n}"},{"id":"aa7d332d-9ff8-4e4d-8d7e-eaf95afa0d47","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/scim/v2/Groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["scim","v2","Groups",":groupId"],"variable":[{"key":"groupId","value":"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"detail\": \"Unable to fetch information about this team member.\",\n    \"status\": \"500\"\n}"}],"_postman_id":"eb0df29c-3507-4a09-bd7b-96b4e0cf0b6f"}],"id":"a5cdad66-7609-4bab-9ac0-c1f02331fb7b","description":"<p>These endpoints enable you to provision and manage your Postman groups.</p>\n","_postman_id":"a5cdad66-7609-4bab-9ac0-c1f02331fb7b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}}},{"name":"Get resource types","id":"5e4513e2-9ece-42ee-b184-626ebc17b2ce","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/ResourceTypes","description":"<p>Gets all the resource types supported by Postman's SCIM API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","ResourceTypes"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"702d5330-90e4-4baf-b21e-ee8670d906cd","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/ResourceTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"schemas\": [\n            \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n        ],\n        \"id\": \"User\",\n        \"name\": \"User\",\n        \"endpoint\": \"/Users\",\n        \"description\": \"User Account\",\n        \"schema\": \"urn:ietf:params:scim:schemas:core:2.0:User\",\n        \"schemaExtensions\": [\n            {\n                \"schema\": \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                \"required\": true\n            }\n        ]\n    },\n    {\n        \"schemas\": [\n            \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n        ],\n        \"id\": \"Group\",\n        \"name\": \"Group\",\n        \"endpoint\": \"/Groups\",\n        \"description\": \"Group Account\",\n        \"schema\": \"urn:ietf:params:scim:schemas:core:2.0:Group\"\n    }\n]"}],"_postman_id":"5e4513e2-9ece-42ee-b184-626ebc17b2ce"},{"name":"Get service provider configuration","id":"fcaef47f-844c-48d3-8867-fe228ab89617","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/scim/v2/ServiceProviderConfig","description":"<p>Gets the Postman SCIM API configuration information. This includes a list of supported operations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","name":"SCIM","type":"folder"}},"urlObject":{"path":["scim","v2","ServiceProviderConfig"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"a8354039-eed4-4546-9c64-7909d60b5b3b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/ServiceProviderConfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig\"\n    ],\n    \"documentationUri\": \"https://learning.postman.com/docs/administration/managing-your-team/configuring-scim\",\n    \"patch\": {\n        \"supported\": true\n    },\n    \"bulk\": {\n        \"supported\": false,\n        \"maxOperations\": 0,\n        \"maxPayloadSize\": 0\n    },\n    \"filter\": {\n        \"supported\": true,\n        \"maxResults\": 100\n    },\n    \"changePassword\": {\n        \"supported\": false\n    },\n    \"sort\": {\n        \"supported\": false\n    },\n    \"etag\": {\n        \"supported\": false\n    },\n    \"authenticationSchemes\": [\n        {\n            \"name\": \"OAuth Bearer Token\",\n            \"description\": \"Authentication scheme using the OAuth Bearer Token Standard\",\n            \"specUri\": \"http://www.rfc-editor.org/info/rfc6750\",\n            \"type\": \"oauthbearertoken\"\n        }\n    ],\n    \"meta\": {\n        \"resourceType\": \"ServiceProviderConfig\",\n        \"location\": \"https://api.getpostman.com/scim/v2/ServiceProviderConfig\"\n    }\n}"}],"_postman_id":"fcaef47f-844c-48d3-8867-fe228ab89617"}],"id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43","description":"<p>Postman supports <a href=\"https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/\">SCIM</a> (System for Cross-domain Identity Management), which allows you to automate your team's provisioning. You can deploy Postman at scale across your organization and control access to it with your identity provider.</p>\n<p>SCIM provisioning is only available with a Postman <a href=\"https://www.postman.com/pricing\"><b>Enterprise</b> plan</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>While all other endpoints in this collection require a Postman API key, <strong>these endpoints require a</strong> <a href=\"https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key\"><b>SCIM API key</b></a><strong>.</strong></p>\n</li>\n<li><p>You must be a <a href=\"http://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Team Admin</a> to enable SCIM.</p>\n</li>\n<li><p>To use SCIM, you must have only <strong>one</strong> SSO method configured. If you have more than one SSO method enabled, you cannot generate an SCIM API key.</p>\n</li>\n<li><p>You can only deactivate users with the SCIM API. You cannot permanently delete users with the API.</p>\n</li>\n<li><p>You must <a href=\"https://learning.postman.com/docs/administration/sso/admin-sso/\">configure SSO</a> and <a href=\"http://learning.postman.com/docs/administration/managing-your-team/configuring-scim/#enabling-scim-provisioning\">enable SCIM</a> for your Postman team to use these endpoints.</p>\n</li>\n</ul>\n<h3 id=\"rate-limits\">Rate limits</h3>\n<p>For your organization's team, Postman applies per-minute rate limits across all SCIM API endpoints. This helps ensure that you have the best experience using Postman's SCIM API. The rate limits apply as follows:</p>\n<ul>\n<li><p><strong>Write (POST, PUT, PATCH)</strong> — 180 requests per minute.</p>\n</li>\n<li><p><strong>Read (GET)</strong> — 300 requests per minute.</p>\n</li>\n</ul>\n<p>If you reach the rate limit, the API will return an HTTP <code>429 Too Many Requests</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":false},"_postman_id":"842bb61b-7d6f-4ed0-832b-921e1d08fb43"},{"name":"Secret Scanner","item":[{"name":"Detected Secrets","item":[{"name":"Update detected secret resolution status","id":"712b0936-0fc0-4b18-95bd-318e1be14809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"{{secretResolutionStatus}}\",\n    \"workspaceId\": \"{{workspaceId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets/:secretId","description":"<p>Updates the resolution status of a secret detected in a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["detected-secrets",":secretId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The secret's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"secretId"}]}},"response":[{"id":"ae6d6df7-c7a9-4275-8851-93648fdddb4b","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"secretHash\": \"50dbd2...\",\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"history\": [\n        {\n            \"actor\": 12345678,\n            \"createdAt\": \"2024-09-18T18:46:26.000Z\",\n            \"resolution\": \"FALSE_POSITIVE\"\n        },\n        {\n            \"actor\": 12345678,\n            \"createdAt\": \"2024-09-18T18:43:11.000Z\",\n            \"resolution\": \"ACCEPTED_RISK\"\n        }\n    ]\n}"},{"id":"8c3c98bf-e8fc-48d3-a8a0-3766a837089f","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 401,\n    \"title\": \"Unauthorized. Please try again with valid credentials.\",\n    \"type\": \"UNAUTHORIZED\"\n}"},{"id":"93848d26-f06c-42a2-941c-14ec7db32898","name":"No Role Permissions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 403,\n    \"title\": \"Only members with Superadmin, Admin, or Workspace Admin roles can view the detected secrets.\",\n    \"type\": \"FORBIDDEN\"\n}"},{"id":"0a96d3a1-1903-4a18-be94-90c84699dad1","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"21c64eb3-d057-4549-b12b-41c081c8eb73","name":"Missing Advanced Security Administration Add-On","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FORBIDDEN\",\n    \"title\": \"This feature is only available with \\\"Advanced Security Administration\\\" add-on. Contact your team admin to purchase this add-on.\",\n    \"instance\": \"\",\n    \"status\": 403\n}"},{"id":"e85bbc17-39dd-4472-b2d0-1c4754c5246b","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/detected-secrets/:secretId","protocol":"https","host":["api","eu","postman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"c2981c61-d128-4d23-8680-46f2fd5fc769","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"ACCEPTED_RISK\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets/:secretId","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets",":secretId"],"variable":[{"key":"secretId","value":"MTc0ODA0Mw=="}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 500,\n    \"title\": \"An error occurred\",\n    \"type\": \"SERVER_ERROR\"\n}"}],"_postman_id":"712b0936-0fc0-4b18-95bd-318e1be14809"},{"name":"Get detected secrets locations","id":"1a41e732-273f-41a0-bbde-5ce0e79f935d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/detected-secrets/:secretId/locations?workspaceId=","description":"<p>Gets the locations of secrets detected by Postman's <a href=\"https://learning.postman.com/docs/administration/secret-scanner/\">Secret Scanner</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["detected-secrets",":secretId","locations"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"key":"workspaceId","value":""},{"disabled":true,"description":{"content":"<p>Return only results that match the given resource type. One of:</p>\n<ul>\n<li><code>collection</code></li>\n<li><code>environment</code></li>\n<li><code>extensible-collection</code></li>\n<li><code>globals</code></li>\n<li><code>example</code></li>\n<li><code>request</code></li>\n<li><code>folder</code></li>\n<li><code>extensible-collection-meta</code></li>\n<li><code>extensible-request</code></li>\n<li><code>extensible-folder</code></li>\n<li><code>extensible-example</code></li>\n<li><code>extensible-message</code></li>\n</ul>\n","type":"text/plain"},"key":"resourceType","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"until","value":""}],"variable":[{"description":{"content":"<p>The secret's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"secretId"}]}},"response":[{"id":"6868ac4a-c0a4-4ee0-8fee-b18ebdf51503","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"isResourceDeleted\": false,\n      \"leakedBy\": 12345678,\n      \"location\": \"Headers\",\n      \"occurrences\": 1,\n      \"parentResourceId\": \"12345678-14728df4-c7af-424f-b665-5047b7d25866\",\n      \"resourceId\": \"12345678-e0df25e0-d245-40dd-89b5-68720d186d3f\",\n      \"resourceType\": \"example\",\n      \"detectedAt\": \"2023-04-25T08:13:48.000Z\",\n      \"url\": \"https://go.postman.co/build/workspace/80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0/example/12345678-e0df25e0-d245-40dd-89b5-68720d186d3f\"\n    }\n  ],\n  \"meta\": {\n    \"activityFeed\": [\n      {\n        \"resolvedBy\": null,\n        \"status\": \"ACTIVE\",\n        \"resolvedAt\": null\n      }\n    ],\n    \"cursor\": \"MTIyNjY5Nw==\",\n    \"limit\": 2,\n    \"nextCursor\": null,\n    \"obfuscatedSecret\": \"PMAK-644781584627df042afa6655-******ba\",\n    \"secretHash\": \"0096b35ef6621d7571f106fefee5b10e8ed360cc9bf04f343f267ca4ff65bb5d\",\n    \"secretType\": \"Postman API Key\",\n    \"total\": 3\n  }\n}"},{"id":"00c7463b-a90c-4bbf-98f5-8a8b86aae244","name":"Filter by resourceType","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&resourceType=example","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"resourceType","value":"example"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 6,\n        \"obfuscatedSecret\": \"Basic Q2******\",\n        \"secretType\": \"Basic Auth\",\n        \"secretHash\": \"0096b35ef6621d7571f106fefee5b10e8ed360cc9bf04f343f267ca4ff65bb5d\",\n        \"limit\": 30,\n        \"cursor\": null,\n        \"nextCursor\": null,\n        \"activityFeed\": [\n            {\n                \"status\": \"ACTIVE\",\n                \"resolvedAt\": null,\n                \"resolvedBy\": null\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"resourceId\": \"12345678-400005df-3cad-480c-a027-ea68aed35b60\",\n            \"resourceType\": \"example\",\n            \"location\": \"Headers\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-320cdb51-d3e2-496b-be0d-d0854e07f90b\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n        },\n        {\n            \"resourceId\": \"12345678-400005df-3cad-480c-a027-ea68aed35b60\",\n            \"resourceType\": \"example\",\n            \"location\": \"Request Query Params\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-320cdb51-d3e2-496b-be0d-d0854e07f90b\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n        },\n        {\n            \"resourceId\": \"12345678-400005df-3cad-480c-a027-ea68aed35b60\",\n            \"resourceType\": \"example\",\n            \"location\": \"Response Body\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-320cdb51-d3e2-496b-be0d-d0854e07f90b\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n        },\n        {\n            \"resourceId\": \"12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\",\n            \"resourceType\": \"example\",\n            \"location\": \"Headers\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-e6a5c06e-c523-40de-94af-c6d01af494bb\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\"\n        },\n        {\n            \"resourceId\": \"12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\",\n            \"resourceType\": \"example\",\n            \"location\": \"Request Query Params\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-e6a5c06e-c523-40de-94af-c6d01af494bb\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\"\n        },\n        {\n            \"resourceId\": \"12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\",\n            \"resourceType\": \"example\",\n            \"location\": \"Response Body\",\n            \"occurrences\": 1,\n            \"leakedBy\": 12345678,\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"isResourceDeleted\": false,\n            \"parentResourceId\": \"12345678-e6a5c06e-c523-40de-94af-c6d01af494bb\",\n            \"url\": \"https://go.postman.co/build/workspace/01cb2666-9e05-47d3-9043-3b4743f42f1a/example/12345678-1e09e897-7ce8-4aea-bbfd-113b8a5ce083\"\n        }\n    ]\n}"},{"id":"37d57d26-4317-45ba-a4de-0d79ac97ad9d","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"aaa\",\n    \"status\": 400,\n    \"title\": \"limit specified is invalid\",\n    \"type\": \"BAD_REQUEST\"\n}"},{"id":"5a3742ce-eb38-4e0c-8513-191c48bc39c7","name":"Invalid Resolution Type","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"resolution\": \"TEST\",\n    \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets/MTc0ODA0Mw=="},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD_REQUEST\",\n    \"title\": \"`resolution` must be one of FALSE_POSITIVE, ACCEPTED_RISK, REVOKED, ACTIVE\",\n    \"instance\": \"TEST\",\n    \"status\": 400\n}"},{"id":"75c027f8-fd68-40a1-82bb-51f89f62d063","name":"Invalid resourceType Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&resourceType=collections","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"resourceType","value":"collections"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD_REQUEST\",\n    \"title\": \"Invalid resourceType specified\",\n    \"instance\": \"collections\",\n    \"status\": 400\n}"},{"id":"a5e706d4-7f35-446b-bac0-e9b3c4df2f69","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 401,\n    \"title\": \"Unauthorized. Please try again with valid credentials.\",\n    \"type\": \"UNAUTHORIZED\"\n}"},{"id":"60955f97-cc6e-4a33-a83b-4e3ff310ea41","name":"No Role Permissions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 403,\n    \"title\": \"Only members with Superadmin, Admin, or Workspace Admin roles can view the detected secrets.\",\n    \"type\": \"FORBIDDEN\"\n}"},{"id":"f9736c04-292a-4940-b2eb-300dd5b9bbc6","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"ce9f0c3e-337e-475a-af53-f03f99ba5b9b","name":"Missing Advanced Security Administration Add-On","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FORBIDDEN\",\n    \"title\": \"This feature is only available with \\\"Advanced Security Administration\\\" add-on. Contact your team admin to purchase this add-on.\",\n    \"instance\": \"\",\n    \"status\": 403\n}"},{"id":"d3122cf1-71b1-47c3-be2a-e25e77fda9ff","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eu.postman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","eu","postman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"17953995-391e-4220-8125-5bc2d36adf91","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/detected-secrets/OTI3OTYx/locations?workspaceId=e361eeb4-00dd-4225-9774-6146a2555999&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets","OTI3OTYx","locations"],"query":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"},{"key":"limit","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 500,\n    \"title\": \"An error occurred\",\n    \"type\": \"SERVER_ERROR\"\n}"}],"_postman_id":"1a41e732-273f-41a0-bbde-5ce0e79f935d"},{"name":"Search detected secrets","id":"d48e6590-8084-4964-adcc-62a597d338a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"{{secretTypeIds}}\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"{{secretStatuses}}\"\n    ],\n    \"resources\": [\n        {\n            \"type\": \"{{resourceType}}\",\n            \"ids\": [\n                \"{{resourceID}}\"\n            ]\n        }\n    ],\n    \"workspaceIds\": [\n        \"{{workspaceIds}}\"\n    ],\n    \"workspaceVisibilities\": [\n        \"{{workspaceVisibility}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets-queries","description":"<p>Returns all secrets detected by Postman's <a href=\"https://learning.postman.com/docs/administration/secret-scanner/\">Secret Scanner</a>, grouped by workspace or resource. If you pass an empty request body, this endpoint returns all results.</p>\n<p>You can include the following properties in the request body:</p>\n<ul>\n<li><p><code>secretTypes</code> — An <strong>array</strong> that contains a list of secrets types to query. For a list of valid IDs, use the GET <code>/secret-types</code> endpoint.</p>\n</li>\n<li><p><code>resolved</code> — A <strong>boolean</strong> value that, if true, return secrets with a <code>resolved</code> status.</p>\n</li>\n<li><p><code>statuses</code> — An <strong>array</strong> that contains a list of the secret resolution status type:</p>\n<ul>\n<li><p><code>FALSE_POSITIVE</code> — The discovered secret is not an actual secret.</p>\n</li>\n<li><p><code>REVOKED</code> — The secret is valid, but the user rotated their key to resolve the issue.</p>\n</li>\n<li><p><code>ACCEPTED_RISK</code> — The Secret Scanner found the secret, but user accepts the risk of publishing it.</p>\n</li>\n</ul>\n</li>\n<li><p><code>resources</code> — An <strong>array of objects</strong> that contains a list of resources to query:</p>\n<ul>\n<li><p><code>type</code> — The type of resource:</p>\n<ul>\n<li><p><code>collection</code></p>\n</li>\n<li><p><code>environment</code></p>\n</li>\n<li><p><code>extensible-collection</code></p>\n</li>\n<li><p><code>globals</code></p>\n</li>\n<li><p><code>example</code></p>\n</li>\n<li><p><code>request</code></p>\n</li>\n<li><p><code>folder</code></p>\n</li>\n<li><p><code>extensible-collection-meta</code></p>\n</li>\n<li><p><code>extensible-request</code></p>\n</li>\n<li><p><code>extensible-folder</code></p>\n</li>\n<li><p><code>extensible-example</code></p>\n</li>\n<li><p><code>extensible-message</code></p>\n</li>\n<li><p><code>api-definition-file</code></p>\n</li>\n<li><p><code>api-definition</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>ids</code> — An <strong>array of string</strong> containing the element IDs to search.</p>\n</li>\n</ul>\n</li>\n<li><p><code>workspaceIds</code> — An <strong>array</strong> that contains a list of workspaces IDs to query.</p>\n</li>\n<li><p><code>workspaceVisibilities</code> — An <strong>array</strong> that contains a list of workspace <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#changing-workspace-visibility\">visibility settings</a> to query. This currently supports the <code>team</code> and <code>public</code> settings.</p>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>The <code>workspaceIds</code> and <code>resources</code> properties are mutually exclusive. You can only use one in a request. If you pass both, the API returns an HTTP 400 <code>Bad Request</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["detected-secrets-queries"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The additional fields to be included as a part of the request:</p>\n<ul>\n<li><code>meta.total</code> — Include the total records found in the <code>meta</code> response object.</li>\n</ul>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"until","value":""}],"variable":[]}},"response":[{"id":"c6d294e6-401a-4372-a6bb-54e1d1c3e8c4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"limit\": 2,\n        \"nextCursor\": \"MTA4\"\n    },\n    \"data\": [\n        {\n            \"detectedAt\": \"2023-05-19T02:45:31.000Z\",\n            \"secretType\": \"Airtable API Key\",\n            \"workspaceVisibility\": \"team\",\n            \"secretHash\": \"07afd1f787f3555d441b04870dbe1025db8309fbeb31f25b3a20f2f1241478b3\",\n            \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\",\n            \"secretId\": \"OTI3OTYx\",\n            \"obfuscatedSecret\": \"keyTF2WAH******\",\n            \"resolution\": \"FALSE_POSITIVE\",\n            \"occurrences\": 3\n        },\n        {\n            \"detectedAt\": \"2023-03-23T19:38:49.000Z\",\n            \"secretType\": \"Slack Access Token\",\n            \"workspaceVisibility\": \"team\",\n            \"secretHash\": \"08074c0954fd29d1ee82ab5af9b4ad16f56b0907eca72446e98dc97e10da80a3\",\n            \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\",\n            \"secretId\": \"NDcyMjA=\",\n            \"obfuscatedSecret\": \"xoxp-25519******\",\n            \"resolution\": \"ACCEPTED_RISK\",\n            \"occurrences\": 1\n        }\n    ]\n}"},{"id":"93466054-3330-4572-b3fc-6cf3a920b826","name":"With include Query Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?include=meta.total","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"include","value":"meta.total"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"limit\": 2,\n        \"nextCursor\": \"MTA4\",\n        \"total\": 10\n    },\n    \"data\": [\n        {\n            \"detectedAt\": \"2023-05-19T02:45:31.000Z\",\n            \"secretType\": \"Airtable API Key\",\n            \"workspaceVisibility\": \"team\",\n            \"secretHash\": \"07afd1f787f3555d441b04870dbe1025db8309fbeb31f25b3a20f2f1241478b3\",\n            \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\",\n            \"secretId\": \"OTI3OTYx\",\n            \"obfuscatedSecret\": \"keyTF2WAH******\",\n            \"resolution\": \"FALSE_POSITIVE\",\n            \"occurrences\": 3\n        },\n        {\n            \"detectedAt\": \"2023-03-23T19:38:49.000Z\",\n            \"secretType\": \"Slack Access Token\",\n            \"workspaceVisibility\": \"team\",\n            \"secretHash\": \"08074c0954fd29d1ee82ab5af9b4ad16f56b0907eca72446e98dc97e10da80a3\",\n            \"workspaceId\": \"e361eeb4-00dd-4225-9774-6146a2555999\",\n            \"secretId\": \"NDcyMjA=\",\n            \"obfuscatedSecret\": \"xoxp-25519******\",\n            \"resolution\": \"ACCEPTED_RISK\",\n            \"occurrences\": 1\n        }\n    ]\n}"},{"id":"3d73e290-7788-461a-a293-2c492dcd1cab","name":"Filter by Resource Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"resolved\": false,\n    \"resources\": [\n        {\n            \"type\": \"example\",\n            \"ids\": [\n                \"12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n              ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets-queries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"limit\": \"30\",\n        \"nextCursor\": null\n    },\n    \"data\": [\n        {\n            \"detectedAt\": \"2023-03-23T19:30:58.000Z\",\n            \"secretType\": \"Basic Auth\",\n            \"workspaceVisibility\": \"team\",\n            \"secretHash\": \"3b4db9cb32935e885468d80744a65194b7abdb18bb91ce6cbc2ad7852057d96e\",\n            \"workspaceId\": \"01cb2666-9e05-47d3-9043-3b4743f42f1a\",\n            \"resourceId\": \"12345678-400005df-3cad-480c-a027-ea68aed35b60\",\n            \"resourceType\": \"example\",\n            \"secretId\": \"MTAxOTQ0Mw==\",\n            \"obfuscatedSecret\": \"Basic Q2******\",\n            \"resolution\": \"ACTIVE\",\n            \"occurrences\": 3\n        }\n    ]\n}"},{"id":"2e28cb1b-d230-47dc-8ab4-feba4c1e179b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=aaa","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"aaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"aaa\",\n    \"status\": 400,\n    \"title\": \"limit specified is invalid\",\n    \"type\": \"BAD_REQUEST\"\n}"},{"id":"259ecedf-6803-4973-8ab4-84e86e482b65","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 401,\n    \"title\": \"Unauthorized. Please try again with valid credentials.\",\n    \"type\": \"UNAUTHORIZED\"\n}"},{"id":"1100fb0b-7dc6-43f2-b242-bdd9e6874401","name":"No Role Permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 403,\n    \"title\": \"Only members with Superadmin, Admin, or Workspace Admin roles can view the detected secrets.\",\n    \"type\": \"FORBIDDEN\"\n}"},{"id":"0390a0f1-9ff6-453f-87df-b3a9d55dc6f4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"22dcb140-2972-47ad-bdca-db15f79e981f","name":"Invalid Filters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"resolved\": true,\n    \"resources\": [\n        {\n            \"type\": \"example\",\n            \"ids\": [\n                \"12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n              ]\n        }\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets-queries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD_REQUEST\",\n    \"title\": \"Invalid filters specified\",\n    \"instance\": \"\",\n    \"status\": 400,\n    \"detail\": \"`workspaceIds` and `resources` filters are exclusive - only one can be applied at a time.\"\n}"},{"id":"aa6ba3a4-b39a-492e-a0a1-64aacce8a4b5","name":"Missing Resource Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"resolved\": false,\n    \"resources\": [\n        {\n            \"ids\": [\n                \"12345678-400005df-3cad-480c-a027-ea68aed35b60\"\n              ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/detected-secrets-queries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD_REQUEST\",\n    \"title\": \"Invalid resources specified\",\n    \"instance\": \"\",\n    \"status\": 400,\n    \"detail\": \"one or more `resources` are invalid.\"\n}"},{"id":"30c4cac0-514a-4a39-8e8a-5437b03c22a2","name":"Missing Advanced Security Administration Add-On","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FORBIDDEN\",\n    \"title\": \"This feature is only available with \\\"Advanced Security Administration\\\" add-on. Contact your team admin to purchase this add-on.\",\n    \"instance\": \"\",\n    \"status\": 403\n}"},{"id":"f76d8863-6e10-4d8f-a05b-4751d31bc2c7","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","eu","postman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"1a26bf14-2490-4f13-b521-7f730ce1aca3","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"secretTypes\": [\n        \"1a7ec5d1-dcba-4ec7-8220-3c1ee490416b\",\n        \"3b6ec9d2-dabc-5e67-1220-6coie490416b\"\n    ],\n    \"resolved\": true,\n    \"statuses\": [\n        \"ACCEPTED_RISK\",\n        \"REVOKED\"\n    ],\n    \"workspaceIds\": [\n        \"0fe6c2f2-022d-48f7-8e7e-3244369445b0\",\n        \"80ab14ae-c17d-4fd6-88d5-99bf13f0b7f0\"\n    ],\n    \"workspaceVisibilities\": [\n        \"team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/detected-secrets-queries?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["detected-secrets-queries"],"query":[{"key":"limit","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 500,\n    \"title\": \"An error occurred\",\n    \"type\": \"SERVER_ERROR\"\n}"}],"_postman_id":"d48e6590-8084-4964-adcc-62a597d338a7"}],"id":"28af51eb-8305-4238-8f0e-a1962787bcc3","description":"<p>These endpoints enable you to manage secrets detected by the Postman <a href=\"https://learning.postman.com/docs/administration/secret-scanner/\">Secret Scanner</a>.</p>\n","_postman_id":"28af51eb-8305-4238-8f0e-a1962787bcc3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get secret types","id":"d666843c-3dbf-4bf6-8fc0-0b3e403165e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types","description":"<p>Gets the metadata of the secret types supported by Postman's <a href=\"https://learning.postman.com/docs/administration/secret-scanner/\">Secret Scanner</a>. You can use a secret type's ID in the response to query data with the POST <code>/detected-secrets/{secretId}</code> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["secret-types"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"05b575c8-d116-42c4-a0e8-ba385641d120","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 4\n    },\n    \"data\": [\n        {\n            \"name\": \"Postman Collection Key\",\n            \"id\": \"04084949-0dda-4735-ace5-f83038f7b200\",\n            \"type\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Planetscale API Token\",\n            \"id\": \"082351ca-810e-476b-8437-d098b20fba4b\",\n            \"type\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Open AI API Key\",\n            \"id\": \"0987c237-c1d0-4f07-a1af-a5772facf866\",\n            \"type\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Picatic API Key\",\n            \"id\": \"0eac968d-f65e-4f3d-9a34-c02138072835\",\n            \"type\": \"DEFAULT\"\n        }\n    ]\n}"},{"id":"f48b924c-7ac3-406d-9c0f-40933cf5e8a3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 401,\n    \"title\": \"Unauthorized. Please try again with valid credentials.\",\n    \"type\": \"UNAUTHORIZED\"\n}"},{"id":"ae62fb26-50a9-474b-bc0d-4842ab8f9012","name":"No Role Permissions","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 403,\n    \"title\": \"Only members with Superadmin, Admin, or Workspace Admin roles can view the detected secrets.\",\n    \"type\": \"FORBIDDEN\"\n}"},{"id":"cef1d2e1-6cf3-4686-b10b-7b26d9dfdf50","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"ffd7853e-48c6-4fe3-85a7-9631d04025c9","name":"Missing Advanced Security Administration Add-On","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FORBIDDEN\",\n    \"title\": \"This feature is only available with \\\"Advanced Security Administration\\\" add-on. Contact your team admin to purchase this add-on.\",\n    \"instance\": \"\",\n    \"status\": 403\n}"},{"id":"2948f4cb-4084-44ae-a74f-ca6cf7b942c1","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":"https://api.eu.postman.com/secret-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"3a2f1587-fc3f-413b-9c67-db2a54e5a0cb","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/secret-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"instance\": \"\",\n    \"status\": 500,\n    \"title\": \"An error occurred\",\n    \"type\": \"SERVER_ERROR\"\n}"}],"_postman_id":"d666843c-3dbf-4bf6-8fc0-0b3e403165e2"}],"id":"129b53d2-77f7-4593-89d5-a5a600e9d80f","description":"<p>The <strong>Secret Scanner</strong> endpoints enable you to manage the secrets detected by Postman's <a href=\"https://learning.postman.com/docs/administration/secret-scanner/\">Secret Scanner</a>. These endpoints are only available on Postman <a href=\"https://www.postman.com/pricing/#enterprise-solutions\"><b>Enterprise</b> plans</a> with the <strong>Advanced Security Administration</strong> add-on feature.</p>\n","_postman_id":"129b53d2-77f7-4593-89d5-a5a600e9d80f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Specs","item":[{"name":"Files","item":[{"name":"Get a spec file","id":"75854790-4c01-44c1-9fae-a7a4165f3d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs/:specId/files/:filePath","description":"<p>Gets the contents of an API specification's file.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The path to the file.</p>\n","type":"text/plain"},"type":"any","value":"","key":"filePath"}]}},"response":[{"id":"6a90488b-f6ce-4b39-b009-24afb27d9fe5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T18:42:18.000Z\",\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Taylor Lee\\\"\\n    }\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"https://example.com\\\"\\n    }\\n  ],\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"$ref\\\": \\\"./components/parameters/spacecrafts.json#/SpacecraftId\\\"\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"description\\\": \\\"Gets information about a spacecraft.\\\",\\n        \\\"operationId\\\": \\\"getSpacecraft\\\",\\n        \\\"tags\\\": [\\n          \\\"Spacecrafts\\\"\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"$ref\\\": \\\"./components/responses/spacecrafts.json#/SuccessfulResponse\\\"\\n          },\\n          \\\"404\\\": {\\n            \\\"$ref\\\": \\\"./components/responses/spacecrafts.json#/NotFound\\\"\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"./components/schemas/spacecrafts.json#/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"tags\\\": [\\n    {\\n      \\\"name\\\": \\\"Spacecrafts\\\"\\n    }\\n  ],\\n  \\\"components\\\": {\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  }\\n}\",\n    \"updatedAt\": \"2025-07-22T18:47:32.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"3860602b-7a92-45a6-8b60-725ff7b453d5\",\n    \"type\": \"ROOT\",\n    \"path\": \"index.json\",\n    \"name\": \"index.json\"\n}"},{"id":"8950c91b-d577-46ba-ac1c-929b59b60d35","name":"Nested Spec File","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"components/schemas/spacecrafts.json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T18:45:48.000Z\",\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\",\n    \"updatedAt\": \"2025-07-22T18:47:03.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"edc9f9f1-c0df-4a9a-9b5b-d4c7359d92ab\",\n    \"type\": \"DEFAULT\",\n    \"path\": \"components/schemas/spacecrafts.json\",\n    \"name\": \"spacecrafts.json\"\n}"},{"id":"a8de9ed1-452c-4655-84da-d97cb71bd841","name":"Malformed Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"The path parameter /filePath is invalid.\"\n}"},{"id":"3e7df4e7-4918-4849-ab3d-b7004f1e15b0","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"9cb66b00-3e60-4faa-b7ca-16d6543859d2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"folder/file.yaml"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"Entity that you are trying to access does not exist.\",\n    \"status\": 404\n}"}],"_postman_id":"75854790-4c01-44c1-9fae-a7a4165f3d81"},{"name":"Get a spec's files","id":"ec9be482-3c61-407b-8efe-30617b7cbd22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs/:specId/files","description":"<p>Gets all the files in an API specification.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","files"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"0c07af31-80f5-45e4-bed1-7416e6a07fab","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:48:39.000Z\",\n            \"path\": \"components/parameters/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:46:25.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"7224f35c-d4d4-4e6e-8d73-21255ba87c0a\"\n        },\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:48:12.000Z\",\n            \"path\": \"components/responses/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:46:18.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"2e83adf5-5a2a-412f-b81a-3d83b1705681\"\n        },\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:47:03.000Z\",\n            \"path\": \"components/schemas/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:45:48.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"edc9f9f1-c0df-4a9a-9b5b-d4c7359d92ab\"\n        },\n        {\n            \"path\": \"index.json\",\n            \"updatedAt\": \"2025-07-22T18:47:32.000Z\",\n            \"name\": \"index.json\",\n            \"createdAt\": \"2025-07-22T18:42:18.000Z\",\n            \"type\": \"ROOT\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678,\n            \"id\": \"3860602b-7a92-45a6-8b60-725ff7b453d5\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": null\n    }\n}"},{"id":"3415afcd-94b1-40de-84e4-cb2b42e50c78","name":"Response with Limit and Cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files?limit=2&cursor=VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"query":[{"key":"limit","value":"2"},{"key":"cursor","value":"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="}],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:48:39.000Z\",\n            \"path\": \"components/parameters/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:46:25.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"7224f35c-d4d4-4e6e-8d73-21255ba87c0a\"\n        },\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:48:12.000Z\",\n            \"path\": \"components/responses/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:46:18.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"2e83adf5-5a2a-412f-b81a-3d83b1705681\"\n        },\n        {\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2025-07-22T18:47:03.000Z\",\n            \"path\": \"components/schemas/spacecrafts.json\",\n            \"createdAt\": \"2025-07-22T18:45:48.000Z\",\n            \"type\": \"DEFAULT\",\n            \"createdBy\": 12345678,\n            \"name\": \"spacecrafts.json\",\n            \"id\": \"edc9f9f1-c0df-4a9a-9b5b-d4c7359d92ab\"\n        },\n        {\n            \"path\": \"index.json\",\n            \"updatedAt\": \"2025-07-22T18:47:32.000Z\",\n            \"name\": \"index.json\",\n            \"createdAt\": \"2025-07-22T18:42:18.000Z\",\n            \"type\": \"ROOT\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678,\n            \"id\": \"3860602b-7a92-45a6-8b60-725ff7b453d5\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\"\n    }\n}"},{"id":"230ddae6-a1a6-4c7c-9209-cfcedfc8302f","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"52624cac-1904-4837-bca1-233162b854ac","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"ec9be482-3c61-407b-8efe-30617b7cbd22"},{"name":"Create a spec file","id":"c41686a8-3616-4ca5-aefc-4f2645eba792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"{{filePath}}\",\n    \"content\": \"{{fileContent}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs/:specId/files","description":"<p>Creates an API specification file.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>If the file path contains a <code>/</code> (forward slash) character, then a folder is created. For example, if the path is the <code>components/schemas.json</code> value, then a <code>components</code> folder is created with the <code>schemas.json</code> file inside.</p>\n</li>\n<li><p>Creating a spec file assigns it the <code>DEFAULT</code> file type.</p>\n</li>\n<li><p>Multi-file specifications can only have one root file.</p>\n</li>\n<li><p>Files cannot exceed a maximum of 10 MB in size.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","files"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"015366bb-7fba-44b1-9b69-fb3f6b0aad17","name":"JSON Spec File","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"schemas.json\",\n    \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"944b28d1-dda1-4042-8603-93fb391ade7e\",\n    \"path\": \"schemas.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"e15385b2-cd70-46a3-8611-c543df26c4f3","name":"YAML Spec File","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"schemas.yaml\",\n    \"content\": \"SpacecraftId:\\n  description: The unique identifier of a spacecraft\\n  type: string\\nSpacecraft:\\n  type: object\\n  required:\\n  - id\\n  - name\\n  - type\\n  properties:\\n    id:\\n      \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n    name:\\n      type: string\\n    type:\\n      type: string\\n      enum:\\n      - capsule\\n      - probe\\n      - satellite\\n      - spaceplane\\n      - station\\n    description:\\n      type: string\\nError:\\n  type: object\\n  required:\\n  - message\\n  properties:\\n    message:\\n      description: A human readable error message\\n      type: string\\n\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":""}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"944b28d1-dda1-4042-8603-93fb391ade7e\",\n    \"path\": \"schemas.yaml\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"491cf03c-c8e7-436d-ad94-03dc3a3f8984","name":"Nested Spec File","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"/components/schemas/spacecrafts.json\",\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{    \n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ed\",\n    \"path\": \"components/schemas/spacecrafts.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"192af288-5fd3-485e-bce5-93bc6a0bed71","name":"Malformed Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"index.md\",\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid parameters\",\n    \"status\": 400,\n    \"detail\": \"Invalid file extension\"\n}"},{"id":"2b2bcf78-f084-475a-80ee-c0fe2e7ca376","name":"File Size Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"/components/schemas/spacecrafts.json\",\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"detail\": \"File size exceeded the limit of 10 MB\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400\n}"},{"id":"8e61cdfc-4913-47f4-94cf-e521782848e0","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"index.json\",\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"9529c803-df53-4b4b-914e-e35b6a741198","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"index.json\",\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"c41686a8-3616-4ca5-aefc-4f2645eba792"},{"name":"Update a spec file","id":"a7043c73-82dd-4db9-ae40-1facf565a49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{{fileContent}}\",\n    \"name\": \"{{fileName}}\",\n    \"type\": \"{{fileType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs/:specId/files/:filePath","description":"<p>Updates an API specification's file.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint does not accept an empty request body. You must pass one of the accepted values.</p>\n</li>\n<li><p>This endpoint does not accept multiple request body properties in a single call. For example, you cannot pass both the <code>content</code> and <code>type</code> property at the same time.</p>\n</li>\n<li><p>Multi-file specifications can only have one root file.</p>\n</li>\n<li><p>When updating a file type to <code>ROOT</code>, the previous root file is updated to the <code>DEFAULT</code> file type.</p>\n</li>\n<li><p>Files cannot exceed a maximum of 10 MB in size.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The path to the file.</p>\n","type":"text/plain"},"type":"any","value":"","key":"filePath"}]}},"response":[{"id":"bc35f765-5b2a-48e1-badc-e9f2e314d9ec","name":"JSON Spec File","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"schemas.json"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"path\": \"schemas.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"5a302bc1-e373-409e-ba69-b48a3ec312cd","name":"YAML Spec File","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"SpacecraftId:\\n  description: The unique identifier of a spacecraft\\n  type: string\\nSpacecraft:\\n  type: object\\n  required:\\n  - id\\n  - name\\n  - type\\n  properties:\\n    id:\\n      \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n    name:\\n      type: string\\n    type:\\n      type: string\\n      enum:\\n      - capsule\\n      - probe\\n      - satellite\\n      - spaceplane\\n      - station\\n    description:\\n      type: string\\nError:\\n  type: object\\n  required:\\n  - message\\n  properties:\\n    message:\\n      description: A human readable error message\\n      type: string\\n\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"schemas.yaml"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"path\": \"schemas.yaml\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"96e6bc89-3029-43b2-8152-faa5dea690d3","name":"Nested Spec File","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"components/schemas/spacecrafts.json"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ed\",\n    \"path\": \"components/schemas/spacecrafts.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"DEFAULT\"\n}"},{"id":"3ae7d039-6afb-4c4e-87e1-7c4e75be1de4","name":"Update File Type","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"ROOT\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"schemas.yaml"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"path\": \"index.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"ROOT\"\n}"},{"id":"f738f609-60fd-4b20-90fd-a7f774ee3449","name":"Update File Name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"index.json\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.yaml"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2025-07-22T19:29:08.000Z\",\n    \"createdBy\": 12345678,\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"path\": \"index.json\",\n    \"updatedAt\": \"2025-07-22T19:29:57.000Z\",\n    \"updatedBy\": 12345678,\n    \"type\": \"ROOT\"\n}"},{"id":"33d819be-1582-4647-bffa-62c863b40a79","name":"Invalid filePath Parameter","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"The path parameter /filePath is invalid.\"\n}"},{"id":"7d2d37b3-cf0b-4947-98c1-00a52ee450fe","name":"Invalid path Property","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"path\": \"spacecrafts.json\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"detail\": \"The required body parameter is missing from the request.\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400\n}"},{"id":"adc6ded2-be77-4060-b235-13bdd3e4c9b1","name":"Invalid Request Body","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"index.json\",\n    \"type\": \"ROOT\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"detail\": \"Only one of 'content', 'type', or 'name' should be provided.\"\n}"},{"id":"7d011a29-d5b3-4c1f-a434-35927cb5d76c","name":"Empty Request Body","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"detail\": \"The required body parameter is missing from the request.\"\n}"},{"id":"e5a0b7a0-7c38-421b-9cbe-a41bed76875e","name":"File Size Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"SpacecraftId\\\": {\\n    \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n    \\\"type\\\": \\\"string\\\"\\n  },\\n  \\\"Spacecraft\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"id\\\",\\n      \\\"name\\\",\\n      \\\"type\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"id\\\": {\\n        \\\"$ref\\\": \\\"../schemas/spacecrafts.json#/SpacecraftId\\\"\\n      },\\n      \\\"name\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"type\\\": {\\n        \\\"type\\\": \\\"string\\\",\\n        \\\"enum\\\": [\\n          \\\"capsule\\\",\\n          \\\"probe\\\",\\n          \\\"satellite\\\",\\n          \\\"spaceplane\\\",\\n          \\\"station\\\"\\n        ]\\n      },\\n      \\\"description\\\": {\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  },\\n  \\\"Error\\\": {\\n    \\\"type\\\": \\\"object\\\",\\n    \\\"required\\\": [\\n      \\\"message\\\"\\n    ],\\n    \\\"properties\\\": {\\n      \\\"message\\\": {\\n        \\\"description\\\": \\\"A human readable error message\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      }\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"detail\": \"File size exceeded the limit of 10 MB\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400\n}"},{"id":"6872bea7-4c0b-4fb8-93c0-76e80d5933e3","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"f6b16594-1907-4575-8792-648e514134b5","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"a7043c73-82dd-4db9-ae40-1facf565a49f"},{"name":"Delete a spec file","id":"9a20016c-1695-4f6a-aa82-feee2ce6ac6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/specs/:specId/files/:filePath","description":"<p>Deletes a file in an API specification. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The path to the file.</p>\n","type":"text/plain"},"type":"any","value":"","key":"filePath"}]}},"response":[{"id":"41e62859-6b41-4832-8c83-a8d269b1feba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"287e2626-746c-4d95-843b-7caaea169c90","name":"Delete Nested Spec File","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"components/schemas/spacecrafts.json"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"67fc65aa-5dee-4ba4-af4e-0585d45b185c","name":"Malformed Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"The path parameter /filePath is invalid.\"\n}"},{"id":"e9abe737-0aba-4d7a-abd8-a8f894e14def","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"368070e9-340c-46c7-87d3-a213381ddbee","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","files",":filePath"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"filePath","value":"folder/file.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"9a20016c-1695-4f6a-aa82-feee2ce6ac6e"}],"id":"05b234ee-fc6e-466f-827d-30b6c8437ab6","description":"<p>These endpoints enable you to manage your API specification's files.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Multi-file specifications are supported for OpenAPI 3.0 specifications.</p>\n</li>\n<li><p>Files cannot exceed a maximum of 10 MB in size.</p>\n</li>\n</ul>\n","_postman_id":"05b234ee-fc6e-466f-827d-30b6c8437ab6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Collections","item":[{"name":"Generate a collection from spec","id":"6a2bd131-3474-4601-a384-96a3e722ab82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"options\": {\n        \"requestNameSource\": \"Fallback\",\n        \"indentCharacter\": \"Space\",\n        \"folderStrategy\": \"Paths\",\n        \"includeAuthInfoInExample\": true,\n        \"enableOptionalParameters\": true,\n        \"keepImplicitHeaders\": false,\n        \"includeDeprecated\": true,\n        \"alwaysInheritAuthentication\": false,\n        \"nestedFolderHierarchy\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs/:specId/generations/:elementType","description":"<p>Creates a collection from the given OpenAPI 2.0, 3.0, or 3.1 specification. The response contains a polling link to the task status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","generations",":elementType"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The <code>collection</code> element type.</p>\n","type":"text/plain"},"type":"any","value":"","key":"elementType"}]}},"response":[{"id":"b582fdea-5798-4228-ac1c-be64edf1acc7","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"options\": {\n        \"enableOptionalParameters\": true,\n        \"folderStrategy\": \"Tags\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"url\": \"/specs/73e15000-bc7a-4802-b80e-05fff18fd7f8/tasks/66ae9950-0869-4e65-96b0-1e0e47e771af\"\n}"},{"id":"86e35c1b-b3b7-4169-b39a-0f025ee1e905","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"options\": {\n        \"enableOptionalParameters\": true,\n        \"folderStrategy\": \"Tags\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"1bd16a24-459d-459b-8a61-1b9f6403ce7a","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"options\": {\n        \"enableOptionalParameters\": true,\n        \"folderStrategy\": \"Tags\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"},{"id":"afb93acb-8290-4671-b254-29318f6584dd","name":"Generation in Progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"options\": {\n        \"enableOptionalParameters\": true,\n        \"folderStrategy\": \"Tags\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Locked","code":423,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"actionLockedError\",\n    \"title\": \"Collection generation in progress\",\n    \"status\": 423,\n    \"detail\": \"Collection generation is already in progress for the spec.\"\n}"}],"_postman_id":"6a2bd131-3474-4601-a384-96a3e722ab82"},{"name":"Get a spec's generated collections","id":"94eb0311-edf2-4577-b5d0-120861f8f6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs/:specId/generations/:elementType","description":"<p>Gets all of an API specification's generated collections.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","generations",":elementType"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The <code>collection</code> element type.</p>\n","type":"text/plain"},"type":"any","value":"collection","key":"elementType"}]}},"response":[{"id":"8b552332-58f8-47c4-9751-75d907a2d15c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ed\",\n            \"name\": \"Sample API\",\n            \"state\": \"in-sync\",\n            \"createdAt\": \"2025-03-17T11:03:15Z\",\n            \"updatedAt\": \"2025-03-17T12:03:15Z\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"id\": \"876211d4-fff8-439c-bb3f-ffb3c565dd21\",\n            \"name\": \"Sample API\",\n            \"state\": \"out-of-sync\",\n            \"createdAt\": \"2025-03-15T12:37:15Z\",\n            \"updatedAt\": \"2025-03-15T11:37:15Z\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": null\n    }\n}"},{"id":"88ae8ea0-aa36-4e63-9eff-d0ddc0b2cf13","name":"Pagination with Cursor Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType?limit=1&cursor=VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"query":[{"key":"limit","value":"1"},{"key":"cursor","value":"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="}],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ed\",\n            \"name\": \"Sample API\",\n            \"state\": \"in-sync\",\n            \"createdAt\": \"2025-03-17T11:03:15Z\",\n            \"updatedAt\": \"2025-03-17T12:03:15Z\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\"\n    }\n}"},{"id":"ef3bd569-8f1b-47cd-b09a-a1996a8ba00c","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"559ea363-3939-453b-b4c1-a826251e99d0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","generations",":elementType"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"elementType","value":"collection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"94eb0311-edf2-4577-b5d0-120861f8f6a5"},{"name":"Sync collection with spec","id":"bfc1e1f6-621f-494e-96e4-8fa5dd89fd38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/synchronizations?specId=","description":"<p>Syncs a collection generated from an API specification. This is an asynchronous endpoint that returns an HTTP <code>202 Accepted</code> response.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint only supports the OpenAPI 2.0, 3.0, and 3.1 specification types.</p>\n</li>\n<li><p>You can only sync collections generated from the given specification ID.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","synchronizations"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"key":"specId","value":""}],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"}]}},"response":[{"id":"3df02dfc-310c-4e40-a6c2-34fb70bc82da","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/synchronizations?specId=73e15000-bc7a-4802-b80e-05fff18fd7f8","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","synchronizations"],"query":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}],"variable":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"url\": \"/specs/73e15000-bc7a-4802-b80e-05fff18fd7f8/tasks/66ae9950-0869-4e65-96b0-1e0e47e771af\"\n}"},{"id":"bf3d9fa5-b3a8-4806-92dd-8d9629447004","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/synchronizations?specId=73e15000-bc7a-4802-b80e-05fff18fd7f8","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","synchronizations"],"query":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}],"variable":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"020d787f-8ad6-4e91-be43-5d3e49673461","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/synchronizations?specId=73e15000-bc7a-4802-b80e-05fff18fd7f8","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","synchronizations"],"query":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}],"variable":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"bfc1e1f6-621f-494e-96e4-8fa5dd89fd38"}],"id":"f8f8fcff-9d1c-4109-97d7-126451ae26a7","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/design-apis/specifications/generate-collections/\">collections</a> generated from your API specification. Postman automatically creates collections with folders, requests, and response examples based on the specification.</p>\n","_postman_id":"f8f8fcff-9d1c-4109-97d7-126451ae26a7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Generated Specs","item":[{"name":"Generate spec from collection","id":"acacfc67-b756-497e-a87a-384c1293bc69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{specName}}\",\n    \"type\": \"{{specType}}\",\n    \"format\": \"{{formatType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","description":"<p>Generates an API specification for the given collection. The response contains a polling link to the task status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","generations",":elementType"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The <code>spec</code> value.</p>\n","type":"text/plain"},"type":"any","value":"spec","key":"elementType"}]}},"response":[{"id":"dcab16b9-b1b4-4cb7-b971-6e778cff7026","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"format\": \"JSON\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"url\": \"/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2/tasks/66ae9950-0869-4e65-96b0-1e0e47e771af\"\n}"},{"id":"7caef311-6cfc-4be9-8069-8f4e5c182cc4","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"format\": \"JSON\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"36aede75-f4be-462b-be14-f9c4b46f1939","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"format\": \"JSON\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"},{"id":"e55e8e7e-f682-4ad7-b3a5-f34e06d6b1d7","name":"Generation in Progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"format\": \"JSON\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"Locked","code":423,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"actionLockedError\",\n    \"title\": \"Collection generation in progress\",\n    \"status\": 423,\n    \"detail\": \"Collection generation is already in progress for the spec.\"\n}"}],"_postman_id":"acacfc67-b756-497e-a87a-384c1293bc69"},{"name":"Get generated spec","id":"e1d43035-429f-4799-a6f8-6b6f8e114af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","description":"<p>Gets the API specification generated for the given collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections",":collectionUid","generations",":elementType"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionUid"},{"description":{"content":"<p>The <code>spec</code> value.</p>\n","type":"text/plain"},"type":"any","value":"spec","key":"elementType"}]}},"response":[{"id":"77a464b2-6fce-4179-8ab2-0e79c6bc7703","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": null\n    },\n    \"specs\": [\n        {\n            \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ef\",\n            \"name\": \"Sample API\",\n            \"state\": \"in-sync\",\n            \"createdAt\": \"2022-03-29T11:37:15Z\",\n            \"updatedAt\": \"2022-03-29T11:37:15Z\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        }\n    ]\n}"},{"id":"efe74589-a7ec-4d86-bb77-86da16ef0c02","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"f459da81-add2-4424-80ff-7343b8780a80","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/collections/:collectionUid/generations/:elementType","protocol":"https","host":["api","getpostman","com"],"path":["collections",":collectionUid","generations",":elementType"],"variable":[{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"elementType","value":"spec"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"e1d43035-429f-4799-a6f8-6b6f8e114af0"},{"name":"Sync spec with collection","id":"15572102-d583-45dd-9bac-c1a62ce20b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.getpostman.com/specs/:specId/synchronizations?collectionUid=","description":"<p>Syncs an API specification linked to a collection. This is an asynchronous endpoint that returns an HTTP <code>202 Accepted</code> response.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint only supports the OpenAPI 2.0, 3.0, and 3.1 specification types.</p>\n</li>\n<li><p>You can only sync specs generated from the given collection ID.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","synchronizations"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"key":"collectionUid","value":""}],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"62b83ef8-900b-4f63-8338-bd4e9c818807","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/synchronizations?collectionUid=12345678-61867bcc-c4c1-11ed-afa1-0242ac120002","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","synchronizations"],"query":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"url\": \"/specs/73e15000-bc7a-4802-b80e-05fff18fd7f8/tasks/66ae9950-0869-4e65-96b0-1e0e47e771af\"\n}"},{"id":"771e6469-a87f-4a2f-ad6d-163faf771602","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/synchronizations?collectionUid=12345678-61867bcc-c4c1-11ed-afa1-0242ac120002","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","synchronizations"],"query":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"fe24424d-612f-4908-a9d5-e8a50a2aeda2","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/synchronizations?collectionUid=12345678-61867bcc-c4c1-11ed-afa1-0242ac120002","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","synchronizations"],"query":[{"key":"collectionUid","value":"12345678-61867bcc-c4c1-11ed-afa1-0242ac120002"}],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"15572102-d583-45dd-9bac-c1a62ce20b93"}],"id":"fb1f82be-ebc5-4b70-847f-5612b5082717","description":"<p>These endpoints enable you to manage your generated API specifications.</p>\n","_postman_id":"fb1f82be-ebc5-4b70-847f-5612b5082717","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Create a spec","id":"fa5d9312-68fa-49f8-8947-63353853567e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{specName}}\",\n    \"type\": \"{{specType}}\",\n    \"files\": [\n        {\n            \"path\": \"{{filePath}}\",\n            \"content\": \"{{content}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs?workspaceId=","description":"<p>Creates an API specification in Postman's <a href=\"https://learning.postman.com/docs/design-apis/specifications/overview/\">Spec Hub</a>. Specifications can be single or multi-file.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Postman supports OpenAPI 2.0, OpenAPI 3.0, OpenAPI 3.1, AsyncAPI 2.0, protobuf 2 and 3, and GraphQL specifications.</p>\n</li>\n<li><p>If the file path contains a <code>/</code> (forward slash) character, then a folder is created. For example, if the path is the <code>components/schemas.json</code> value, then a <code>components</code> folder is created with the <code>schemas.json</code> file inside.</p>\n</li>\n<li><p>Multi-file specifications can only have one root file.</p>\n</li>\n<li><p>Files cannot exceed a maximum of 10 MB in size.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"key":"workspaceId","value":""}],"variable":[]}},"response":[{"id":"d83f4fa9-1932-4af5-9dd8-743c7900bbb2","name":"Create JSON Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"6e5f003c-7511-474d-b2c0-898a4dfd20a1","name":"Create YAML Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.yaml\",\n            \"content\": \"openapi: \\\"3.0.0\\\"\\ninfo:\\n  version: \\\"1.0.0\\\"\\n  title: \\\"Sample API\\\"\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        \\\"200\\\":\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Spacecraft\\\"\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - name\\n        - type\\n      properties:\\n        id:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\\n\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"a8bb7d39-4fb0-4cf5-867f-7edcfa1c3773","name":"Create Async JSON Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Streetlights API\",\n    \"type\": \"ASYNCAPI:2.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n    \\\"asyncapi\\\": \\\"2.5.0\\\",\\n    \\\"info\\\": {\\n        \\\"title\\\": \\\"Streetlights API\\\",\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"description\\\": \\\"The Smartylighting Streetlights API allows you\\\\nto remotely manage the city lights.\\\\n\\\",\\n        \\\"license\\\": {\\n            \\\"name\\\": \\\"Apache 2.0\\\",\\n            \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0\\\"\\n        },\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Streetlights API Developers\\\",\\n            \\\"url\\\": \\\"https://example.com/contact\\\",\\n            \\\"email\\\": \\\"contact@example.com\\\"\\n        },\\n        \\\"termsOfService\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0\\\"\\n    },\\n    \\\"servers\\\": {\\n        \\\"mosquitto\\\": {\\n            \\\"url\\\": \\\"mqtt://test.mosquitto.org\\\",\\n            \\\"protocol\\\": \\\"mqtt\\\"\\n        }\\n    },\\n    \\\"channels\\\": {\\n        \\\"light/measured\\\": {\\n            \\\"publish\\\": {\\n                \\\"summary\\\": \\\"Inform about environmental lighting conditions for a particular streetlight\\\",\\n                \\\"operationId\\\": \\\"onLightMeasured\\\",\\n                \\\"message\\\": {\\n                    \\\"name\\\": \\\"LightMeasured\\\",\\n                    \\\"payload\\\": {\\n                        \\\"$ref\\\": \\\"#/components/schemas/LightMeasuredPayloadSchema\\\"\\n                    },\\n                    \\\"examples\\\": [\\n                        {\\n                            \\\"payload\\\": {\\n                                \\\"id\\\": 1,\\n                                \\\"lumens\\\": 1,\\n                                \\\"sentAt\\\": \\\"2023-09-01T18:00:00.000Z\\\"\\n                            }\\n                        }\\n                    ]\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"schemas\\\": {\\n            \\\"LightMeasuredPayloadSchema\\\": {\\n                \\\"type\\\": \\\"object\\\",\\n                \\\"description\\\": \\\"Payload for LightMeasured API\\\",\\n                \\\"required\\\": [\\n                    \\\"id\\\",\\n                    \\\"lumens\\\",\\n                    \\\"sentAt\\\"\\n                ],\\n                \\\"properties\\\": {\\n                    \\\"id\\\": {\\n                        \\\"type\\\": \\\"integer\\\",\\n                        \\\"minimum\\\": 0,\\n                        \\\"description\\\": \\\"Id of the streetlight\\\"\\n                    },\\n                    \\\"lumens\\\": {\\n                        \\\"type\\\": \\\"integer\\\",\\n                        \\\"minimum\\\": 0,\\n                        \\\"description\\\": \\\"Light intensity measured in lumens\\\"\\n                    },\\n                    \\\"sentAt\\\": {\\n                        \\\"type\\\": \\\"string\\\",\\n                        \\\"format\\\": \\\"date-time\\\",\\n                        \\\"description\\\": \\\"Date and time when the message was sent\\\",\\n                        \\\"minLength\\\": 20,\\n                        \\\"maxLength\\\": 29\\n                    }\\n                }\\n            }\\n        }\\n    }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"ASYNCAPI:2.0\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"d56141d1-f5a9-4341-86c3-dd6cde8dcb83","name":"Create Async YAML Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Streetlights API\",\n    \"type\": \"ASYNCAPI:2.0\",\n    \"files\": [\n        {\n            \"path\": \"index.yaml\",\n            \"content\": \"asyncapi: '2.5.0'\\ninfo:\\n  title: Streetlights API\\n  version: '1.0.0'\\n  description: |\\n    The Smartylighting Streetlights API allows you\\n    to remotely manage the city lights.\\n  license:\\n    name: Apache 2.0\\n    url: 'https://www.apache.org/licenses/LICENSE-2.0'\\n  contact:\\n    name: Streetlights API Developers\\n    url: https://example.com/contact\\n    email: contact@example.com\\n  termsOfService: https://www.apache.org/licenses/LICENSE-2.0\\nservers:\\n  mosquitto:\\n    url: mqtt://test.mosquitto.org\\n    protocol: mqtt\\nchannels:\\n  light/measured:\\n    publish:\\n      summary: Inform about environmental lighting conditions for a particular streetlight\\n      operationId: onLightMeasured\\n      message:\\n        name: LightMeasured\\n        payload:\\n          $ref: '#/components/schemas/LightMeasuredPayloadSchema'\\n        examples:\\n          - payload:\\n              id: 1\\n              lumens: 1\\n              sentAt: 2023-09-01T18:00:00Z\\ncomponents:\\n  schemas:\\n    LightMeasuredPayloadSchema:\\n      type: object\\n      description: Payload for LightMeasured API\\n      required:\\n        - id\\n        - lumens\\n        - sentAt\\n      properties:\\n        id:\\n          type: integer\\n          minimum: 0\\n          description: Id of the streetlight\\n        lumens:\\n          type: integer\\n          minimum: 0\\n          description: Light intensity measured in lumens\\n        sentAt:\\n          type: string\\n          format: date-time\\n          description: Date and time when the message was sent\\n          minLength: 20\\n          maxLength: 29\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"ASYNCAPI:2.0\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"00bdb6af-9dea-4e30-88a9-b9b43bbac1b0","name":"Create GraphQL Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"GRAPHQL\",\n    \"files\": [\n        {\n            \"path\": \"index.graphql\",\n            \"content\": \"schema {\\n  query: Query\\n  mutation: Mutation\\n}\\n\\ntype User {\\n  id: String!\\n  name: String\\n}\\n\\ntype Query {\\n  user(id: String): User\\n}\\n\\ntype Mutation {\\n  addUser(name: String!): User!\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"GRAPHQL\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"ff6e4608-05cd-44eb-9e9c-82f199e94fd0","name":"Create Protobuf 2 Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"PROTOBUF:2\",\n    \"files\": [\n        {\n            \"path\": \"index.proto\",\n            \"content\": \"syntax = \\\"proto2\\\";\\n\\npackage com.addressBook;\\n\\nmessage Person {\\n  required string name = 1;\\n  required int32 id = 2;\\n  optional string email = 3;\\n}\\n\\nmessage AddressBook {\\n  repeated Person people = 1;\\n}\\n\\nmessage AddressBookById {\\n  required int32 id = 1;\\n}\\n\\nmessage AddressBookByName {\\n  required string name = 1;\\n}\\n\\nservice AddressBookService {\\n  rpc CreateAddressBook (AddressBook) returns (AddressBook) {}\\n  rpc GetAddressBook (AddressBookById) returns (AddressBook) {}\\n  rpc ListAddressBook (AddressBookByName) returns (stream AddressBook) {}\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"PROTOBUF:2\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"c816af1e-bbd2-4f73-99a7-a339f12fee2c","name":"Create Protobuf 3 Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"PROTOBUF:3\",\n    \"files\": [\n        {\n            \"path\": \"index.proto\",\n            \"content\": \"syntax = \\\"proto3\\\";\\n\\npackage com.book;\\n\\nmessage Book {\\n  int64 isbn = 1;\\n  string title = 2;\\n  string author = 3;\\n}\\n\\nmessage GetBookRequest {\\n  int64 isbn = 1;\\n}\\n\\nmessage GetBookViaAuthor {\\n  string author = 1;\\n}\\n\\nservice BookService {\\n  rpc GetBook (GetBookRequest) returns (Book) {}\\n  rpc GetBooksViaAuthor (GetBookViaAuthor) returns (stream Book) {}\\n  rpc GetGreatestBook (stream GetBookRequest) returns (Book) {}\\n  rpc GetBooks (stream GetBookRequest) returns (stream Book) {}\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"PROTOBUF:3\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"f6dbf622-55c2-4497-a4f8-2a323a8400e5","name":"Create Multi-File Spec","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"type\": \"ROOT\",\n            \"content\": \"{\\n    \\\"openapi\\\": \\\"3.0.0\\\",\\n    \\\"servers\\\": [\\n        {\\n            \\\"url\\\": \\\"example.com\\\"\\n        }\\n    ],\\n    \\\"info\\\": {\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Jon\\\"\\n        },\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"title\\\": \\\"Sample API\\\",\\n        \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n    },\\n    \\\"paths\\\": {\\n        \\\"/spacecrafts/{spacecraftId}\\\": {\\n            \\\"parameters\\\": [\\n                {\\n                    \\\"name\\\": \\\"spacecraftId\\\",\\n                    \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n                    \\\"in\\\": \\\"path\\\",\\n                    \\\"required\\\": true,\\n                    \\\"schema\\\": {\\n                        \\\"$ref\\\": \\\"schemas.json#/SpacecraftId\\\"\\n                    }\\n                }\\n            ],\\n            \\\"get\\\": {\\n                \\\"summary\\\": \\\"Read a spacecraft\\\",\\n                \\\"description\\\": \\\"Get information about a spacecraft.\\\",\\n                \\\"operationId\\\": \\\"getSpacecraft\\\",\\n                \\\"tags\\\": [\\n                    \\\"Spacecrafts\\\"\\n                ],\\n                \\\"responses\\\": {\\n                    \\\"200\\\": {\\n                        \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Spacecraft\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"404\\\": {\\n                        \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"500\\\": {\\n                        \\\"description\\\": \\\"Unexpected error\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"securitySchemes\\\": {\\n            \\\"ApiKey\\\": {\\n                \\\"type\\\": \\\"apiKey\\\",\\n                \\\"in\\\": \\\"header\\\",\\n                \\\"name\\\": \\\"x-api-key\\\"\\n            }\\n        }\\n    },\\n    \\\"tags\\\": [\\n        {\\n            \\\"name\\\": \\\"Spacecrafts\\\"\\n        }\\n    ],\\n    \\\"security\\\": [\\n        {\\n            \\\"ApiKey\\\": []\\n        }\\n    ]\\n}\"\n        },\n        {\n            \"path\": \"schemas.json\",\n            \"type\": \"DEFAULT\",\n            \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\",\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678\n}"},{"id":"3b7107f8-1cf5-48ea-8d3b-eec66b77ed56","name":"Invalid type Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"openapi3\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"InvalidParamsError\",\n    \"title\": \"Required parameter is invalid\",\n    \"status\": 400,\n    \"detail\": \"Required property `type` is invalid. Should be one of: OPENAPI:3.0, ASYNCAPI:2.0\"\n}"},{"id":"44c9f6f0-b110-43fb-99f5-7f1c5797732d","name":"Missing name Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n    \\\"openapi\\\": \\\"3.0.0\\\",\\n    \\\"servers\\\": [\\n        {\\n            \\\"url\\\": \\\"example.com\\\"\\n        }\\n    ],\\n    \\\"info\\\": {\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Jon\\\"\\n        },\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"title\\\": \\\"Sample API\\\",\\n        \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n    },\\n    \\\"paths\\\": {\\n        \\\"/spacecrafts/{spacecraftId}\\\": {\\n            \\\"parameters\\\": [\\n                {\\n                    \\\"name\\\": \\\"spacecraftId\\\",\\n                    \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n                    \\\"in\\\": \\\"path\\\",\\n                    \\\"required\\\": true,\\n                    \\\"schema\\\": {\\n                        \\\"$ref\\\": \\\"schemas.json#/SpacecraftId\\\"\\n                    }\\n                }\\n            ],\\n            \\\"get\\\": {\\n                \\\"summary\\\": \\\"Read a spacecraft\\\",\\n                \\\"description\\\": \\\"Get information about a spacecraft.\\\",\\n                \\\"operationId\\\": \\\"getSpacecraft\\\",\\n                \\\"tags\\\": [\\n                    \\\"Spacecrafts\\\"\\n                ],\\n                \\\"responses\\\": {\\n                    \\\"200\\\": {\\n                        \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Spacecraft\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"404\\\": {\\n                        \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"500\\\": {\\n                        \\\"description\\\": \\\"Unexpected error\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"securitySchemes\\\": {\\n            \\\"ApiKey\\\": {\\n                \\\"type\\\": \\\"apiKey\\\",\\n                \\\"in\\\": \\\"header\\\",\\n                \\\"name\\\": \\\"x-api-key\\\"\\n            }\\n        }\\n    },\\n    \\\"tags\\\": [\\n        {\\n            \\\"name\\\": \\\"Spacecrafts\\\"\\n        }\\n    ],\\n    \\\"security\\\": [\\n        {\\n            \\\"ApiKey\\\": []\\n        }\\n    ]\\n}\"\n        },\n        {\n            \"path\": \"schemas.json\",\n            \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Required property `name` is missing from the request.\"\n}"},{"id":"d39a9d9d-163c-4075-ad9e-c3526c7a842d","name":"Missing files Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Required body parameter files is missing\"\n}"},{"id":"988d1698-b112-4863-9a5b-a3d767ac3b86","name":"Missing content Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid request body\",\n    \"status\": 400,\n    \"detail\": \"The body parameter content is missing from the request.\"\n}"},{"id":"e4f5b588-00ca-4ee0-8e1b-96f50d42e304","name":"Multiple ROOT Files","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"type\": \"ROOT\",\n            \"content\": \"{\\n    \\\"openapi\\\": \\\"3.0.0\\\",\\n    \\\"servers\\\": [\\n        {\\n            \\\"url\\\": \\\"example.com\\\"\\n        }\\n    ],\\n    \\\"info\\\": {\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Jon\\\"\\n        },\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"title\\\": \\\"Sample API\\\",\\n        \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n    },\\n    \\\"paths\\\": {\\n        \\\"/spacecrafts/{spacecraftId}\\\": {\\n            \\\"parameters\\\": [\\n                {\\n                    \\\"name\\\": \\\"spacecraftId\\\",\\n                    \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n                    \\\"in\\\": \\\"path\\\",\\n                    \\\"required\\\": true,\\n                    \\\"schema\\\": {\\n                        \\\"$ref\\\": \\\"schemas.json#/SpacecraftId\\\"\\n                    }\\n                }\\n            ],\\n            \\\"get\\\": {\\n                \\\"summary\\\": \\\"Read a spacecraft\\\",\\n                \\\"description\\\": \\\"Get information about a spacecraft.\\\",\\n                \\\"operationId\\\": \\\"getSpacecraft\\\",\\n                \\\"tags\\\": [\\n                    \\\"Spacecrafts\\\"\\n                ],\\n                \\\"responses\\\": {\\n                    \\\"200\\\": {\\n                        \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Spacecraft\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"404\\\": {\\n                        \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"500\\\": {\\n                        \\\"description\\\": \\\"Unexpected error\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"securitySchemes\\\": {\\n            \\\"ApiKey\\\": {\\n                \\\"type\\\": \\\"apiKey\\\",\\n                \\\"in\\\": \\\"header\\\",\\n                \\\"name\\\": \\\"x-api-key\\\"\\n            }\\n        }\\n    },\\n    \\\"tags\\\": [\\n        {\\n            \\\"name\\\": \\\"Spacecrafts\\\"\\n        }\\n    ],\\n    \\\"security\\\": [\\n        {\\n            \\\"ApiKey\\\": []\\n        }\\n    ]\\n}\"\n        },\n        {\n            \"path\": \"schemas.json\",\n            \"type\": \"ROOT\",\n            \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Malformed request\",\n    \"detail\": \"Only one file can have type ROOT\"\n}"},{"id":"55c00590-2f9b-4546-8f4c-fddedb1334b3","name":"Missing ROOT File","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n    \\\"openapi\\\": \\\"3.0.0\\\",\\n    \\\"servers\\\": [\\n        {\\n            \\\"url\\\": \\\"example.com\\\"\\n        }\\n    ],\\n    \\\"info\\\": {\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Jon\\\"\\n        },\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"title\\\": \\\"Sample API\\\",\\n        \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n    },\\n    \\\"paths\\\": {\\n        \\\"/spacecrafts/{spacecraftId}\\\": {\\n            \\\"parameters\\\": [\\n                {\\n                    \\\"name\\\": \\\"spacecraftId\\\",\\n                    \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n                    \\\"in\\\": \\\"path\\\",\\n                    \\\"required\\\": true,\\n                    \\\"schema\\\": {\\n                        \\\"$ref\\\": \\\"schemas.json#/SpacecraftId\\\"\\n                    }\\n                }\\n            ],\\n            \\\"get\\\": {\\n                \\\"summary\\\": \\\"Read a spacecraft\\\",\\n                \\\"description\\\": \\\"Get information about a spacecraft.\\\",\\n                \\\"operationId\\\": \\\"getSpacecraft\\\",\\n                \\\"tags\\\": [\\n                    \\\"Spacecrafts\\\"\\n                ],\\n                \\\"responses\\\": {\\n                    \\\"200\\\": {\\n                        \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Spacecraft\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"404\\\": {\\n                        \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"500\\\": {\\n                        \\\"description\\\": \\\"Unexpected error\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"securitySchemes\\\": {\\n            \\\"ApiKey\\\": {\\n                \\\"type\\\": \\\"apiKey\\\",\\n                \\\"in\\\": \\\"header\\\",\\n                \\\"name\\\": \\\"x-api-key\\\"\\n            }\\n        }\\n    },\\n    \\\"tags\\\": [\\n        {\\n            \\\"name\\\": \\\"Spacecrafts\\\"\\n        }\\n    ],\\n    \\\"security\\\": [\\n        {\\n            \\\"ApiKey\\\": []\\n        }\\n    ]\\n}\"\n        },\n        {\n            \"path\": \"schemas.json\",\n            \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"detail\": \"At least one file must have type ROOT\",\n    \"title\": \"Malformed request\",\n    \"type\": \"https://api.postman.com/problems/bad-request\"\n}"},{"id":"d42b0270-57a3-4145-8849-3cbdd7e39861","name":"File Size Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"type\": \"ROOT\",\n            \"content\": \"{\\n    \\\"openapi\\\": \\\"3.0.0\\\",\\n    \\\"servers\\\": [\\n        {\\n            \\\"url\\\": \\\"example.com\\\"\\n        }\\n    ],\\n    \\\"info\\\": {\\n        \\\"contact\\\": {\\n            \\\"name\\\": \\\"Jon\\\"\\n        },\\n        \\\"version\\\": \\\"1.0.0\\\",\\n        \\\"title\\\": \\\"Sample API\\\",\\n        \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n    },\\n    \\\"paths\\\": {\\n        \\\"/spacecrafts/{spacecraftId}\\\": {\\n            \\\"parameters\\\": [\\n                {\\n                    \\\"name\\\": \\\"spacecraftId\\\",\\n                    \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n                    \\\"in\\\": \\\"path\\\",\\n                    \\\"required\\\": true,\\n                    \\\"schema\\\": {\\n                        \\\"$ref\\\": \\\"schemas.json#/SpacecraftId\\\"\\n                    }\\n                }\\n            ],\\n            \\\"get\\\": {\\n                \\\"summary\\\": \\\"Read a spacecraft\\\",\\n                \\\"description\\\": \\\"Get information about a spacecraft.\\\",\\n                \\\"operationId\\\": \\\"getSpacecraft\\\",\\n                \\\"tags\\\": [\\n                    \\\"Spacecrafts\\\"\\n                ],\\n                \\\"responses\\\": {\\n                    \\\"200\\\": {\\n                        \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Spacecraft\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"404\\\": {\\n                        \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    },\\n                    \\\"500\\\": {\\n                        \\\"description\\\": \\\"Unexpected error\\\",\\n                        \\\"content\\\": {\\n                            \\\"application/json\\\": {\\n                                \\\"schema\\\": {\\n                                    \\\"$ref\\\": \\\"schemas.json#/Error\\\"\\n                                }\\n                            }\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n    },\\n    \\\"components\\\": {\\n        \\\"securitySchemes\\\": {\\n            \\\"ApiKey\\\": {\\n                \\\"type\\\": \\\"apiKey\\\",\\n                \\\"in\\\": \\\"header\\\",\\n                \\\"name\\\": \\\"x-api-key\\\"\\n            }\\n        }\\n    },\\n    \\\"tags\\\": [\\n        {\\n            \\\"name\\\": \\\"Spacecrafts\\\"\\n        }\\n    ],\\n    \\\"security\\\": [\\n        {\\n            \\\"ApiKey\\\": []\\n        }\\n    ]\\n}\"\n        },\n        {\n            \"path\": \"schemas.json\",\n            \"type\": \"ROOT\",\n            \"content\": \"{\\n    \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"id\\\",\\n            \\\"name\\\",\\n            \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"id\\\": {\\n                \\\"$ref\\\": \\\"#/SpacecraftId\\\"\\n            },\\n            \\\"name\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            },\\n            \\\"type\\\": {\\n                \\\"type\\\": \\\"string\\\",\\n                \\\"enum\\\": [\\n                    \\\"capsule\\\",\\n                    \\\"probe\\\",\\n                    \\\"satellite\\\",\\n                    \\\"spaceplane\\\",\\n                    \\\"station\\\"\\n                ]\\n            },\\n            \\\"description\\\": {\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    },\\n    \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n            \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n            \\\"message\\\": {\\n                \\\"description\\\": \\\"A human readable error message\\\",\\n                \\\"type\\\": \\\"string\\\"\\n            }\\n        }\\n    }\\n}\"            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Malformed request\",\n    \"detail\": \"File size exceeded the limit of 10 MB\",\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400\n}"},{"id":"217739f9-defc-4b6a-9db3-ad74f65d0502","name":"Workspace Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"We could not find the workspace you are looking for.\"\n}"},{"id":"212bc20b-d4ff-48b0-b475-6fd4b872f7aa","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"}],"_postman_id":"fa5d9312-68fa-49f8-8947-63353853567e"},{"name":"Get a spec","id":"46d8e080-4edd-476d-a9c9-54de5a0fe55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs/:specId","description":"<p>Gets information about an API specification.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"f0181819-8160-4f66-868d-da602e1f167d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n    \"name\": \"Sample API\",\n    \"type\": \"OPENAPI:3.0\",\n    \"fileFormat\": \"yaml\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\"\n}"},{"id":"5f61170e-8a7d-420e-9ed3-754d53373f60","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"c055af84-a708-46e0-8721-6be83f237704","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8","description":"The spec's ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"46d8e080-4edd-476d-a9c9-54de5a0fe55d"},{"name":"Get all specs","id":"3a0699d7-7454-42d2-b843-aeb5b88685eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs?workspaceId=","description":"<p>Gets all API specifications in a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"key":"workspaceId","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"675a03ff-34a4-40c4-8dcb-ec71f2a53169","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"specs\": [\n        {\n            \"type\": \"OPENAPI:3.0\",\n            \"createdAt\": \"2026-02-06T16:23:48.000Z\",\n            \"name\": \"OpenAPI 3.0 (Files)\",\n            \"updatedAt\": \"2026-02-06T16:24:51.000Z\",\n            \"id\": \"4e032b57-1fd6-41d7-882a-de5ac2107671\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"OPENAPI:3.0\",\n            \"createdAt\": \"2026-02-06T16:23:21.000Z\",\n            \"name\": \"OpenAPI 3.0\",\n            \"updatedAt\": \"2026-02-06T16:23:25.000Z\",\n            \"id\": \"c693c62f-f9dc-4f9d-ae9d-70ef7ee5dc13\",\n            \"createdBy\": 87654321,\n            \"updatedBy\": 87654321\n        },\n        {\n            \"type\": \"OPENAPI:2.0\",\n            \"createdAt\": \"2026-02-06T16:23:08.000Z\",\n            \"name\": \"OpenAPI 2.0\",\n            \"updatedAt\": \"2026-02-06T16:23:14.000Z\",\n            \"id\": \"c35e472d-9d08-42c2-bf29-bb57d10ead31\",\n            \"createdBy\": 56781234,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"OPENAPI:3.1\",\n            \"createdAt\": \"2026-02-06T16:21:33.000Z\",\n            \"name\": \"OpenAPI 3.1\",\n            \"updatedAt\": \"2026-02-06T16:22:13.000Z\",\n            \"id\": \"05bcee59-b7b6-4d2b-9910-3a3291948fce\",\n            \"createdBy\": 87654321,\n            \"updatedBy\": 56781234\n        },\n        {\n            \"type\": \"ASYNCAPI:2.0\",\n            \"createdAt\": \"2026-02-06T16:20:40.000Z\",\n            \"name\": \"Async API YAML\",\n            \"updatedAt\": \"2026-02-06T16:20:46.000Z\",\n            \"id\": \"c74e92cd-924d-4cca-b2c2-dc6fdd6da700\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"PROTOBUF:2\",\n            \"createdAt\": \"2026-02-06T15:46:08.000Z\",\n            \"name\": \"Protobuf 2 (Files)\",\n            \"updatedAt\": \"2026-02-06T15:46:15.000Z\",\n            \"id\": \"a3c06b93-e6f2-466c-8197-340a2f8e2063\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"PROTOBUF:3\",\n            \"createdAt\": \"2026-02-06T15:45:49.000Z\",\n            \"name\": \"Protobuf 3\",\n            \"updatedAt\": \"2026-02-06T15:45:53.000Z\",\n            \"id\": \"8ea532f9-cb6e-4306-b50d-3771c0926e31\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"PROTOBUF:2\",\n            \"createdAt\": \"2026-02-06T15:45:43.000Z\",\n            \"name\": \"Protobuf 2\",\n            \"updatedAt\": \"2026-02-06T15:45:46.000Z\",\n            \"id\": \"2448ebdb-59c5-4287-80b3-78ef77234275\",\n            \"createdBy\": 87654321,\n            \"updatedBy\": 87654321\n        },\n        {\n            \"type\": \"GRAPHQL\",\n            \"createdAt\": \"2026-02-06T15:45:34.000Z\",\n            \"name\": \"GraphQL\",\n            \"updatedAt\": \"2026-02-06T15:45:39.000Z\",\n            \"id\": \"6184347c-8382-41cb-a3d2-af44336a69bb\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        },\n        {\n            \"type\": \"ASYNCAPI:2.0\",\n            \"createdAt\": \"2025-11-03T14:26:56.000Z\",\n            \"name\": \"Async API JSON\",\n            \"updatedAt\": \"2026-02-06T16:19:46.000Z\",\n            \"id\": \"482f7385-d937-4e0f-9e1f-bd812acc41fd\",\n            \"createdBy\": 12345678,\n            \"updatedBy\": 12345678\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\"\n    }\n}"},{"id":"5312c5a8-05b2-4213-8bec-b0eb3c4a06db","name":"Pagination with Cursor Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)&cursor=VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"},{"key":"cursor","value":"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\"\n    },\n    \"specs\": [\n        {\n            \"updatedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"name\": \"Sample API\",\n            \"type\": \"OPENAPI:3.0\",\n            \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n            \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n            \"fileFormat\": \"json\",\n            \"updatedAt\": \"2025-03-15T13:48:28.000Z\"\n        },\n        {\n            \"updatedBy\": 87654321,\n            \"createdBy\": 87654321,\n            \"name\": \"Test API\",\n            \"type\": \"OPENAPI:3.0\",\n            \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n            \"id\": \"fec65321-5f55-4feb-8525-be95bccae8dd\",\n            \"fileFormat\": \"yaml\",\n            \"updatedAt\": \"2025-03-15T13:48:28.000Z\"\n        }\n    ]\n}"},{"id":"9c39cc23-792d-4550-8306-8a8446811cbe","name":"Workspace Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"We could not find the workspace you are looking for.\"\n}"},{"id":"7e1815f9-1c68-4f06-9ce0-9e64761f7b42","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)","protocol":"https","host":["api","getpostman","com"],"path":["specs"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"}],"_postman_id":"3a0699d7-7454-42d2-b843-aeb5b88685eb"},{"name":"Get a spec's definition","id":"754ca252-eb2c-4806-b4c3-f22636d45fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/specs/:specId/definitions","description":"<p>Gets the complete contents of an API specification's definition.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","definitions"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"695804fd-5184-4fe2-9f10-1628eaf08913","name":"Successful JSON Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/definition","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","definition"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"openapi\": \"3.0.0\",\n    \"servers\": [\n        {\n            \"url\": \"example.com\"\n        }\n    ],\n    \"info\": {\n        \"contact\": {\n            \"name\": \"Jon\"\n        },\n        \"version\": \"1.0.0\",\n        \"title\": \"Sample API\",\n        \"description\": \"Buy or rent spacecrafts\"\n    },\n    \"paths\": {\n        \"/spacecrafts/{spacecraftId}\": {\n            \"parameters\": [\n                {\n                    \"name\": \"spacecraftId\",\n                    \"description\": \"The unique identifier of the spacecraft\",\n                    \"in\": \"path\",\n                    \"required\": true,\n                    \"schema\": {\n                        \"description\": \"The unique identifier of a spacecraft\",\n                        \"type\": \"string\"\n                    }\n                }\n            ],\n            \"get\": {\n                \"summary\": \"Read a spacecraft\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"The spacecraft corresponding to the provided `spacecraftId`\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"object\",\n                                    \"required\": [\n                                        \"id\",\n                                        \"name\",\n                                        \"type\"\n                                    ],\n                                    \"properties\": {\n                                        \"id\": {\n                                            \"description\": \"The unique identifier of a spacecraft\",\n                                            \"type\": \"string\"\n                                        },\n                                        \"name\": {\n                                            \"type\": \"string\"\n                                        },\n                                        \"type\": {\n                                            \"type\": \"string\",\n                                            \"enum\": [\n                                                \"capsule\",\n                                                \"probe\",\n                                                \"satellite\",\n                                                \"spaceplane\",\n                                                \"station\"\n                                            ]\n                                        },\n                                        \"description\": {\n                                            \"type\": \"string\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"404\": {\n                        \"description\": \"No spacecraft found for the provided `spacecraftId`\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"object\",\n                                    \"required\": [\n                                        \"message\"\n                                    ],\n                                    \"properties\": {\n                                        \"message\": {\n                                            \"description\": \"A human readable error message\",\n                                            \"type\": \"string\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"500\": {\n                        \"description\": \"Unexpected error\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"object\",\n                                    \"required\": [\n                                        \"message\"\n                                    ],\n                                    \"properties\": {\n                                        \"message\": {\n                                            \"description\": \"A human readable error message\",\n                                            \"type\": \"string\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"components\": {\n        \"securitySchemes\": {\n            \"ApiKey\": {\n                \"type\": \"apiKey\",\n                \"in\": \"header\",\n                \"name\": \"X-Api-Key\"\n            }\n        }\n    },\n    \"security\": [\n        {\n            \"ApiKey\": []\n        }\n    ]\n}"},{"id":"9f9f5e44-b537-4fd0-8724-fe402b938791","name":"Successful YAML Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/definition","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","definition"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/yaml","description":""}],"cookie":[],"responseTime":null,"body":"openapi: \"3.0.0\"\nservers:\n    - url: example.com\ninfo:\n    contact:\n        name: Jon\n    version: \"1.0.0\"\n    title: \"Sample API\"\n    description: Buy or rent spacecrafts\n\npaths:\n    /spacecrafts/{spacecraftId}:\n        parameters:\n            - name: spacecraftId\n              description: The unique identifier of the spacecraft\n              in: path\n              required: true\n              schema:\n                description: The unique identifier of a spacecraft\n                type: string\n        get:\n            summary: Read a spacecraft\n            responses:\n                \"200\":\n                    description: The spacecraft corresponding to the provided `spacecraftId`\n                    content:\n                        application/json:\n                            schema:\n                                type: object\n                                required:\n                                    - id\n                                    - name\n                                    - type\n                                properties:\n                                    id:\n                                        description: The unique identifier of a spacecraft\n                                        type: string\n                                    name:\n                                        type: string\n                                    type:\n                                        type: string\n                                        enum:\n                                            - capsule\n                                            - probe\n                                            - satellite\n                                            - spaceplane\n                                            - station\n                                    description:\n                                        type: string\n                \"404\":\n                    description: No spacecraft found for the provided `spacecraftId`\n                    content:\n                        application/json:\n                            schema:\n                                type: object\n                                required:\n                                    - message\n                                properties:\n                                    message:\n                                        description: A human readable error message\n                                        type: string\n                \"500\":\n                    description: Unexpected error\n                    content:\n                        application/json:\n                            schema:\n                                type: object\n                                required:\n                                    - message\n                                properties:\n                                    message:\n                                        description: A human readable error message\n                                        type: string\ncomponents:\n    securitySchemes:\n        ApiKey:\n            type: apiKey\n            in: header\n            name: X-Api-Key\nsecurity:\n    - ApiKey: []"},{"id":"5498d585-6101-4c2d-8e2a-a32c99a2cc47","name":"Malformed Specification","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/definition","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","definition"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"MalformedSpecification\",\n    \"title\": \"Malformed Specification.\",\n    \"status\": 400,\n    \"detail\": \"The spec you are trying to fetch has errors, the definition for the same can't be generated\"\n}"},{"id":"a57550e3-b0ae-47c9-9130-9a6630de5da9","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/definition","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","definition"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"36aec8e0-8470-4af4-bd3f-048c9a5414b7","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId/definition","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","definition"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"754ca252-eb2c-4806-b4c3-f22636d45fcd"},{"name":"Delete a spec","id":"6a72b785-b551-4e8f-9013-a5c8a69f8c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/specs/:specId","description":"<p>Deletes an API specification. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"ee4add83-1ec9-4b3c-b2fe-c56ebe25071e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f142ac84-36c0-49c9-8c65-c67f62d0ce50","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"37de4289-0e43-40af-835c-0f430ce33cd2","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"6a72b785-b551-4e8f-9013-a5c8a69f8c31"},{"name":"Update a spec's properties","id":"855aeaad-398c-4e5a-8d48-f7b02386ab65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{specName}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs/:specId","description":"<p>Updates an API specification's properties, such as its name.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"}]}},"response":[{"id":"d7b3f7cb-d5bb-4c5a-9d6b-61b9eefc7992","name":"Rename Spec","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample API\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\",\n    \"type\": \"OPENAPI:3.0\",\n    \"createdBy\": 12345678,\n    \"updatedBy\": 12345678,\n    \"createdAt\": \"2025-03-15T13:48:28.000Z\",\n    \"updatedAt\": \"2025-03-15T13:48:28.000Z\",\n    \"name\": \"Sample API\"\n}"},{"id":"1ab99df7-5a67-43bf-8c1a-197861225e74","name":"Missing name Property","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"Required property `name` is missing from the request.\"\n}"},{"id":"89b35fe9-9d33-4961-9559-14479108e934","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"0afa07aa-9e4a-490e-8fdd-28bfba83ab87","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.getpostman.com/specs/:specId","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"855aeaad-398c-4e5a-8d48-f7b02386ab65"},{"name":"Update spec sync options","id":"7517ac75-dd8a-47ff-bff2-59b032a48c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","description":"<p>Updates the <a href=\"https://learning.postman.com/docs/design-apis/specifications/generate-collections/#configure-sync-settings\">sync options</a> for a specification's generated collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["specs",":specId","collections",":collectionId","sync-options"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The spec's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"specId"},{"description":{"content":"<p>The collection's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[{"id":"7c5cbd77-be98-4471-b4c8-6204b4b4e681","name":"Successful Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","collections",":collectionId","sync-options"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}"},{"id":"e22cbea5-ba3d-461a-b9bf-1d28e6e533bd","name":"Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"syncExamples\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","collections",":collectionId","sync-options"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Malformed request\",\n    \"status\": 400,\n    \"detail\": \"syncOptions should be there in the request body.\"\n}"},{"id":"ea88c5bc-b307-4f7d-b6b7-2ad3a4f5abdc","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","collections",":collectionId","sync-options"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401,\n    \"detail\": \"Unauthorized\",\n    \"instance\": \"/specifications/73e15000-bc7a-4802-b80e-05fff18fd7f8/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"f0067e44-3e94-4835-a561-74dada0921d0","name":"Forbidden","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","collections",":collectionId","sync-options"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"AuthenticationError\",\n    \"status\": 403,\n    \"detail\": \"Invalid API Key. Every request requires a valid API Key to be sent.\",\n    \"instance\": \"/specifications/73e15000-bc7a-4802-b80e-05fff18fd7f8/collections/12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"aaf8f02d-0715-4f2a-bd6a-64f1abf31426","name":"Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"syncOptions\": {\n        \"syncExamples\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/specs/:specId/collections/:collectionId/sync-options","protocol":"https","host":["api","getpostman","com"],"path":["specs",":specId","collections",":collectionId","sync-options"],"variable":[{"key":"specId","value":"73e15000-bc7a-4802-b80e-05fff18fd7f8"},{"key":"collectionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"7517ac75-dd8a-47ff-bff2-59b032a48c07"},{"name":"Get status of an async spec task","id":"1d2ab6e1-6f86-4b52-8524-e1dcf6ff7cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","description":"<p>Gets the status of an asynchronous API specification creation task.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":[":elementType",":elementId","tasks",":taskId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The type of element: <code>specs</code> or <code>collections</code></p>\n","type":"text/plain"},"type":"any","value":"","key":"elementType"},{"description":{"content":"<p>The element's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"elementId"},{"description":{"content":"<p>The task's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"521e7f05-5127-4926-8d40-8214827df0a4","name":"Pending Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":[":elementType",":elementId","tasks",":taskId"],"variable":[{"key":"elementType","value":"collections"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"meta\": {\n        \"model\": \"collection\",\n        \"action\": \"generation\"\n    }\n}"},{"id":"8cdbf865-a1dc-4959-8784-9ea314683feb","name":"Completed Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":[":elementType",":elementId","tasks",":taskId"],"variable":[{"key":"elementType","value":"collections"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"action\": \"generation\",\n        \"model\": \"collection\"\n    },\n    \"details\": {\n        \"resources\": [\n            {\n                \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"url\": \"/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39\"\n            }\n        ]\n    },\n    \"status\": \"completed\"\n}"},{"id":"e45bffcb-f623-4a65-a519-649ab1f6b834","name":"Failed Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":[":elementType",":elementId","tasks",":taskId"],"variable":[{"key":"elementType","value":"collections"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"details\": \"Failed to generate collection from specification\",\n    \"meta\": {\n        \"model\": \"collection\",\n        \"action\": \"generation\"\n    },\n    \"status\": \"failed\"\n}"},{"id":"de8a82f4-b2b0-4eb6-9b28-14a9e6aeb4ef","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":[":elementType",":elementId","tasks",":taskId"],"variable":[{"key":"elementType","value":"collections"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"},{"id":"4ca51ba6-957b-4870-be86-5c753f9af4ac","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/:elementType/:elementId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":[":elementType",":elementId","tasks",":taskId"],"variable":[{"key":"elementType","value":"collections"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"notFoundError\",\n    \"title\": \"Instance not found\",\n    \"status\": 404,\n    \"detail\": \"Entity that you are trying to access does not exist.\"\n}"}],"_postman_id":"1d2ab6e1-6f86-4b52-8524-e1dcf6ff7cb3"},{"name":"Migrate API Builder API to Spec Hub","id":"489ba597-3f16-431b-a462-47bfcd4f2549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"{{workspaceId}}\"\n}\n\n// Use the following request body to migrate an API Builder definition into a new workspace:\n// {\n//    \"workspaceInfo\": {\n//        \"name\": \"{{workspaceName}}\"\n//   }\n//}\n\n// Use the following request body to migrate a Git-connected API Builder definition into a new workspace:\n//{\n//    \"workspaceInfo\": {\n//        \"name\": \"{{workspaceName}}\"\n//    },\n//    \"gitInfo\": {\n//        \"path\": \"{{gitPath}}\"\n//    }\n//}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/spec-migrations","description":"<p>Migrates an API Builder definition to a <a href=\"https://learning.postman.com/docs/design-apis/specifications/overview\">Spec Hub</a> specification. You can migrate the definition to an existing workspace, or create a new workspace to migrate the definition into. On success, this returns an HTTP <code>202 Created</code> response. You can use the GET <code>/apis/{apiId}/spec-migrations</code> endpoint to check the migration status.</p>\n<p><strong>Note:</strong></p>\n<p>This returns an HTTP <code>200 OK</code> response if the given API ID isn't an API Builder definition.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","spec-migrations"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"apiId"}]}},"response":[{"id":"338d99cf-5cdb-4584-9dd9-0d54c111c93a","name":"Migrate to Existing Workspace","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Moving to Spec Hub started successfully\",\n    \"success\": true\n}"},{"id":"bdfd6ada-5b75-4d91-8542-1e7503dbe292","name":"Migrate to New Workspace","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceInfo\": {\n        \"name\": \"API Workspace\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Moving to Spec Hub started successfully\",\n    \"success\": true\n}"},{"id":"de609f70-836e-4d50-adbf-4199db869e07","name":"Migrate Git-Connected API to New Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceInfo\": {\n        \"name\": \"API Workspace\"\n    },\n    \"gitInfo\": {\n        \"path\": \"/spaceships\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Moving to Spec Hub started successfully\",\n    \"success\": true\n}"},{"id":"a0d80cf5-2457-4600-a958-5175d3c6642f","name":"Empty API Migration","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002","description":"The API's ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This API doesn't have any API Definition or Collection\",\n    \"success\": true\n}"},{"id":"b5ad8886-96a1-41eb-9530-7b503ec9a57b","name":"Unsupported Definition Type","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"title\": \"Definition type not supported\",\n        \"message\": \"This API contains an unsupported definition type wsdl:1.0. Spec Hub supports: OAS3, OAS3.1, OAS2.0, AsyncAPI2.0, graphQl, gRPC.\"\n    }\n}"},{"id":"84aa544b-12a2-40b3-9ba8-03f96716c5cc","name":"Repo Linked to Another Workspace","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceInfo\": {\n        \"name\": \"API Workspace\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"title\": \"Moving to Spec Hub not possible\",\n        \"details\": {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n        },\n        \"message\": \"The git repository is already linked to another workspace. Please reach out to Postman support for assistance.\"\n    }\n}"},{"id":"db012ec2-3bf8-48eb-8e38-0d49d55c1004","name":"Invalid path Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceInfo\": {\n        \"name\": \"API Workspace\"\n    },\n    \"gitInfo\": {\n        \"path\": \"/../spaceships\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"badRequest\",\n        \"name\": \"invalidGitInfoPath\",\n        \"message\": \"The provided path is invalid. It must be an absolute path starting with \\\\, contain only alphanumeric characters, slashes, hyphens, underscores, and dots, and must not contain \\\\..\\\\ path traversal sequences.\",\n        \"title\": \"Invalid path parameter\"\n    }\n}"},{"id":"ae6b4214-bfc0-487c-b61e-1dbdfcc0de84","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"instance\": \"/apis/90ca9f5a-c4c4-11ed-afa1-0242ac120002/spec-migrations\",\n    \"status\": 401\n}"},{"id":"9c5148db-5bac-43a7-baa2-267d044c5075","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"}],"_postman_id":"489ba597-3f16-431b-a462-47bfcd4f2549"},{"name":"Get status of API Builder to Spec Hub migration","id":"ff8e7d1b-b25b-4a0e-acba-57152b0ed22f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/:apiId/spec-migrations","description":"<p>Returns the status of an API Builder definition’s migration to Spec Hub.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","spec-migrations"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"apiId"}]}},"response":[{"id":"3364d802-8434-4c40-8ebd-436cbb7d9038","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"COMPLETED\",\n    \"details\": {\n        \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}"},{"id":"09c2f34a-a35c-4225-b502-f41fdadf1183","name":"Migration Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"details\": {\n        \"reason\": \"Moving to Spec Hub failed. Please try again or contact support.\"\n    }\n}"},{"id":"2f9e0d37-a2a4-456b-894f-a2165042516b","name":"Invalid Format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"123","description":"The API's ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The specified parameter is in an invalid format\",\n        \"details\": {\n            \"param\": \"apiId\"\n        }\n    }\n}"},{"id":"50cba3c3-a14b-44b6-9e0d-0729bd23ec2a","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"instance\": \"/apis/90ca9f5a-c4c4-11ed-afa1-0242ac120002/spec-migrations\",\n    \"status\": 401\n}"},{"id":"8a8b161a-d98b-49ef-99ba-79f33192a7e3","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/spec-migrations","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","spec-migrations"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002","description":"The API's ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"status\": 403,\n    \"detail\": \"Please ensure that you have required permissions\"\n}"}],"_postman_id":"ff8e7d1b-b25b-4a0e-acba-57152b0ed22f"}],"id":"e33ee3d0-9151-468d-8426-35b424995b44","description":"<p>The <strong>Specs</strong> endpoints enable you to manage your API specifications. With Postman's <a href=\"https://learning.postman.com/docs/design-apis/specifications/overview/\">Spec Hub</a>, you can <a href=\"https://learning.postman.com/docs/design-apis/specifications/create-a-specification/\">create</a> or <a href=\"https://learning.postman.com/docs/design-apis/specifications/import-a-specification/\">import</a> your API specifications. You can also <a href=\"https://learning.postman.com/docs/design-apis/specifications/generate-collections/\">generate collections</a> from or for your API specifications.</p>\n<p><strong>Note:</strong></p>\n<p>Postman supports OpenAPI 2.0, 3.0, and 3.1 specifications, AsyncAPI 2.0 specifications, protobuf 2 and protobuf 3 specifications, and GraphQL specifications.</p>\n","_postman_id":"e33ee3d0-9151-468d-8426-35b424995b44","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Tags","item":[{"name":"Get elements by tag","id":"37ee816c-1fa4-4f04-9a1a-e5c810931498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/tags/:slugId/entities","description":"<p>Gets Postman elements (entities) by a given tag. Tags enable you to organize and search <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#tagging-a-workspace\">workspaces </a> and <a href=\"https://learning.postman.com/docs/collections/using-collections/#tagging-a-collection\">collections</a> that contain shared tags.</p>\n<p><strong>Note:</strong></p>\n<p>Tagging is available on <a href=\"https://www.postman.com/pricing/\">Postman Enterprise plans</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["tags",":slugId","entities"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of tagged elements to return in a single call.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The ascending (<code>asc</code>) or descending (<code>desc</code>) order to sort the results by, based on the time of the element's tagging.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The cursor to get the next set of results in the paginated response. Use the <code>nextCursor</code> value in the response's <code>meta</code> object for this value.</p>\n<p>If you pass an invalid value, the API only returns the first set of results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>Filter results for the given element type:</p>\n<ul>\n<li><code>collection</code></li>\n<li><code>workspace</code></li>\n</ul>\n","type":"text/plain"},"key":"entityType","value":""}],"variable":[{"description":{"content":"<p>The tag's ID within a team or individual (non-team) user scope. For example, \"needs-review\".</p>\n","type":"text/plain"},"type":"any","value":"","key":"slugId"}]}},"response":[{"id":"41250049-eb46-4fbc-b941-478a22b6a6d4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"entities\": [\n            {\n                \"entityId\": \"8b86dfe8-de72-44e6-81ea-79d19805bc6a\",\n                \"entityType\": \"collection\"\n            }\n        ]\n    },\n    \"meta\": {\n        \"count\": 1\n    }\n}"},{"id":"eebb89e5-5d2a-441d-b189-7a6a6e9c7df0","name":"Successful Response With Next Cursor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities?cursor=eyJpZCI6ODYsImVudGl0eVR5cGUiOiJhcGkifQ==","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"query":[{"key":"cursor","value":"eyJpZCI6ODYsImVudGl0eVR5cGUiOiJhcGkifQ=="}],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"entities\": [\n      {\n        \"entityId\": \"12345678-6fd634a3-79ba-451d-8f07-56a953f96667\",\n        \"entityType\": \"collection\"\n      },\n      {\n        \"entityId\": \"7a95cfe8-de72-44e6-81ea-79d19805bd7b\",\n        \"entityType\": \"workspace\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"count\": 2,\n    \"nextCursor\": \"eyJpZCI6ODYsImVudGl0eVR5cGUiOiJhcGkifQ==\"\n  }\n}"},{"id":"8f2dc443-1ba6-4d3c-841b-e6cf05a75b7b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"23894fhsjrs"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Bad Request\",\n    \"message\": \"params/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"statusCode\": 400\n}"},{"id":"29c54c80-2733-4e91-9fc4-a960b8fb08ba","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"282b5286-ecd8-46c9-89f4-580b5d0fc442","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"9c1e8543-f43f-42c4-b11f-25f46a705830","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Resource Not Found\",\n    \"detail\": \"Slug 'needs-review' does not exist\",\n    \"status\": 404,\n    \"instance\": \"/slugs/needs-review/entities\"\n}"},{"id":"62d8488a-f0d5-4eed-9033-bbba1a4bdd06","name":"Unexpected Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/tags/:slugId/entities","protocol":"https","host":["api","getpostman","com"],"path":["tags",":slugId","entities"],"variable":[{"key":"slugId","value":"needs-review"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Something went wrong\",\n    \"detail\": \"Something went wrong while fetching entities having the provided slug\",\n    \"status\": 500,\n    \"instance\": \"/tags/hello-world/entities\"\n}"}],"_postman_id":"37ee816c-1fa4-4f04-9a1a-e5c810931498"}],"id":"7121c1c4-f792-484c-b3bd-c133d58dbbeb","description":"<p>The <strong>Tags</strong> endpoints enable you to manage Postman's tagging feature. You can add tags to collections, APIs, and workspaces. Tags enable users <a href=\"https://learning.postman.com/docs/getting-started/navigating-postman/#search-postman\">search Postman elements</a> using these tags. Tagging is available on Postman <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b> plans</a>.</p>\n","_postman_id":"7121c1c4-f792-484c-b3bd-c133d58dbbeb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Teams","item":[{"name":"Access Requests","item":[{"name":"Create an access request","id":"acb8f6f7-5f05-408c-b80e-d848c637458f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"{{entityType}}\",\n            \"entityId\": \"{{entityId}}\"\n        }\n    ],\n    \"role\": \"{{entityRole}}\",\n    \"reason\": \"{{reason}}\",\n    \"requestType\": \"{{reasonType}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/access-requests","description":"<p>Creates an access request for a team. Access requests include actions such as request to join a team, upgrading a user's role, adding members, and requesting team role access to another team.</p>\n<p><strong>Note:</strong></p>\n<p>If a team discovery is enabled, the team's access request is automatically approved.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","access-requests"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"3e9021f3-0115-463a-aac7-749096d450f1","name":"Request a Role for User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        }\n    ],\n    \"role\": \"TEAM_MANAGER\",\n    \"reason\": \"Needs the manager role.\",\n    \"requestType\": \"UPGRADE_ROLE\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_MANAGER\",\n            \"status\": \"Skipped\",\n            \"reason\": \"Entity has this role\"\n        }\n    ]\n}"},{"id":"7c4a5d8d-dc31-4783-9213-fde6e62feb13","name":"Request User as Guest Viewer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        }\n    ],\n    \"role\": \"TEAM_GUEST_VIEWER\",\n    \"reason\": \"\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 87654321,\n            \"role\": \"TEAM_GUEST_VIEWER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"26a129e2-bb54-4e64-a559-f6bdf59f3ba0","name":"Request to Add Users as Guest Developers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"45678123\"\n        }\n    ],\n    \"role\": \"TEAM_GUEST_DEVELOPER\",\n    \"reason\": \"Joining for debugging.\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 87654321,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 45678123,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"c1ffb1dd-3d8c-4dd7-9898-459ed5d0ecaf","name":"Request a Role Upgrade","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        }\n    ],\n    \"role\": \"TEAM_MANAGER\",\n    \"reason\": \"I need the team manager role.\",\n    \"requestType\": \"UPGRADE_ROLE\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"f59a4484-f7ae-4b48-9a88-7ba51b36f2d9","name":"Request Team as Guest Viewer to a Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"team\",\n            \"entityId\": \"432\"\n        }\n    ],\n    \"role\": \"TEAM_GUEST_VIEWER\",\n    \"reason\": \"\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"team\",\n            \"entityId\": 432,\n            \"role\": \"TEAM_GUEST_VIEWER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"ec7e1475-29a5-4547-b371-aaf4cb863542","name":"Request to Add Organization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": \"456\"\n        }\n    ],\n    \"role\": \"TEAM_GUEST_VIEWER\",\n    \"reason\": \"\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": 456,\n            \"role\": \"TEAM_GUEST_VIEWER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"c09b8556-ff82-4ec7-8416-8bc5f77817d4","name":"Request Organization Role Upgrade","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": \"456\"\n        }\n    ],\n    \"role\": \"TEAM_GUEST_DEVELOPER\",\n    \"reason\": \"\",\n    \"requestType\": \"UPGRADE_ROLE\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": 456,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"previousRole\": \"TEAM_GUEST_VIEWER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"11bd1082-cbc2-4c68-a266-c1e18b5be816","name":"Request Accepted With Existing Requests","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"1234\"\n        }\n    ],\n    \"role\": \"TEAM_DEVELOPER\",\n    \"reason\": \"New dev team\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 432,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Skipped\",\n            \"reason\": \"RFA already exists for this entity\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 124,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": 1234,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"557706a2-a2b9-4bbe-9ebe-9964762b624e","name":"User Already Has Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        }\n    ],\n    \"role\": \"TEAM_MANAGER\",\n    \"reason\": \"Needs the manager role.\",\n    \"requestType\": \"UPGRADE_ROLE\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"team\",\n            \"entityId\": 432,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"status\": \"Skipped\",\n            \"reason\": \"Entity has this role\"\n        }\n    ]\n}"},{"id":"d60f0e5b-9b3c-4632-9c50-8a27bc0e4065","name":"Team Request Has Invalid Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"team\",\n            \"entityId\": \"123\"\n        }\n    ],\n    \"role\": \"TEAM_MANAGER\",\n    \"reason\": \"\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": \"Found invalid entities\",\n        \"result\": [\n            {\n                \"entityType\": \"team\",\n                \"entityId\": \"123\",\n                \"role\": \"TEAM_MANAGER\",\n                \"status\": \"Invalid\",\n                \"reason\": \"Members can only be users or usergroups\"\n            }\n        ]\n    },\n    \"instance\": \"/teams/123/access-requests\"\n}"},{"id":"f18daa80-cfdd-4605-81b1-8057fa842e66","name":"Team Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"1234\"\n        }\n    ],\n    \"role\": \"TEAM_DEVELOPER\",\n    \"reason\": \"New dev team\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"8da5d964-6322-4b0e-bab5-def35776b4cc","name":"API Key Missing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entityList\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"1234\"\n        }\n    ],\n    \"role\": \"TEAM_DEVELOPER\",\n    \"reason\": \"New dev team\",\n    \"requestType\": \"REQUEST_TO_ADD_MEMBERS\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"}],"_postman_id":"acb8f6f7-5f05-408c-b80e-d848c637458f"},{"name":"Approve or deny an access request","id":"781f1856-1437-4460-b57c-08e2bbac4ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"{{approvalAction}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","description":"<p>Approve or deny a team's access request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","access-requests",":requestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"},{"description":{"content":"<p>The access request's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"requestId"}]}},"response":[{"id":"9ba9f774-259b-4551-91b4-7207935bbb28","name":"Approve an Access Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"approve\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1095"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"entityType\": \"user\",\n        \"entityId\": 87654321,\n        \"role\": \"TEAM_DEVELOPER\",\n        \"previousRole\": null,\n        \"status\": \"Accepted\",\n        \"accessRequest\": {\n            \"id\": 1095,\n            \"requestType\": \"REQUEST_TO_ADD_MEMBERS\",\n            \"reason\": \"\",\n            \"status\": \"Accepted\",\n            \"objectType\": \"team\",\n            \"objectId\": 1095,\n            \"createdBy\": 87654321\n        }\n    }\n}"},{"id":"b4ab1f10-d1ba-43cb-99a9-ed89ba4a40be","name":"Deny an Access Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"deny\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1096"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"entityType\": \"user\",\n        \"entityId\": 87654321,\n        \"role\": \"TEAM_DEVELOPER\",\n        \"status\": \"Denied\",\n        \"accessRequest\": {\n            \"id\": 1095,\n            \"requestType\": \"REQUEST_TO_ADD_MEMBERS\",\n            \"reason\": \"\",\n            \"status\": \"Denied\",\n            \"objectType\": \"team\",\n            \"objectId\": 1095,\n            \"createdBy\": 87654321\n        }\n    }\n}"},{"id":"1252a969-836e-4ba7-b38f-e17e82a4c439","name":"Invalid Action","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"Accept\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1095"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Action must be either approve or deny\",\n    \"instance\": \"/teams/123/access-requests/1095\"\n}"},{"id":"026c2d62-1018-456c-9f73-abaf4e51853a","name":"Team Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"approve\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1095"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams/123/access-requests/1095\"\n}"},{"id":"c2377b40-f70a-46cc-9b1a-7311d1411667","name":"Request Already Processed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"approve\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1095"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"EntityNotFound\",\n            \"message\": \"Access request not found or already processed.\"\n        }\n    },\n    \"instance\": \"/teams/123/access-requests/1095\"\n}"},{"id":"c30cb7d8-8787-49c3-9446-5a791708992f","name":"API Key Missing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"deny\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1096"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"1c309935-aceb-44a1-b759-52d98a4c9f4f","name":"No Access Request Management Permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"deny\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests",":requestId"],"variable":[{"key":"teamId","value":"123"},{"key":"requestId","value":"1096"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"NoPermission\",\n            \"message\": \"You are not allowed to manage pending requests in team.\"\n        }\n    },\n    \"instance\": \"/teams/123/access-requests/1096\"\n}"}],"_postman_id":"781f1856-1437-4460-b57c-08e2bbac4ce5"},{"name":"Get a team's access requests","id":"07fc90b0-39ca-43fe-970b-bea8984c1bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/access-requests","description":"<p>Gets a team's pending access requests.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","access-requests"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"c24ed329-faba-4c21-aa62-1c1bc703cf5d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2025-10-10T18:54:09.000Z\",\n            \"updatedAt\": \"2025-10-10T18:54:09.000Z\",\n            \"id\": 1,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"requestType\": \"REQUEST_TO_ADD_MEMBERS\",\n            \"reason\": \"Needs the developer role.\",\n            \"status\": \"Requested\",\n            \"entityType\": \"user\",\n            \"entityId\": 1317604,\n            \"objectType\": \"team\",\n            \"objectId\": 1,\n            \"createdBy\": 12345678\n        },\n        {\n            \"createdAt\": \"2025-10-10T18:57:58.000Z\",\n            \"updatedAt\": \"2025-10-10T18:57:58.000Z\",\n            \"id\": 2,\n            \"role\": \"TEAM_MANAGER\",\n            \"requestType\": \"UPGRADE_ROLE\",\n            \"reason\": \"I need the team manager role for my team.\",\n            \"status\": \"Requested\",\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"objectType\": \"team\",\n            \"objectId\": 2,\n            \"createdBy\": 12345678\n        }\n    ],\n    \"metadata\": {\n        \"nextCursor\": null\n    }\n}"},{"id":"e160f63e-42fa-4ae0-b4da-4baebfc86f15","name":"Response with SCIM IDs","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim","description":"Use SCIM user and group IDs instead of Postman user IDs."}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2025-10-10T18:54:09.000Z\",\n            \"updatedAt\": \"2025-10-10T18:54:09.000Z\",\n            \"id\": 1,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"requestType\": \"REQUEST_TO_ADD_MEMBERS\",\n            \"reason\": \"Needs the developer role.\",\n            \"status\": \"Requested\",\n            \"entityType\": \"user\",\n            \"entityId\": \"937a3efba0d1e20642fabd0aa692b3ce30969fb92a0b0d6d\",\n            \"objectType\": \"team\",\n            \"objectId\": 1,\n            \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\"\n        },\n        {\n            \"createdAt\": \"2025-10-10T18:57:58.000Z\",\n            \"updatedAt\": \"2025-10-10T18:57:58.000Z\",\n            \"id\": 2,\n            \"role\": \"TEAM_MANAGER\",\n            \"requestType\": \"UPGRADE_ROLE\",\n            \"reason\": \"I need the team manager role for my team.\",\n            \"status\": \"Requested\",\n            \"entityType\": \"user\",\n            \"entityId\": \"696e7061fe5aa0e7abb54851cdb0e3b21eed4f8daef24d13\",\n            \"objectType\": \"team\",\n            \"objectId\": 2,\n            \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\"\n        }\n    ],\n    \"metadata\": {\n        \"nextCursor\": null\n    }\n}"},{"id":"33fafb3b-35c2-4d9d-b1e0-853dde7b02b1","name":"Team Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim","description":"Use SCIM user and group IDs instead of Postman user IDs."}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"3ff3295a-4cdf-450a-8de9-c260c86ec9d6","name":"API Key Missing","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim","description":"Use SCIM user and group IDs instead of Postman user IDs."}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"a5ce5187-c665-4e98-ba55-8a355faedcb9","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim","description":"Use SCIM user and group IDs instead of Postman user IDs."}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/access-requests","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","access-requests"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"NoPermission\",\n            \"message\": \"You are not allowed to manage pending requests in team.\"\n        }\n    },\n    \"instance\": \"/teams/123/access-requests\"\n}"}],"_postman_id":"07fc90b0-39ca-43fe-970b-bea8984c1bda"}],"id":"87e786c2-125b-4f35-a057-22a8133fe329","description":"<p>These endpoints enable you to manage access request for a team in your Postman organization.</p>\n","_postman_id":"87e786c2-125b-4f35-a057-22a8133fe329","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Team Roles","item":[{"name":"Manage team member roles","id":"692f5a7f-ad36-44f3-a1f9-2d5367be2ba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"{{userId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"groups\": {\n            \"{{userGroupId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"orgs\": {\n            \"{{orgId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"teams\": {\n            \"{{teamId}}\": [\n                \"{{roleName}}\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"{{userId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"groups\": {\n            \"{{userGroupId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"orgs\": {\n            \"{{orgId}}\": [\n                \"{{roleName}}\"\n            ]\n        },\n        \"teams\": {\n            \"{{teamId}}\": [\n                \"{{roleName}}\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/bulk-members","description":"<p>Adds or removes roles in groups, teams, organizations, as well as individual users' roles.</p>\n<p><strong>Note:</strong></p>\n<p>If you remove a role from a group or team, then all members lose the that role's permissions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","bulk-members"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"c6cb51f9-70dc-4081-a4b6-3ea472757e75","name":"Assign Team Member's Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"12345678\": [\n                \"TEAM_MANAGER\"\n            ]\n        },\n        \"groups\": {\n            \"1234\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": 1234,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"c664873b-ef06-4d86-bc8d-3715a04f761c","name":"Update Team Member's Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n    \"add\": {\n        \"users\": { \n            \"12345678\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"676d7549-e787-4384-9906-99319ce7a2e7","name":"Update Team Organization's Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n    \"add\": {\n        \"orgs\": { \n            \"432\": [\n                \"TEAM_GUEST_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": 345,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"previousRole\": \"TEAM_GUEST_VIEWER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"20a119fd-23cf-4929-b910-86fdbf0d57da","name":"Update Team Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n    \"add\": {\n        \"teams\": { \n            \"432\": [\n                \"TEAM_GUEST_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"team\",\n            \"entityId\": 432,\n            \"role\": \"TEAM_GUEST_DEVELOPER\",\n            \"previousRole\": \"TEAM_GUEST_VIEWER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"87d3ba61-2643-4f1e-be61-6f0b1f7a651f","name":"Update Team Member's Role with SCIM ID","originalRequest":{"method":"POST","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{  \n    \"add\": {\n        \"users\": { \n            \"f10ba7a8dac248e8fd9769163dc63aef920f3897c7ea2c86\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"f10ba7a8dac248e8fd9769163dc63aef920f3897c7ea2c86\",\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"50423833-d82c-45bd-bc10-9fc824d61e41","name":"Remove Team Member's Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"remove\": {\n        \"users\": {\n            \"12345678\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": null,\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"5b32f915-9ed1-445e-9ee9-67c3b73cf637","name":"Add and Remove Roles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"12345678\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"87654321\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": null,\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 87654321,\n            \"role\": null,\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"596d9e9d-fddd-4b6b-80b0-8336240e0117","name":"Add and Remove Roles with Failures","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"12345678\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"87654321\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": \"Found invalid entities\",\n        \"result\": [\n            {\n                \"entityType\": \"user\",\n                \"entityId\": 87654321,\n                \"role\": null,\n                \"status\": \"Invalid\",\n                \"reason\": \"Existing and new roles are empty\"\n            }\n        ]\n    },\n    \"instance\": \"/teams/123/members\"\n}"},{"id":"4f9d3977-6bc6-48e6-86f0-72f4417ef695","name":"Team Member Has Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n    \"add\": {\n        \"users\": { \n            \"12345678\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": 12345678,\n            \"role\": \"TEAM_DEVELOPER\",\n            \"status\": \"Skipped\",\n            \"reason\": \"Entity has this role\"\n        }\n    ]\n}"},{"id":"d92ff896-11b6-41c9-a048-2d72d793b45f","name":"Add and Remove Roles with SCIM IDs","originalRequest":{"method":"POST","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"f10ba7a8dac248e8fd9769163dc63aef920f3897c7ea2c86\": [\n                \"TEAM_MANAGER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"groups\": {\n            \"gecb77b6c45c98602d6ae4458b46d4f30e3c423719636d87\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        },\n        \"users\": {\n            \"7db6e2fba7e98f9db428a1735a71bbb4e4fbbaa37db37640\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"3c83d7cddf8470c6e5fb1cb52586a98d0d4200781107c535\",\n            \"role\": \"TEAM_MANAGER\",\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"gecb77b6c45c98602d6ae4458b46d4f30e3c423719636d87\",\n            \"role\": null,\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"7db6e2fba7e98f9db428a1735a71bbb4e4fbbaa37db37640\",\n            \"role\": null,\n            \"previousRole\": \"TEAM_DEVELOPER\",\n            \"status\": \"Accepted\"\n        }\n    ]\n}"},{"id":"1914f9e8-9cf9-4768-90c0-8647c759351d","name":"Entity Does Not Belong to Organization","originalRequest":{"method":"POST","header":[{"key":"identifierType","value":"scim","description":"Use SCIM user and group IDs instead of Postman user IDs.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"12345678\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"56781234\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        },\n        \"groups\": {\n            \"1234\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"User with ID [12345678] does not belong to organization 1.\"\n        }\n    },\n    \"instance\": \"/teams/123/members\"\n}"},{"id":"105bed26-9464-4492-8092-9b5ee45a0b97","name":"Team Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"123\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"456\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        },\n        \"groups\": {\n            \"998\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"8b584cef-8c4f-424c-baf0-21f46db245ed","name":"API Key Missing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"add\": {\n        \"users\": {\n            \"123\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    },\n    \"remove\": {\n        \"users\": {\n            \"456\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        },\n        \"groups\": {\n            \"998\": [\n                \"TEAM_DEVELOPER\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123","description":"The team's ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"}],"_postman_id":"692f5a7f-ad36-44f3-a1f9-2d5367be2ba8"}],"id":"bac2cbf5-80e4-428e-bd38-71c146dcd6dd","description":"<p>These endpoints enable you to manage your Postman team's roles.</p>\n","_postman_id":"bac2cbf5-80e4-428e-bd38-71c146dcd6dd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Team Settings","item":[{"name":"Update team settings","id":"eeb4117c-cefd-494f-acae-57e86510dfd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"settings\" : {\n        \"rfa_for_add_member\": \"{{value}}\",\n        \"rfa_for_add_collaborator\": \"{{value}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/settings","description":"<p>Updates a team's settings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","settings"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"acdf450b-7d3b-41d1-8bc9-51329d5490aa","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"settings\" : {\n        \"rfa_for_add_member\": \"enabled\",\n        \"rfa_for_add_collaborator\": \"enabled\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"settings\": {\n        \"rfa_for_add_member\": \"enabled\",\n        \"rfa_for_add_collaborator\": \"enabled\"\n    }\n}"},{"id":"1f73ad95-b5c3-456d-b416-87fc19a64b29","name":"Team Feature Unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"settings\" : {\n        \"rfa_for_add_member\": \"enabled\",\n        \"rfa_for_add_collaborator\": \"enabled\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"3640c765-3797-43f9-b2cb-cb658b1f4a6e","name":"API Key Missing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"settings\" : {\n        \"rfa_for_add_member\": \"enabled\",\n        \"rfa_for_add_collaborator\": \"enabled\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"}],"_postman_id":"eeb4117c-cefd-494f-acae-57e86510dfd8"},{"name":"Get a team's settings","id":"b9bc0107-b3f8-4b42-b5e7-dabdba100e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/settings","description":"<p>Gets a team's settings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","settings"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"0f1d1677-9a68-416d-8a7e-2633d75f1424","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"settings\": {\n        \"rfa_for_add_member\": \"disabled\",\n        \"rfa_for_add_collaborator\": \"disabled\"\n    }\n}"},{"id":"31344115-d324-4602-af04-1a65b9c79d0c","name":"Team Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"598e451b-183a-45ba-9691-4d0e548c570e","name":"API Key Missing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId/settings","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","settings"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"}],"_postman_id":"b9bc0107-b3f8-4b42-b5e7-dabdba100e7d"}],"id":"862ecb3d-f196-4991-b345-156c94a6dc8c","description":"<p>These endpoints enable you to manage your Postman team's settings.</p>\n","_postman_id":"862ecb3d-f196-4991-b345-156c94a6dc8c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Create a team","id":"f366c75b-a442-48df-aea6-1afec46da4b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"description\": \"{{description}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams","description":"<p><a href=\"https://learning.postman.com/docs/administration/managing-your-team/create-teams/\">Creates</a> a Postman team in your organization.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"2d5bb7cf-3a88-4377-bbff-faa55b4941bf","name":"Team Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n        \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": 12345678,\n        \"enabled\": true\n    }\n}"},{"id":"487f8682-f419-48ca-ab6f-84b168e02d28","name":"Team Created with SCIM IDs","originalRequest":{"method":"POST","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n        \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\",\n        \"enabled\": true\n    }\n}"},{"id":"a65f9673-3dd1-45b4-a037-acd0d27133f8","name":"Team Name Already Exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"InvalidParams\",\n            \"message\": \"This name is already taken in the organization. Please choose another.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"54d96327-66f0-475a-bb70-caccd9cbb354","name":"Invalid Team Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing@Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"InvalidParams\",\n            \"message\": \"Only alphanumeric characters and spaces are allowed in the name\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"7d20cf77-382f-40aa-ba5d-85d8786c62c6","name":"Team Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing@Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"6bca227f-d3fa-4408-8bb6-09b5099bc178","name":"API Key Missing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing@Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"65914dd2-0e5c-4d51-9cf1-6a48570b7af3","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing Team\",\n    \"description\": \"API testing team.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"NoPermission\",\n            \"message\": \"You are not allowed to create Team.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"}],"_postman_id":"f366c75b-a442-48df-aea6-1afec46da4b0"},{"name":"Get a team","id":"96b9d79f-e0af-42f7-94b5-9fdb608c06ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId","description":"<p>Gets information about a Postman team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Include additional information in the request's response:</p>\n<ul>\n<li><code>members</code> — Include all users and groups, including groups that represent other teams or the entire organization, with access to the team's entities. This includes team managers, members, and persons invited to collaborate as guests.</li>\n<li><code>userRoles</code> — Include all the team's user roles in the response.</li>\n</ul>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"2f33fe5e-820a-4e45-8076-3ca75b9457e6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n        \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": 12345678,\n        \"enabled\": true\n    }\n}"},{"id":"6e92f8d2-28aa-4721-a6d6-17756683262a","name":"Successful Response with SCIM IDs","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n        \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\",\n        \"enabled\": true\n    }\n}"},{"id":"6d8372f5-f7bc-4000-a57b-9f8d25290dbd","name":"Response with include=members","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId?include=members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"query":[{"key":"include","value":"members"}],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-07-30T17:18:00.000Z\",\n        \"updatedAt\": \"2025-07-30T17:18:00.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": 12345678,\n        \"enabled\": true,\n        \"members\": {\n            \"user\": {\n                \"12345678\": {\n                    \"roles\": [\n                        \"TEAM_MANAGER\"\n                    ]\n                },\n                \"87654321\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_VIEWER\"\n                    ]\n                },\n                \"12348765\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_VIEWER\"\n                    ]\n                },\n                \"12457834\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                },\n                \"11234567\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                },\n                \"87456321\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                }\n            },\n            \"group\": {},\n            \"team\": {\n                \"123\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_DEVELOPER\"\n                    ]\n                }\n            }\n        },\n        \"memberCount\": 4\n    }\n}"},{"id":"8d5132b2-b028-49cb-aed5-1dce98ae5460","name":"Response with include=members and SCIM IDs","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim"}],"url":{"raw":"https://api.getpostman.com/teams/:teamId?include=members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"query":[{"key":"include","value":"members"}],"variable":[{"key":"teamId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"createdAt\": \"2025-07-30T17:18:00.000Z\",\n        \"updatedAt\": \"2025-07-30T17:18:00.000Z\",\n        \"id\": 123,\n        \"name\": \"Testing Team\",\n        \"handle\": \"testing-team\",\n        \"description\": \"API testing team.\",\n        \"organizationId\": 1,\n        \"createdBy\": \"f10ba7a8dac248e8fd9769163dc63aef920f3897c7ea2c86\",\n        \"enabled\": true,\n        \"members\": {\n            \"user\": {\n                \"87654321\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_VIEWER\"\n                    ]\n                },\n                \"g90b4ca5dd393c8cd81a1793d7f48bb96b003bfbb4b2384c\": {\n                    \"roles\": [\n                        \"TEAM_MANAGER\"\n                    ]\n                },\n                \"g1eeb33164158e1dedc80cc79b405e3f977b11682d47b200\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_VIEWER\"\n                    ]\n                },\n                \"g653804770fd23fdd61ebbaa7906c115f546576215335fdb\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                },\n                \"g0e46a85252b1d70c7ea9875e8a48c278f5160e53f2396b4\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                },\n                \"gad7759db6fa9f709d54c9bf129ba0933400f1846c9d9480\": {\n                    \"roles\": [\n                        \"TEAM_DEVELOPER\"\n                    ]\n                }\n            },\n            \"group\": {},\n            \"team\": {\n                \"123\": {\n                    \"roles\": [\n                        \"TEAM_GUEST_DEVELOPER\"\n                    ]\n                }\n            }\n        },\n        \"memberCount\": 4\n    }\n}"},{"id":"153cff47-e0ff-4ffd-b3e5-6bd9ff2ae643","name":"Team ID Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"EntityNotFound\",\n            \"message\": \"No team found with the id provided\"\n        }\n    },\n    \"instance\": \"/teams/12345\"\n}"},{"id":"6a86d65f-e824-425b-bc6c-82527a7ec5ea","name":"Team Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"ec51bf2c-adcb-4985-a8ff-146d182c908c","name":"API Key Missing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"72a7794e-269a-4548-a66e-1172dd03dc9e","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams/:teamId","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"status\": 500,\n    \"title\": \"Internal Server Error\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"UnexpectedError\",\n            \"message\": \"There was an issue while finding Team.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"}],"_postman_id":"96b9d79f-e0af-42f7-94b5-9fdb608c06ce"},{"name":"Get all teams","id":"2f304c79-1417-4f28-9aec-80e87c1369b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams","description":"<p>Gets all Postman teams in your organization.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>If true, returns team settings in the response.</p>\n","type":"text/plain"},"key":"settings","value":""},{"disabled":true,"description":{"content":"<p>If true, returns the team's assigned user roles in the response.</p>\n","type":"text/plain"},"key":"userRoles","value":""}],"variable":[]}},"response":[{"id":"7ca713ad-8b22-4903-beae-dbb514c4ffbf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2025-01-27T10:36:02.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 123,\n            \"name\": \"Testing Team\",\n            \"handle\": \"testing-team\",\n            \"description\": \"API testing team.\",\n            \"organizationId\": 1,\n            \"createdBy\": 12345678,\n            \"enabled\": true,\n            \"memberCount\": 6\n        },\n        {\n            \"createdAt\": \"2025-01-27T10:36:02.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 231,\n            \"name\": \"Billing Team\",\n            \"handle\": \"billing-team\",\n            \"description\": \"The Billing team.\",\n            \"organizationId\": 2,\n            \"createdBy\": 12345678,\n            \"enabled\": true,\n            \"memberCount\": 2\n        }\n    ],\n    \"metadata\": {\n        \"nextCursor\": \"NTczNDg=\"\n    }\n}"},{"id":"111bf468-5366-445e-94fe-447a77db9252","name":"Response with SCIM IDs","originalRequest":{"method":"GET","header":[{"key":"identifierType","value":"scim"}],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2025-01-27T10:36:02.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 123,\n            \"name\": \"Testing Team\",\n            \"handle\": \"testing-team\",\n            \"description\": \"API testing team.\",\n            \"organizationId\": 1,\n            \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\",\n            \"enabled\": true,\n            \"memberCount\": 6\n        },\n        {\n            \"createdAt\": \"2025-01-27T10:36:02.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 231,\n            \"name\": \"Billing Team\",\n            \"handle\": \"billing-team\",\n            \"description\": \"The Billing team.\",\n            \"organizationId\": 2,\n            \"createdBy\": \"33d8e85cc5ec04715bb0c18b42312d80413bad8a96622eb7\",\n            \"enabled\": true,\n            \"memberCount\": 2\n        }\n    ],\n    \"metadata\": {\n        \"nextCursor\": \"NTczNDg=\"\n    }\n}"},{"id":"978a3eb8-eb20-40c5-8d70-762341ec55a9","name":"Response with Settings and Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 123,\n            \"name\": \"Testing Team\",\n            \"handle\": \"testing-team\",\n            \"description\": \"API testing team.\",\n            \"organizationId\": 1,\n            \"createdBy\": 12345678,\n            \"enabled\": true,\n            \"memberCount\": 6,\n            \"roles\": [\n                \"TEAM_GUEST_VIEWER\",\n                \"TEAM_GUEST_DEVELOPER\",\n                \"TEAM_DEVELOPER\",\n                \"TEAM_PARTNER_MANAGER\",\n                \"TEAM_MANAGER\"\n            ],\n            \"settings\": {\n                \"rfa_for_add_member\": \"disabled\",\n                \"rfa_for_add_collaborator\": \"disabled\"\n            }\n        },\n        {\n            \"createdAt\": \"2025-02-26T08:17:42.000Z\",\n            \"updatedAt\": \"2025-02-26T08:17:42.000Z\",\n            \"id\": 231,\n            \"name\": \"Billing Team\",\n            \"handle\": \"billing-team\",\n            \"description\": \"The Billing team.\",\n            \"organizationId\": 2,\n            \"createdBy\": 12345678,\n            \"enabled\": true,\n            \"memberCount\": 2,\n            \"roles\": [\n                \"TEAM_GUEST_VIEWER\",\n                \"TEAM_GUEST_DEVELOPER\",\n                \"TEAM_DEVELOPER\",\n                \"TEAM_PARTNER_MANAGER\",\n                \"TEAM_MANAGER\"\n            ],\n            \"settings\": {\n                \"rfa_for_add_member\": \"enabled\",\n                \"rfa_for_add_collaborator\": \"enabled\"\n            }\n        }\n    ],\n    \"metadata\": {\n        \"nextCursor\": \"NTczNDg=\"\n    }\n}"},{"id":"79756cb3-ccc3-43db-a4c3-e2b40fa7fef8","name":"Team Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"51d08dac-777e-4f92-b668-7fc76f2dbc55","name":"API Key Missing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"e500d0e9-42d3-46bd-b2a6-b61d18f495e3","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/teams?cursor=RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["teams"],"query":[{"key":"cursor","value":"RnJpIEZlYiAyNCAyMDIzIDEzOjI0OjA5IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"status\": 500,\n    \"title\": \"Internal Server Error\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"UnexpectedError\",\n            \"message\": \"There was an issue while finding Team.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"}],"_postman_id":"2f304c79-1417-4f28-9aec-80e87c1369b4"},{"name":"Remove team members","id":"f2d03fbc-75a2-452d-b014-b668cd6a1ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"{{entityType}}\",\n            \"entityId\": \"{{entityId}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/teams/:teamId/bulk-members","description":"<p>Removes entities, such as users or organizations, from your Postman team. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["teams",":teamId","bulk-members"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The team's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"teamId"}]}},"response":[{"id":"cf391984-c49e-4651-8fba-16d6e7ba25c5","name":"Remove Team Members","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"56781234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5413edc2-9a12-4ae5-bdab-22b912f04d7b","name":"Remove Organization","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"organization\",\n            \"entityId\": \"456\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bc2e4bb3-a1f1-4327-b9f6-6ef4a3a33952","name":"Remove Team","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n         {\n            \"entityType\": \"team\",\n            \"entityId\": \"432\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0bf2d18f-76d3-4204-bbbf-48dcf92b870c","name":"Remove Team Member with SCIM IDs","originalRequest":{"method":"DELETE","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"f10ba7a8dac248e8fd9769163dc63aef920f3897c7ea2c86\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"696e7061fe5aa0e7abb54851cdb0e3b21eed4f8daef24d13\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3e2c5fd7-8125-4045-a9b8-227626f073bd","name":"Remove User and Group Team Members","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"12345678\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"1234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"70892e1a-2468-48f7-8dca-ca89f0fd36f2","name":"Entities Not Part of Team","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87514321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"41674321\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"89654321\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"InvalidParams\",\n            \"message\": \"Entities are not part of team : users - 87514321,41674321, groups - 89654321\"\n        }\n    },\n    \"instance\": \"/teams/57833/members\"\n}"},{"id":"dd6c6126-7582-4a66-a6c4-6482533ab3df","name":"Team Feature Unavailable","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87514321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"41674321\"\n        },\n        {\n            \"entityType\": \"group\",\n            \"entityId\": \"89654321\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"BadRequest\",\n            \"message\": \"Team feature is not available for your organization.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"},{"id":"0cc7b935-9dd4-466a-98f3-7e86fb5e130f","name":"API Key Missing","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"56781234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unauthorized\",\n    \"instance\": \"/teams\",\n    \"status\": 401,\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"detail\": \"Unauthorized\"\n}"},{"id":"41e72d79-f70f-4c08-afff-375776da80c9","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"56781234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"status\": 403,\n    \"title\": \"Forbidden\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"NoPermission\",\n            \"message\": \"You are not allowed to remove Team members.\"\n        }\n    },\n    \"instance\": \"/teams/123/members\"\n}"},{"id":"04fe2e7c-983d-49cd-b7cd-89bcaa75d86c","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entities\": [\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"87654321\"\n        },\n        {\n            \"entityType\": \"user\",\n            \"entityId\": \"56781234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/teams/:teamId/bulk-members","protocol":"https","host":["api","getpostman","com"],"path":["teams",":teamId","bulk-members"],"variable":[{"key":"teamId","value":"123"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"status\": 500,\n    \"title\": \"Internal Server Error\",\n    \"detail\": {\n        \"error\": {\n            \"name\": \"UnexpectedError\",\n            \"message\": \"There was an issue while finding Team.\"\n        }\n    },\n    \"instance\": \"/teams\"\n}"}],"_postman_id":"f2d03fbc-75a2-452d-b014-b668cd6a1ab7"}],"id":"6ef68efb-993c-414e-b514-535ba1d439ae","description":"<p>The <strong>Teams</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/administration/managing-your-team/overview\">organization</a>'s teams.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>These endpoints are only available with <a href=\"https://www.postman.com/pricing/\">Postman Enterprise plans</a> with <a href=\"https://learning.postman.com/docs/administration/onboarding-checklist\">Postman Organizations</a> enabled.</p>\n</li>\n<li><p>You must have <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Super Admin team role</a> to use these endpoints.</p>\n</li>\n<li><p>Use the <code>identifierType=scim</code> header in these requests (except the <strong>Team Settings</strong> endpoints) to use SCIM user and group IDs instead of Postman user and group IDs.</p>\n</li>\n</ul>\n","_postman_id":"6ef68efb-993c-414e-b514-535ba1d439ae","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Users","item":[{"name":"Get authenticated user","id":"9f4738ed-5b99-4224-bc20-4d8e57c0cb09","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/me","description":"<p>Gets information about the authenticated user.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This API returns a different response for users with the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Guest and Partner roles</a>.</p>\n</li>\n<li><p>The <code>flow_count</code> response only returns for users on <a href=\"https://www.postman.com/pricing/\">Free plans</a>.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["me"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"c29dcc78-e7c3-4cc5-9df1-afbf7f286bb1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 12345678,\n        \"sub\": \"4d71435e-0e67-45b9-9d4c-e3262166d157\",\n        \"username\": \"taylor-lee\",\n        \"email\": \"taylor.lee@example.com\",\n        \"fullName\": \"Taylor Lee\",\n        \"avatar\": \"https://res.cloudinary.com/postman/image/upload/t_user_profile_300/v1/user/default-6\",\n        \"isPublic\": true,\n        \"emailVerified\": true,\n        \"teamId\": 123,\n        \"teamName\": \"Test Team\",\n        \"teamDomain\": \"test-team\",\n        \"roles\": [\n            \"user\",\n            \"flow-editor\",\n            \"community-manager\"\n        ]\n    },\n    \"operations\": [\n        {\n            \"name\": \"api_object_usage\",\n            \"limit\": 99999999,\n            \"usage\": 8872,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"collection_run_limit\",\n            \"limit\": 99999999,\n            \"usage\": 226,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"file_storage_limit\",\n            \"limit\": 1,\n            \"usage\": 0.28,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"flow_requests\",\n            \"limit\": 1000000,\n            \"usage\": 1852,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"performance_test_limit\",\n            \"limit\": 99999999,\n            \"usage\": 10,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"reusable_packages\",\n            \"limit\": 100,\n            \"usage\": 48,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"test_data_retrieval\",\n            \"limit\": 1000,\n            \"usage\": 180,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"test_data_storage\",\n            \"limit\": 10,\n            \"usage\": 0.55,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"postbot_calls\",\n            \"limit\": 2500,\n            \"usage\": 0,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"mock_usage\",\n            \"limit\": 1000000,\n            \"usage\": 79948,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"monitor_request_runs\",\n            \"limit\": 15000000,\n            \"usage\": 4493710,\n            \"overage\": 0\n        },\n        {\n            \"name\": \"api_usage\",\n            \"limit\": 1000000,\n            \"usage\": 10788,\n            \"overage\": 0\n        }\n    ]\n}"},{"id":"cf5f0704-e014-4f86-a367-82e968818467","name":"Guest and Partner User Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 12345678,\n        \"sub\": \"4d71435e-0e67-45b9-9d4c-e3262166d157\",\n        \"username\": \"taylor-lee\",\n        \"email\": \"taylor.lee@example.com\",\n        \"fullName\": \"Taylor Lee\",\n        \"avatar\": null,\n        \"isPublic\": true,\n        \"emailVerified\": true,\n        \"teamId\": 123,\n        \"teamName\": \"Test Team\",\n        \"teamDomain\": \"test-team\",\n        \"roles\": [\n            \"user\"\n        ]\n    }\n}"},{"id":"4ef261c0-3c63-4ed1-a7e8-21ef05bf569a","name":"No Assigned Team","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 12345678,\n        \"sub\": \"4d71435e-0e67-45b9-9d4c-e3262166d157\",\n        \"username\": \"taylor-lee\",\n        \"email\": \"taylor.lee@example.com\",\n        \"fullName\": \"Taylor Lee\",\n        \"avatar\": null,\n        \"isPublic\": true,\n        \"emailVerified\": true,\n        \"teamId\": 0,\n        \"teamName\": \"\",\n        \"teamDomain\": \"\",\n        \"roles\": [\n            \"user\"\n        ]\n    }\n}"},{"id":"f0f0882b-00cb-4073-9586-eda478904c8d","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"f3501c7e-8262-41ba-ae8a-15b1e221bcbe","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/me"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"9f4738ed-5b99-4224-bc20-4d8e57c0cb09"},{"name":"Get all team users","id":"65c3664b-50d5-4bce-94ba-b734666cade4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/users","description":"<p>Gets information about all users on the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/collaboration-overview/\">Postman team</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Filter results by the given group ID. To get group IDs, use the GET <code>/groups</code> endpoint.</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[]}},"response":[{"id":"cdb3499d-af1b-4a01-bb24-42fe706d3d3f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Taylor Lee\",\n            \"username\": \"taylor-lee\",\n            \"email\": \"taylor.lee@example.com\",\n            \"roles\": [\n                \"admin\",\n                \"user\"\n            ],\n            \"joinedAt\": \"2022-11-23T14:38:25.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Alex Cruz\",\n            \"username\": \"alex-cruz\",\n            \"email\": \"alex.cruz@example.com\",\n            \"roles\": [\n                \"user\"\n            ],\n            \"joinedAt\": \"2022-11-24T10:18:11.000Z\"\n        }\n    ]\n}"},{"id":"d4ed724f-8c6d-4939-a27a-30da656abda6","name":"Filter by groupId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users?groupId=123","protocol":"https","host":["api","getpostman","com"],"path":["users"],"query":[{"key":"groupId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Taylor Lee\",\n            \"username\": \"taylor-lee\",\n            \"email\": \"taylor.lee@example.com\",\n            \"roles\": [\n                \"admin\",\n                \"user\"\n            ],\n            \"joinedAt\": \"2022-11-23T14:38:25.000Z\"\n        }\n    ]\n}"},{"id":"02acb6c1-da15-4a9a-a37c-cbc684bd9630","name":"No Group Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users?groupId=123","protocol":"https","host":["api","getpostman","com"],"path":["users"],"query":[{"key":"groupId","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"},{"id":"aa7671d6-d751-45db-99cf-a9ff27cd32c3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"b73e56e5-ad73-416f-ad99-366c8fcaf184","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"87312798-fa8e-4f49-a20f-560e0285efbd","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"65c3664b-50d5-4bce-94ba-b734666cade4"},{"name":"Get a team user","id":"16a3dbdb-21a6-470c-9639-747c7427bb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/users/:userId","description":"<p>Gets information about a user on the Postman team.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["users",":userId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The user's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"24bccea2-a155-4c4a-9656-a109cd90f03f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["users",":userId"],"variable":[{"key":"userId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Taylor Lee\",\n    \"username\": \"taylor-lee\",\n    \"email\": \"taylor.lee@example.com\",\n    \"roles\": [\n        \"user\",\n        \"admin\"\n    ],\n    \"joinedAt\": \"2022-11-23T14:38:25.000Z\"\n}"},{"id":"ba5cd7b1-b31c-4f4a-a093-ebd5b85c3003","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["users",":userId"],"variable":[{"key":"userId","value":"12345678"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Bad Request\",\n    \"status\": 400\n}"},{"id":"b1baa709-a80f-4cdb-90c2-b44e98cbdb76","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["users",":userId"],"variable":[{"key":"userId","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"ac913ef6-12e5-4f8c-ac70-5a3e6ec9283f","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["users",":userId"],"variable":[{"key":"userId","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"0939482c-2c4d-4ee8-9398-7b2d284600d2","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/users/:userId","protocol":"https","host":["api","getpostman","com"],"path":["users",":userId"],"variable":[{"key":"userId","value":"1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"16a3dbdb-21a6-470c-9639-747c7427bb32"}],"id":"c0e35437-9f48-4b8a-a1cc-dcbce8d9d8c6","description":"<p>The <strong>Users</strong> endpoints enable you to get information about Postman users.</p>\n","_postman_id":"c0e35437-9f48-4b8a-a1cc-dcbce8d9d8c6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Groups","item":[{"name":"Get all groups","id":"43234f5e-c87c-4c9b-8806-b428ef6cbd80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups","description":"<p>Gets all of a team's Postman <a href=\"https://learning.postman.com/docs/collaborating-in-postman/user-groups/\">groups</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["groups"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"879bd94d-8a86-4732-88e6-9f4ddc471d8b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"updatedAt\": \"2024-10-03T14:05:05.000Z\",\n            \"members\": [\n                12345678,\n                87654321,\n                56781234\n            ],\n            \"teamId\": 1,\n            \"id\": 123,\n            \"name\": \"API Test Group\",\n            \"summary\": \"API testing group.\",\n            \"roles\": [\n                \"user\"\n            ],\n            \"createdAt\": \"2024-10-03T14:05:05.000Z\",\n            \"createdBy\": 12345678\n        },\n        {\n            \"updatedAt\": \"2024-04-04T13:36:11.000Z\",\n            \"members\": [\n                56789012\n            ],\n            \"teamId\": 1,\n            \"id\": 456,\n            \"name\": \"Billing\",\n            \"summary\": \"\",\n            \"roles\": [\n                \"user\"\n            ],\n            \"createdAt\": \"2024-03-06T11:01:42.000Z\",\n            \"createdBy\": 12345678\n        },\n        {\n            \"updatedAt\": \"2024-03-15T19:44:20.000Z\",\n            \"members\": [\n                12345678,\n                87654321,\n                56781234,\n                78906531,\n                45507812\n            ],\n            \"teamId\": 1,\n            \"id\": 789,\n            \"name\": \"Collaboration\",\n            \"summary\": \"\",\n            \"roles\": [\n                \"user\"\n            ],\n            \"createdAt\": \"2024-03-15T19:44:20.000Z\",\n            \"createdBy\": 12345678\n        }\n    ]\n}"},{"id":"d8e9d683-72ec-4114-9d3b-7c2dcee91cae","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"90a82120-cde2-435f-a0ba-cb7100113366","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"073df4af-1560-4301-8ff4-fb48a78ef086","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"43234f5e-c87c-4c9b-8806-b428ef6cbd80"},{"name":"Get a group","id":"86032bfa-d6c2-401d-8a83-2438273d787d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/groups/:groupId","description":"<p>Gets information about a Postman <a href=\"https://learning.postman.com/docs/collaborating-in-postman/user-groups/\">user group</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["groups",":groupId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The group's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"6c0160ab-ecc9-4b87-b1d9-ac9c5f5d13d8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"123","description":"The group's ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123,\n    \"teamId\": 1,\n    \"name\": \"API Test Group\",\n    \"summary\": \"API testing group.\",\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2024-10-03T14:05:05.000Z\",\n    \"updatedAt\": \"2024-10-03T14:05:05.000Z\",\n    \"members\": [\n        12345678,\n        87654321,\n        56781234\n    ],\n    \"roles\": [\n        \"user\"\n    ],\n    \"managers\": [\n        12345678\n    ]\n}"},{"id":"985c007e-7f09-45f1-8ab7-1991dce37424","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"","description":"The group's ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Bad Request\",\n    \"status\": 400\n}"},{"id":"5494065c-e1c3-4f28-833a-5895bfb870dd","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"123","description":"The group's ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"3f2dc0b7-f3a0-41c5-b811-63d7de6e53de","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"123","description":"The group's ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"f8b1669c-0fb4-4500-bc21-2e9b82d06cdd","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"123","description":"The group's ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"86e45a04-271c-46ba-9a56-a86fb3cef650","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/groups/:groupId","protocol":"https","host":["api","getpostman","com"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"123","description":"The group's ID."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"86032bfa-d6c2-401d-8a83-2438273d787d"}],"id":"73821cf6-a9b2-4276-b7c0-3193ea2686f4","description":"<p>The <strong>Groups</strong> endpoints enable you to manage user <a href=\"https://learning.postman.com/docs/collaborating-in-postman/user-groups/\">groups</a> in Postman. With groups, you can arrange users into groups that reflect your organizational structure.</p>\n","_postman_id":"73821cf6-a9b2-4276-b7c0-3193ea2686f4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create a webhook","id":"7552368b-7fc3-4f9b-a3e2-e229c3f6d299","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook\":{\n        \"name\": \"{{webhookName}}\",\n        \"collection\": \"{{collectionUid}}\",\n        \"environment\": \"{{environmentUid}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/webhooks?workspace=","description":"<p>Creates a webhook that triggers a collection with a custom payload. You can get the webhook's URL from the <code>webhookUrl</code> property in the endpoint's response.</p>\n<p><strong>Note:</strong></p>\n<p>If you do not include the <code>workspace</code> query parameter, the system creates the webhook in the oldest personal Internal workspace you own.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>A workspace ID in which to create the webhook.</p>\n<p>If you do not include this parameter, the system creates the webhook in the oldest personal Internal workspace you own.</p>\n","type":"text/plain"},"key":"workspace","value":""}],"variable":[]}},"response":[{"id":"9102ecf9-d088-443f-9d17-85a5a7daa87c","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook\":{\n        \"name\": \"Test Webhook\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/webhooks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["webhooks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"webhook\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Test Webhook\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"webhookUrl\": \"https://newman-api.getpostman.com/run/12345678/267a6e99-b6da-407c-a96f-03be2d6282fb\",\n        \"uid\": \"12345678-1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}"},{"id":"cb2556b4-00b4-42ed-8041-f154d8d1c7c3","name":"Missing Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook\":{\n        \"name\": \"Test Webhook\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/webhooks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["webhooks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\",\n        \"details\": {\n            \"param\": [\n                \"collection\"\n            ]\n        }\n    }\n}"},{"id":"688a29c6-3177-4ef3-b471-960114cda796","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook\":{\n        \"name\": \"Test Webhook\",\n        \"collection\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/webhooks?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["webhooks"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"7552368b-7fc3-4f9b-a3e2-e229c3f6d299"}],"id":"8bec7537-cc5d-4ed7-a995-c7753e55ed28","description":"<p>The <strong>Webhooks</strong> endpoints enable you to manage <a href=\"https://learning.postman.com/docs/running-collections/collection-webhooks/\">custom webhooks</a>.</p>\n","_postman_id":"8bec7537-cc5d-4ed7-a995-c7753e55ed28","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Workspaces","item":[{"name":"Activity Feed","item":[{"name":"Get a workspace's activity feed","id":"14ab7709-db6f-4688-8281-0d523d47cff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId/activities","description":"<p>Gets a workspace's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/changelog-and-restoring-collections/#view-workspace-activity\">activity feed</a>. Activity feeds return information about who added or removed collections, environments, or elements from a workspace, and users that join or leave a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","activities"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of elements to filter the results by:</p>\n<ul>\n<li><code>collection</code></li>\n<li><code>workspace</code></li>\n<li><code>environment</code></li>\n<li><code>mock</code></li>\n<li><code>monitor</code></li>\n</ul>\n","type":"text/plain"},"key":"elementType","value":""},{"disabled":true,"description":{"content":"<p>Filter results by the given user ID.</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"63d39bff-5f95-4e70-802a-e43fb90d7d03","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities?limit=8","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"query":[{"key":"limit","value":"8"}],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"bmV4dDppZDpZWEpqYUdsMllXeEVRaXhtWldWa2MxOHlNREkxWHpFc01UTXpNelE0\"\n    },\n    \"data\": [\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T14:33:23Z\",\n            \"updatedAt\": \"2025-04-07T14:33:23Z\",\n            \"id\": 15178,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"update\",\n            \"elementId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"elementName\": \"Test API\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T14:33:23Z\",\n            \"updatedAt\": \"2025-04-07T14:33:23Z\",\n            \"id\": 15177,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"update\",\n            \"elementId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"elementName\": \"New Collection\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:59:02Z\",\n            \"updatedAt\": \"2025-04-07T13:59:02Z\",\n            \"id\": 15131,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"workspace\",\n            \"trigger\": \"update_visibility\",\n            \"elementId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"elementName\": \"Testing APIs\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:56:09Z\",\n            \"updatedAt\": \"2025-04-07T13:56:09Z\",\n            \"id\": 15130,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"workspace\",\n            \"trigger\": \"add_user_role\",\n            \"elementId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"elementName\": \"Testing APIs\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:54:07Z\",\n            \"updatedAt\": \"2025-04-07T13:54:07Z\",\n            \"id\": 15125,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"destroy\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"destroy\",\n            \"elementid\": \"12345678-ea39a259-0c9b-4a5c-a2e6-bddadb8f8e6f\",\n            \"elementName\": \"Billing API\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:52:53Z\",\n            \"updatedAt\": \"2025-04-07T13:53:34Z\",\n            \"id\": 15122,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"update\",\n            \"elementId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"elementName\": \"New Collection\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:52:43Z\",\n            \"updatedAt\": \"2025-04-07T13:52:43Z\",\n            \"id\": 15117,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"create\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"create\",\n            \"elementId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"elementName\": \"New Collection\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-03-24T17:00:09Z\",\n            \"updatedAt\": \"2025-03-24T17:00:09Z\",\n            \"id\": 133348,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"create\",\n            \"elementType\": \"collection\",\n            \"trigger\": \"create\",\n            \"elementid\": \"12345678-e562f717-596b-4d3a-80d9-0aaa44a8f900\",\n            \"elementName\": \"Billing API\"\n        }\n    ]\n}"},{"id":"45d88ae8-7d38-46fe-aff2-1c55a37e230f","name":"Filter by Element Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities?elementType=workspace","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"query":[{"key":"elementType","value":"workspace"}],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"\"\n    },\n    \"data\": [\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:59:02Z\",\n            \"updatedAt\": \"2025-04-07T13:59:02Z\",\n            \"id\": 15131,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"workspace\",\n            \"trigger\": \"update_visibility\",\n            \"elementId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"elementName\": \"Testing APIs\"\n        },\n        {\n            \"workspaceId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"createdAt\": \"2025-04-07T13:56:09Z\",\n            \"updatedAt\": \"2025-04-07T13:56:09Z\",\n            \"id\": 15130,\n            \"user\": {\n                \"id\": 12345678,\n                \"username\": \"research-physicist-12345678\",\n                \"isPartner\": false,\n                \"name\": \"Taylor Lee\"\n            },\n            \"action\": \"update\",\n            \"elementType\": \"workspace\",\n            \"trigger\": \"add_user_role\",\n            \"elementId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"elementName\": \"Testing APIs\"\n        }\n    ]\n}"},{"id":"39030338-9f00-4297-92ed-77e5fd0a3bec","name":"Invalid Parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities?limit=aaa","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"query":[{"key":"limit","value":"aaa"}],"variable":[{"key":"workspaceId","value":"04c93785-a16a-4907-9781-f57cd67e3760"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"querystring.limit should be integer\",\n    \"status\": 400\n}"},{"id":"b71d2119-09f1-4a6b-b729-cc43ded2f3e8","name":"Invalid User ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities?userId=\"12345678\"","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"query":[{"key":"userId","value":"\"12345678\""}],"variable":[{"key":"workspaceId","value":"04c93785-a16a-4907-9781-f57cd67e3760"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"User ID must be an integer.\",\n    \"status\": 400\n}"},{"id":"bc2d7a92-fc02-4c1d-b3ee-80f1f4bdf590","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"variable":[{"key":"workspaceId","value":"04c93785-a16a-4907-9781-f57cd67e3760"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"fcb53dcb-37ee-4147-a516-39bd1b24d16f","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"variable":[{"key":"workspaceId","value":"04c93785-a16a-4907-9781-f57cd67e3760"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"9c932b64-7bc6-4932-a7cb-ef208203bada","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/activities","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","activities"],"variable":[{"key":"workspaceId","value":"04c93785-a16a-4907-9781-f57cd67e3760"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Workspace not found\",\n    \"status\": 404\n}"}],"_postman_id":"14ab7709-db6f-4688-8281-0d523d47cff3"}],"id":"6cceeb1b-46b9-44bc-84ca-682afcf38678","description":"<p>The <strong>Activity Feed</strong> endpoints enable you to get a workspace's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/changelog-and-restoring-collections/#view-workspace-activity\">activity feed</a>. Activity feeds return information about who added or removed collections, environments, or elements from a workspace, and users that join or leave a workspace.</p>\n","_postman_id":"6cceeb1b-46b9-44bc-84ca-682afcf38678","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Global Variables","item":[{"name":"Get global variables","id":"62f4070a-fee2-4ada-9c5c-bb0fe4e3b516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId/global-variables","description":"<p>Gets a workspace's global <a href=\"https://learning.postman.com/docs/sending-requests/variables/#variable-scopes\">variables</a>. Global variables enable you to access data between collections, requests, scripts, and environments and are available throughout a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","global-variables"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"c241b7eb-d3e6-41b9-9ab5-17e594ece619","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/global-variables","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","global-variables"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"value\": \"\",\n            \"key\": \"x-api-key\",\n            \"enabled\": true,\n            \"type\": \"secret\",\n            \"description\": \"A valid Postman API key.\"\n        },\n        {\n            \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"key\": \"collectionId\",\n            \"enabled\": true,\n            \"type\": \"default\",\n            \"description\": \"The collection's ID.\"\n        }\n    ]\n}"},{"id":"5cd3dc03-23ce-46fb-a76e-6fdd16b07267","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/global-variables","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","global-variables"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/servererror\",\n    \"title\": \"Internal server error\",\n    \"detail\": \"Details about the error\"\n}"}],"_postman_id":"62f4070a-fee2-4ada-9c5c-bb0fe4e3b516"},{"name":"Update global variables","id":"7bec839d-4187-42c5-9d25-47afe4a8185d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"values\": [\n        {\n            \"key\": \"{{keyName}}\",\n            \"type\": \"{{keyType}}\",\n            \"value\": \"{{keyValue}}\",\n            \"enabled\": true,\n            \"description\": \"{{variableDescription}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId/global-variables","description":"<p>Updates and replaces a workspace's global <a href=\"https://learning.postman.com/docs/sending-requests/variables/#variable-scopes\">variables</a>. This endpoint replaces all existing global variables with the variables you pass in the request body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","global-variables"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"4fc72bda-6b82-47f2-8760-18447b79d771","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"values\": [\n    {\n      \"key\": \"x-api-key\",\n      \"value\": \"\",\n      \"type\": \"secret\",\n      \"enabled\": true,\n      \"description\": \"A valid Postman API key.\"\n    },\n    {\n      \"key\": \"collectionId\",\n      \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n      \"type\": \"default\",\n      \"enabled\": true,\n      \"description\": \"The collection's ID.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9/global-variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"value\": \"\",\n            \"key\": \"x-api-key\",\n            \"enabled\": true,\n            \"type\": \"secret\",\n            \"description\": \"A valid Postman API key.\"\n        },\n        {\n            \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"key\": \"collectionId\",\n            \"enabled\": true,\n            \"type\": \"default\",\n            \"description\": \"The collection's ID.\"\n        }\n    ]\n}"},{"id":"a1664267-4255-4f98-a024-149e9131f2b4","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"values\": [\n    {\n      \"key\": \"api-key\",\n      \"type\": \"secret\",\n      \"value\": \"PMAK-XXXX\",\n      \"enabled\": true\n    },\n    {\n      \"key\": \"collection_uid\",\n      \"type\": \"default\",\n      \"value\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9/global-variables"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/servererror\",\n    \"title\": \"Internal server error\",\n    \"detail\": \"Details about the error\"\n}"}],"_postman_id":"7bec839d-4187-42c5-9d25-47afe4a8185d"}],"id":"a75846bd-c1c7-43e3-88f6-a0c752db83c5","description":"<p>These endpoints enable you to manage global <a href=\"https://learning.postman.com/docs/sending-requests/variables/\">variables</a>. Global variables are available throughout a workspace and have the broadest scope in Postman.</p>\n","_postman_id":"a75846bd-c1c7-43e3-88f6-a0c752db83c5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Roles","item":[{"name":"Get all roles","id":"f4250b7c-87a6-46ba-a58b-02081131a67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces-roles","description":"<p>Gets information about all roles in a workspace, based on the team's <a href=\"https://www.postman.com/pricing/\">plan</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces-roles"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"2f90ec38-ca4a-4ab8-ae53-e17bf51e4eaf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces-roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": {\n        \"user\": [\n            {\n                \"id\": \"3\",\n                \"displayName\": \"Admin\",\n                \"description\": \"Can manage people and all resources\"\n            },\n            {\n                \"id\": \"2\",\n                \"displayName\": \"Editor\",\n                \"description\": \"Can create and edit all resources\"\n            },\n            {\n                \"id\": \"1\",\n                \"displayName\": \"Viewer\",\n                \"description\": \"Can view and collaborate on all resources\"\n            }\n        ],\n        \"usergroup\": [\n            {\n                \"id\": \"3\",\n                \"displayName\": \"Admin\",\n                \"description\": \"Can manage people and all resources\"\n            },\n            {\n                \"id\": \"2\",\n                \"displayName\": \"Editor\",\n                \"description\": \"Can create and edit all resources\"\n            },\n            {\n                \"id\": \"1\",\n                \"displayName\": \"Viewer\",\n                \"description\": \"Can view and collaborate on all resources\"\n            }\n        ],\n        \"partner\": [\n            {\n                \"id\": \"7\",\n                \"displayName\": \"Editor and Partner Lead\",\n                \"description\": \"Can create and edit workspace resources, and invite partners with Editor or Viewer access to the workspace\"\n            },\n            {\n                \"id\": \"6\",\n                \"displayName\": \"Viewer and Partner Lead\",\n                \"description\": \"Can view, fork and export workspace resources, and invite partners with Viewer access to the workspace\"\n            },\n            {\n                \"id\": \"5\",\n                \"displayName\": \"Editor\",\n                \"description\": \"Can create, edit and fork workspace resources\"\n            },\n            {\n                \"id\": \"4\",\n                \"displayName\": \"Viewer\",\n                \"description\": \"Can send requests and view workspace resources\"\n            }\n        ]\n    }\n}"},{"id":"a1488de8-aba0-46c8-8267-004915a42049","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces-roles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"An API key must be provided in the request header or query string\",\n    \"status\": 401\n}"},{"id":"747a931a-7a00-40e1-a980-994083067bee","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces-roles"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Resource cannot be accessed\",\n    \"detail\": \"Inadequate permissions. Resource access forbidden.\",\n    \"status\": 403\n}"},{"id":"b71edf6e-3ca2-40a6-9723-09122f03769c","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces-roles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"f4250b7c-87a6-46ba-a58b-02081131a67c"},{"name":"Get a workspace's roles","id":"e09c8173-fbe2-47a8-a4a1-772b2efec59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId/roles","description":"<p>Gets the roles of users, user groups, and partners in a workspace.</p>\n<p><strong>Note:</strong></p>\n<p>Partner roles don't support SCIM IDs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","roles"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Include the following information in the endpoint's response:</p>\n<ul>\n<li><code>scim</code> — Return IDs as SCIM user and group IDs.</li>\n</ul>\n","type":"text/plain"},"key":"include","value":"scim"}],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"1157ebe2-ca0e-40bd-a93a-0dea4d30f364","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"displayName\": \"Viewer\",\n            \"user\": [\n                \"12345678\"\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"displayName\": \"Admin\",\n            \"group\": [\n                \"56781234\"\n            ]\n        },\n        {\n            \"id\": \"5\",\n            \"displayName\": \"Editor\",\n            \"partner\": [\n                \"43215678\"\n            ]\n        }\n    ]\n}"},{"id":"72f1c6aa-1a96-4869-be66-f3234e4179f8","name":"Return SCIM IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles?include=scim","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"query":[{"key":"include","value":"scim"}],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"displayName\": \"Viewer\",\n            \"user\": [\n                \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\"\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"displayName\": \"Admin\",\n            \"group\": [\n                \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\"\n            ]\n        },\n        {\n            \"id\": \"5\",\n            \"displayName\": \"Editor\",\n            \"partner\": [\n                \"43215678\"\n            ]\n        }\n    ]\n}"},{"id":"02132624-81f2-4cc3-97b5-3ecb465398ad","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": 1\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": 2\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": 1\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": 2\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": 3\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"d61cb8df-cac0-4159-a844-48031901e5e3","name":"Forbidden","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": 1\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": 2\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": 1\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": 2\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": 3\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Resource cannot be accessed\",\n    \"detail\": \"Inadequate permissions. Resource access forbidden.\",\n    \"status\": 403\n}"},{"id":"2f3fb202-3a1e-4145-9f10-0d040c977869","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"https://api.postman.com/problems/not-found\",\n    \"type\": \"Resource not found\",\n    \"detail\": \"\",\n    \"status\": 404\n}"},{"id":"d6b58d97-578b-48f2-9194-5f6f55172600","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"e09c8173-fbe2-47a8-a4a1-772b2efec59a"},{"name":"Update workspace roles","id":"133e2d90-ce1f-4309-ac77-0635bbc24696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"{{operationType}}\",\n            \"path\": \"{{pathValue}}\",\n            \"value\": [\n                {\n                    \"id\": \"{{id}}\",\n                    \"role\": \"{{workspaceRoleId}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId/roles","description":"<p>Updates the roles of users, <a href=\"https://learning.postman.com/docs/collaborating-in-postman/user-groups/\">user groups</a>, or partners in a workspace. To get a list of roles, use the <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/request/12959542-f4250b7c-87a6-46ba-a58b-02081131a67c\">GET /workspace-roles</a> endpoint.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>User groups are available on Postman <a href=\"https://www.postman.com/pricing\">Enterprise plans</a>.</p>\n</li>\n<li><p>To use SCIM IDs for users and user groups, include the <code>identifierType=scim</code> header when you call this endpoint. To get SCIM user IDs, use the <code>include=scim</code> query parameter when calling the <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/request/12959542-3a56b6f8-8d0c-410f-a933-03e26589c742?ctx=documentation\">GET /workspaces/{workspaceId}</a> or <a href=\"https://www.postman.com/postman/workspace/postman-public-workspace/request/12959542-f027a0fa-9012-4654-a65d-2b751a3154a9\">GET /workspaces</a> endpoints.</p>\n</li>\n<li><p>You can't set roles for users in personal workspaces.</p>\n</li>\n<li><p>This endpoint doesn't support the external <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Guest role</a>.</p>\n</li>\n<li><p>The partner <strong>Editor</strong> and <strong>Editor and Partner Lead</strong> roles aren't supported in multi-partner workspaces.</p>\n</li>\n<li><p>You can't update partner and user roles in the same operation.</p>\n</li>\n<li><p>This endpoint is restricted to 50 operations per call.</p>\n</li>\n<li><p>The request body must contain one unique action per user, user group, or partner. For example, you cannot add and remove multiple roles for a user in the same request body.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","roles"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"bbadf516-6b58-421e-a0ed-c1aa3ca48497","name":"Successful Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"1\"\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": \"1\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"displayName\": \"Viewer\",\n            \"user\": [\n                \"12345678\"\n            ],\n            \"group\": [\n                \"123\"\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"displayName\": \"Editor\",\n            \"user\": [\n                \"87654321\"\n            ],\n            \"group\": [\n                \"123\"\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"displayName\": \"Admin\",\n            \"user\": [\n                \"13428756\"\n            ],\n            \"group\": [\n                \"132\"\n            ]\n        }\n    ]\n}"},{"id":"ff30f92c-4961-47dd-ba2d-86cbccd2539b","name":"Update Role with SCIM ID","originalRequest":{"method":"PATCH","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n                    \"role\": \"1\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"displayName\": \"Viewer\",\n            \"user\": [\n                \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\"\n            ]\n        }\n    ]\n}"},{"id":"c8656089-e70b-4f02-9f6a-cc2de20b5466","name":"Update Role and Group with SCIM IDs","originalRequest":{"method":"PATCH","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n                    \"role\": \"3\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"displayName\": \"Admin\",\n            \"group\": [\n                \"561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00\"\n            ],\n            \"user\": [\n                \"e982929dadd02cf627e8c111925fc37a93dbc86f510840db\"\n            ],\n            \"id\": \"3\"\n        }\n    ]\n}"},{"id":"397e475f-7fcd-4acf-9cd4-31627c9c8bb2","name":"Add Workspace Group Role","originalRequest":{"method":"PATCH","header":[{"key":"identifierType","value":"scim"}],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"1234\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"group\": [\n                \"1234\"\n            ],\n            \"user\": [\n                \"12345678\"\n            ],\n            \"id\": \"3\",\n            \"displayName\": \"Admin\"\n        }\n    ]\n}"},{"id":"1bf587f8-a245-4a3e-9d40-4cc121240cc5","name":"Remove Workspace Group Role","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"1234\",\n                    \"role\": \"1\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"group\": [\n                \"1234\"\n            ],\n            \"user\": [\n                \"12345678\"\n            ],\n            \"id\": \"3\",\n            \"displayName\": \"Admin\"\n        }\n    ]\n}"},{"id":"314fee51-3f19-45d3-95cd-a55124fed799","name":"Add and Remove Partner Roles","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/partner\",\n            \"value\": [\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"4\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/partner\",\n            \"value\": [\n                {\n                    \"id\": \"43215678\",\n                    \"role\": \"4\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"4\",\n            \"displayName\": \"Viewer\",\n            \"partner\": [\n                \"87654321\"\n            ]\n        }\n    ]\n}"},{"id":"765e9bbe-4a32-4d23-a97d-5d0b4c54f859","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"user\": [\n                \"12345678\"\n            ],\n            \"usergroup\": [\n                \"123\"\n            ],\n            \"displayName\": \"Viewer\"\n        },\n        {\n            \"id\": \"2\",\n            \"user\": [\n                \"87654321\"\n            ],\n            \"usergroup\": [\n                \"321\"\n            ],\n            \"displayName\": \"Editor\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"body.roles[0] should have required property 'op'\",\n    \"status\": 400,\n    \"detail\": \"\"\n}"},{"id":"343ff810-d557-4a5d-9acd-6316690c8458","name":"Invalid Role for Multi-Partner Workspace","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/partner\",\n            \"value\": [\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"5\"\n                },\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"7\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid Request.\",\n    \"detail\": \"Role is invalid for multi partner workspace.\",\n    \"status\": 400\n}"},{"id":"bdc59bc8-bb3d-41f6-a663-d7133afedefb","name":"Cannot Update Both Partner and User Roles","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/partner\",\n            \"value\": [\n                {\n                    \"id\": \"43215678\",\n                    \"role\": \"3\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"1\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid Request.\",\n    \"detail\": \"Only one of user or partner roles can be modified at a time.\",\n    \"status\": 400\n}"},{"id":"c65e700e-e586-49a0-af96-4390afad8806","name":"Missing Operation in Partner Role Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/partner\",\n            \"value\": [\n                {\n                    \"id\": \"43215678\",\n                    \"role\": \"4\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid Request.\",\n    \"detail\": \"Partner role update requires exactly two operations: one add and one remove.\",\n    \"status\": 400\n}"},{"id":"d097801a-f949-4f15-be22-d124142df9a6","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"1\"\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": \"1\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401,\n    \"detail\": \"An API key must be provided in the request header or query string\"\n}"},{"id":"c5d7c343-9cd7-4235-ae9b-dfe31d55e4ec","name":"Forbidden","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"1\"\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": \"1\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Resource cannot be accessed\",\n    \"status\": 403,\n    \"detail\": \"Inadequate permissions. Resource access forbidden.\"\n}"},{"id":"768b1b6a-bf94-4a93-a067-fba0bceed0a5","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"user\": [\n                \"12345678\"\n            ],\n            \"usergroup\": [\n                \"123\"\n            ],\n            \"displayName\": \"Viewer\"\n        },\n        {\n            \"id\": \"2\",\n            \"user\": [\n                \"87654321\"\n            ],\n            \"usergroup\": [\n                \"321\"\n            ],\n            \"displayName\": \"Editor\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Resource not found\",\n    \"title\": \"https://api.postman.com/problems/not-found\",\n    \"status\": 404,\n    \"detail\": \"\"\n}"},{"id":"c46b4eb1-30e0-4ec7-83fa-d000f86ac111","name":"Personal Workspace Roles Unsupported","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"id\": \"1\",\n            \"user\": [\n                \"12345678\"\n            ],\n            \"usergroup\": [\n                \"123\"\n            ],\n            \"displayName\": \"Viewer\"\n        },\n        {\n            \"id\": \"2\",\n            \"user\": [\n                \"87654321\"\n            ],\n            \"usergroup\": [\n                \"321\"\n            ],\n            \"displayName\": \"Editor\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://api.postman.com/problems/unprocessable-entity\",\n    \"title\": \"Cannot process the request.\",\n    \"detail\": \"Roles are not supported for personal workspaces.\",\n    \"status\": 422\n}"},{"id":"1fd3fa33-efac-4e02-9b42-e37a99fac334","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roles\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"12345678\",\n                    \"role\": \"1\"\n                },\n                {\n                    \"id\": \"87654321\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/user\",\n            \"value\": [\n                {\n                    \"id\": \"87612345\",\n                    \"role\": \"1\"\n                }\n            ]\n        },\n        {\n            \"op\": \"add\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"123\",\n                    \"role\": \"2\"\n                }\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/usergroup\",\n            \"value\": [\n                {\n                    \"id\": \"312\",\n                    \"role\": \"3\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/roles","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","roles"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500,\n    \"detail\": \"Internal Server Error\"\n}"}],"_postman_id":"133e2d90-ce1f-4309-ac77-0635bbc24696"}],"id":"0ad661ea-2ba2-47f8-929c-044ddaa0ef6a","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#workspace-roles\">workspace roles</a>. Roles define user permissions within a Postman workspace.</p>\n","_postman_id":"0ad661ea-2ba2-47f8-929c-044ddaa0ef6a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Tags","item":[{"name":"Get a workspace's tags","id":"cfb66d0c-0b42-453e-b595-83930bece6b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId/tags","description":"<p>Gets all the tags associated with a workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"82381468-5127-440a-90e3-85d727b89e8f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}"},{"id":"d19d2573-a14e-4f6e-b00c-2c12dfe44649","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"b0dbacaf-218f-4634-bd16-68b061674a53","name":"Invalid Credentials","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"a6234217-9b70-4135-ba92-24b3dec870c3","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"faed4c3c-bdc0-400e-a8ff-95eb25807526","name":"Not Enterprise","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"2832e822-f5ce-478c-b057-37f65749bc06","name":"No View Permissions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"status\": 403,\n    \"detail\": \"You do not have view permission\",\n    \"instance\": \"/tags/workspaces/12345678-e361eeb4-00dd-4225-9774-6146a2555999\"\n}"},{"id":"23329be8-5673-4e02-ada1-c3329c713051","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"cfb66d0c-0b42-453e-b595-83930bece6b9"},{"name":"Update a workspace's tags","id":"d2490447-385b-4978-8ffb-243c7335640c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"{{tagName}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId/tags","description":"<p>Updates a workspace's associated tags. This endpoint replaces all existing tags with those you pass in the request body.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You can only add a maximum of five tags to an API.</p>\n</li>\n<li><p>Tags must be between 2 and 64 characters long.</p>\n</li>\n<li><p>Tags must follow the <code>^[a-z][a-z0-9-]\\\\\\\\\\\\*[a-z0-9]+$</code> pattern.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"ddfe5c1b-32ae-4d3f-b223-7d450b7ad030","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}"},{"id":"ff43cf34-dda5-43b7-a263-37caa7aacbb4","name":"Tag Exceeds Max Size","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"oS1Z9gHS9lDaAhX3xu0ekJRZwt0CPIikGYApohSPJVu3n3iiHxdISMqMFVo6wPf8N\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must NOT have more than 64 characters\",\n    \"status\": 400\n}"},{"id":"eae2e571-7c95-407b-b52a-8989ec6b1ae5","name":"Exceeds Max Number of Tags","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        },\n        {\n            \"slug\": \"test-collection\"\n        },\n        {\n            \"slug\": \"preview\"\n        },\n        {\n            \"slug\": \"pre-release\"\n        },\n        {\n            \"slug\": \"api-team\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/badrequest\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags must NOT have more than 5 items\",\n    \"status\": 400\n}"},{"id":"4db46c96-2740-43e0-979d-7be30e2910f3","name":"Special Character Present","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"test-api!\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"babec798-fde6-4d70-aebe-44a3e35a8c1e","name":"Missing tags Object","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"error\": \"Bad Request\",\n    \"message\": \"body must have required property 'tags'\"\n}"},{"id":"e479878b-4f7b-48c5-a545-b328db338b00","name":"Tag Does Not Start with Letter","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"1test\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"08f8eb32-5f1b-4f03-8ba0-15030e4dd6b4","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"a240d5c8-9cad-483e-9fc5-825b6aeb249f","name":"Invalid Credentials","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"5df066af-c8e6-41fb-a0d3-42bc00a1047f","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"7b50af31-cf83-4b51-b18e-df67c9cdb1e6","name":"Not Enterprise","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"0e4a30ce-ce16-48c7-b0b8-11f19a46a843","name":"No View Permissions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"status\": 403,\n    \"detail\": \"You do not have view permission\",\n    \"instance\": \"/tags/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"a3f8b97a-04e6-46b9-91f4-0b24118b1d57","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        },\n        {\n            \"slug\": \"test-api\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/tags","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","tags"],"variable":[{"key":"workspaceId","value":"e361eeb4-00dd-4225-9774-6146a2555999"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"d2490447-385b-4978-8ffb-243c7335640c"}],"id":"3e19cb7c-05a9-4df9-bba3-701cc3a139d3","description":"<p>These endpoints enable you to manage workspace tags with Postman's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#tagging-a-workspace\">tagging</a> feature. Tagging is available on <a href=\"https://www.postman.com/pricing/\">Postman <b>Enterprise</b> plans</a>.</p>\n","_postman_id":"3e19cb7c-05a9-4df9-bba3-701cc3a139d3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Transfers","item":[{"name":"Transfer element to a workspace","id":"7ef96186-24f3-40ab-90a7-467aea3c824e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{elementId}}\",\n    \"type\": \"{{elementType}}\",\n    \"to\": \"{{workspaceId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","description":"<p>Transfers a <a href=\"https://learning.postman.com/docs/getting-started/basics/postman-elements/\">Postman element</a> from one workspace to another workspace. Supported elements include collections, environments, mocks, monitors, and Flows modules and actions.</p>\n<p>When copying an element between workspaces, the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/workspace-activity/\">activity feed</a> for both workspaces update to reflect the change.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint does not support transferring elements from team workspaces to personal workspaces.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","element-transfers"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"b8db3484-c1ff-4167-8a65-d2b89e1fcda9","name":"Transfer Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"element-transfers\": {\n            \"type\": \"collection\",\n            \"from\": \"ecfa5b91-5de8-43c1-acc0-38d92243754a\",\n            \"id\": \"12345678-04c79329-fa51-465a-9bfd-c3107d75f536\",\n            \"to\": \"c0084e97-31be-4265-b0d8-25cb0dff5a70\"\n        }\n    }\n}"},{"id":"3438abf1-ce73-4fba-922e-7d77dfc298fe","name":"Transfer Environment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n    \"type\": \"environment\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"element-transfers\": {\n            \"type\": \"environment\",\n            \"from\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"to\": \"c0084e97-31be-4265-b0d8-25cb0dff5a70\"\n        }\n    }\n}"},{"id":"57de5935-1e47-42db-bae3-81ba94e04854","name":"Transfer Mock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n    \"type\": \"mock\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"element-transfers\": {\n            \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\",\n            \"from\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n            \"type\": \"mock\"\n        }\n    }\n}"},{"id":"e5413617-0006-478b-ab9b-7beed5cbc914","name":"Transfer Monitor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n    \"type\": \"monitor\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"element-transfers\": {\n            \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\",\n            \"from\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"type\": \"monitor\"\n        }\n    }\n}"},{"id":"fa4977a2-eced-4d3a-b1a2-1c7e9a3b3eaf","name":"Transfer Flow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"68640e3433ea760031f7b16c\",\n    \"type\": \"flow\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"element-transfers\": {\n            \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\",\n            \"from\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"id\": \"68640e3433ea760031f7b16c\",\n            \"type\": \"flow\"\n        }\n    }\n}"},{"id":"309b6e67-5e06-4618-8d8f-6ca4bb59788b","name":"Cannot Transfer from Team to Personal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"Cannot move elements from team level workspace to personal\"\n}"},{"id":"9501affc-92aa-491b-92a5-08c1a4143ee3","name":"Invalid type Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"element type is not register or is falsy\"\n}"},{"id":"fea430e1-c0cc-4e74-a9f7-72e2f62fbfbf","name":"Missing id Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"The 'id' property is required\"\n}"},{"id":"64bda48e-7877-46c9-94e2-34325aa30ad8","name":"Missing to Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"type\": \"collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"The 'to' property is required\"\n}"},{"id":"6cabbaaa-6486-46db-98a6-3464f974d6ad","name":"Missing type Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Bad Request\",\n    \"status\": 400,\n    \"detail\": \"The 'type' property is required\"\n}"},{"id":"3829edd7-1141-4dfa-9639-206efe35c681","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"status\": 403,\n    \"detail\": \"Forbidden\"\n}"},{"id":"2c638b87-ba99-4286-b3ff-e76bf57291c4","name":"Workspace Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"type\": \"collection\",\n    \"to\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/element-transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","element-transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"status\": 404,\n    \"detail\": \"Workspace not found\"\n}"}],"_postman_id":"7ef96186-24f3-40ab-90a7-467aea3c824e"}],"id":"0e072c2a-0be1-453e-8d76-cc9e0346ade7","description":"<p>These endpoints enable you to managing moving elements between different workspaces.</p>\n","_postman_id":"0e072c2a-0be1-453e-8d76-cc9e0346ade7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Update a workspace","id":"22a3d4b5-450c-4275-bfa0-45614cdfc7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"{{workspaceName}}\",\n        \"type\": \"{{workspaceType}}\",\n        \"description\": \"{{workspaceDescription}}\",\n        \"about\": \"{{workspaceSummary}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId","description":"<p>Updates a workspace's property, such as its name or visibility.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint does not support the following workspace visibility changes:</p>\n<ul>\n<li><p><code>private</code> to <code>public</code>, <code>public</code> to <code>private</code>, and <code>private</code> to <code>personal</code> for <strong>Free</strong> and <strong>Solo</strong> <a href=\"https://www.postman.com/pricing/\">plans</a>.</p>\n</li>\n<li><p><code>public</code> to <code>personal</code> for team users only.</p>\n</li>\n</ul>\n</li>\n<li><p>There are rate limits when publishing public workspaces.</p>\n</li>\n<li><p>Public team workspace names must be unique.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"e4e23987-e1d8-4f34-985e-e70b5b7edc62","name":"Update Workspace Properties","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Test Workspace\"\n    }\n}"},{"id":"ed2062b4-08e2-433d-ae7c-34f988bd4760","name":"Update Workspace Name and Description","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"description\": \"This is a team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Test Workspace\"\n    }\n}"},{"id":"6730fd01-ad2b-4d08-9581-3b70d1b1cf4d","name":"Update Workspace Type","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"type\": \"team\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Test Workspace\"\n    }\n}"},{"id":"428aa45e-bf64-40cf-a701-cc2dbf6fc7e6","name":"Cannot Convert Private to Public","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Private Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a private workspace.\",\n        \"about\": \"Private workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"cannotConvertToPublicWorkspace\",\n        \"message\": \"Can not convert workspaces to public workspaces for team user. First convert to team.\"\n    }\n}"},{"id":"1d8c50a4-a5f9-4cb5-af92-64c5985fbfef","name":"Cannot Convert to Personal","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Personal Workspace\",\n        \"type\": \"personal\",\n        \"description\": \"This is a personal workspace.\",\n        \"about\": \"Personal workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You are not authorized to perform this action\"\n    }\n}"},{"id":"0491ee96-857d-47d2-9d84-e7bd47275c42","name":"Cannot Convert from Public","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"private\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"cannotConvertFromPublicWorkspace\",\n        \"message\": \"Can not convert workspaces from public workspaces for team user. First convert to team.\"\n    }\n}"},{"id":"5d7fba28-5c70-4842-a799-56055132bbde","name":"Workspace Missing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Team Workspace\",\n    \"type\": \"team\",\n    \"description\": \"This is a team workspace.\",\n    \"about\": \"Team workspace.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"'workspace' object missing in the request\"\n    }\n}"},{"id":"c968c455-45d6-4747-93f4-b5db9ac87996","name":"Publish Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"rateLimit\",\n        \"message\": \"team~1234\"\n    }\n}"},{"id":"49d62e1d-cdd5-403d-8bcf-fb706dcaa01d","name":"Not a Unique Public Workspace Name","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"workspaceSlugNotUniqueError\",\n        \"message\": \"Workspace Slug is not unique in the account context\"\n    }\n}"},{"id":"01192ec5-16b5-46a0-951d-63f0ce50121e","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified workspace with id 1f0df51a-8658-4ee8-a2a1-d2567dfa09a9 does not exist.\"\n    }\n}"},{"id":"6eac645b-89cf-4709-a60e-18c10533b55d","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have access to update this workspace.\"\n    }\n}"},{"id":"dc3c2f0a-b6af-40c6-aaee-67ddded7ed05","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"22a3d4b5-450c-4275-bfa0-45614cdfc7ad"},{"name":"Create a workspace","id":"2f0d2b46-1005-4972-9160-18c60bc49336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"{{workspaceName}}\",\n        \"type\": \"{{workspaceType}}\",\n        \"description\": \"{{workspaceDescription}}\",\n        \"about\": \"{{workspaceSummary}}\",\n        \"teamId\": \"{{teamId}}\" // Required if Postman Organizations is enabled.\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces","description":"<p>Creates a new <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/creating-workspaces/\">workspace</a>.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint returns a 403 <code>Forbidden</code> response if the user does not have permission to create workspaces. <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles\">Admins and Super Admins</a> can configure workspace permissions to restrict users and/or user groups from creating workspaces or require approvals for the creation of team workspaces.</p>\n</li>\n<li><p>Private and <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/partner-workspaces/\">Partner Workspaces</a> are available on Postman <a href=\"https://www.postman.com/pricing\"><b>Team</b> and <b>Enterprise</b> plans</a>.</p>\n</li>\n<li><p>There are rate limits when publishing public workspaces.</p>\n</li>\n<li><p>Public team workspace names must be unique.</p>\n</li>\n<li><p>The <code>teamId</code> property must be passed in the request body if <a href=\"https://learning.postman.com/docs/administration/onboarding-checklist\">Postman Organizations</a> is enabled.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"3b6b29e1-cd24-460e-a4b6-19085c1088bc","name":"Create a Personal Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Personal Workspace\",\n        \"type\": \"personal\",\n        \"description\": \"This is a personal workspace.\",\n        \"about\": \"Personal workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Personal Workspace\"\n    }\n}"},{"id":"b012ca0a-2e22-432c-bc2f-c19d879857a7","name":"Create a Public Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Public Workspace\"\n    }\n}"},{"id":"1bc92c74-0aba-4ba8-8c85-6040e1c13c91","name":"Create a Private Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Private Workspace\",\n        \"type\": \"private\",\n        \"description\": \"This is a private workspace.\",\n        \"about\": \"Private workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Private Workspace\"\n    }\n}"},{"id":"12de9502-b3ab-4e2e-bd05-2ed503d58f76","name":"Create a Team Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Team Workspace\"\n    }\n}"},{"id":"73e9ed48-e4b3-4159-b12c-3f6420dca0a6","name":"Create a Partner Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Partner Workspace\",\n        \"type\": \"partner\",\n        \"description\": \"This is a partner workspace.\",\n        \"about\": \"Partner workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Partner Workspace\"\n    }\n}"},{"id":"b656e82d-a3a2-485f-b9a2-8de1e148ba22","name":"Create a Workspace in a Team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"about\": \"Team workspace.\",\n        \"teamId\": \"123\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Team Workspace\"\n    }\n}"},{"id":"92d58d79-c79b-4cda-b11c-ee211a5a6238","name":"Workspace Missing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Public Workspace\",\n    \"type\": \"public\",\n    \"description\": \"This is a public workspace.\",\n    \"about\": \"Public workspace.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"malformedRequestError\",\n        \"message\": \"'workspace' object missing in the request\"\n    }\n}"},{"id":"c45442f8-677b-4622-9665-258dc3bf6607","name":"Publish Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"rateLimit\",\n        \"message\": \"team~1234\"\n    }\n}"},{"id":"18047ea6-a10a-4ca8-a2b9-3f2e12f64b76","name":"Not a Unique Public Workspace Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"workspaceSlugNotUniqueError\",\n        \"message\": \"Workspace Slug is not unique in the account context\"\n    }\n}"},{"id":"c03b75c4-fb14-496c-b690-225db646671e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"type\": \"personal\",\n        \"description\": \"This is a test personal workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamError\",\n        \"message\": \"body should have required property 'name'\"\n    }\n}"},{"id":"883991c5-e1b7-43e5-b8e5-17da087904c7","name":"No Permission","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Public Workspace\",\n        \"type\": \"public\",\n        \"description\": \"This is a public workspace.\",\n        \"about\": \"Public workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"status\": 403,\n        \"name\": \"forbiddenError\",\n        \"message\": \"You are not authorized to perform this action\",\n        \"detail\": \"You do not have permission to create team workspaces.\",\n        \"instance\": \"\"\n    }\n}"},{"id":"26fcbde9-541c-483e-9e15-b9a64dcdba12","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"name\": \"Personal Workspace\",\n        \"type\": \"personal\",\n        \"description\": \"This is a personal workspace.\",\n        \"about\": \"Personal workspace.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"2f0d2b46-1005-4972-9160-18c60bc49336"},{"name":"Get a workspace","id":"3a56b6f8-8d0c-410f-a933-03e26589c742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId","description":"<p>Gets information about a workspace.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint's response also contains the <code>visibility</code> field. <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#changing-workspace-visibility\">Visibility</a> determines who can access the workspace:</p>\n<ul>\n<li><p><code>personal</code> — Only you can access the workspace.</p>\n</li>\n<li><p><code>team</code> — All team members can access the workspace.</p>\n</li>\n<li><p><code>private</code> — Only invited team members can access the workspace (<a href=\"https://www.postman.com/pricing\"><b>Team</b> and <b>Enterprise</b> plans only</a>).</p>\n</li>\n<li><p><code>public</code> — Everyone can access the workspace.</p>\n</li>\n<li><p><code>partner</code> — Only invited team members and <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/partner-workspaces/\">partners</a> can access the workspace (<a href=\"https://www.postman.com/pricing\"><b>Team</b> and <b>Enterprise</b> plans only</a>).</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Include the following information in the endpoint's response:</p>\n<ul>\n<li><code>mocks:deactivated</code> — Include all deactivated mock servers in the response.</li>\n<li><code>scim</code> — Return the SCIM user IDs of the workspace creator and who last modified it.</li>\n</ul>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"14d7b881-67d8-4765-85a3-1c4ee8584a49","name":"Include SCIM IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId?include=scim","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"query":[{"key":"include","value":"scim"}],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Partner Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a partner workspace.\",\n        \"visibility\": \"partner\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Partner workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ],\n        \"scim\": {\n            \"createdBy\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\",\n            \"updatedBy\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\"\n        }\n    }\n}"},{"id":"1a4e6987-6780-4f55-a013-cc83ac95ffdf","name":"Get a Personal Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"My Workspace\",\n        \"type\": \"personal\",\n        \"description\": \"This is your personal, private workspace to play around in. Only you can see the collections and APIs you create here - unless you share them with your team.\",\n        \"visibility\": \"personal\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Personal workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ]\n    }\n}"},{"id":"1ff78a54-2643-4f71-b63c-8bd9d07442e5","name":"Get a Public Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Public Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a public workspace.\",\n        \"visibility\": \"public\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Public workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ]\n    }\n}"},{"id":"72e0f4ec-7fbd-49a6-84be-0f4cd20497e3","name":"Get a Private Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Private Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a private workspace.\",\n        \"visibility\": \"private\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Private workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ]\n    }\n}"},{"id":"c60d6422-91f6-4112-94eb-7c1e1f898829","name":"Get a Team Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Team Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a team workspace.\",\n        \"visibility\": \"team\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Team workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ]\n    }\n}"},{"id":"c400205f-c84f-4e47-a038-758eae861802","name":"Get a Partner Workspace","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"name\": \"Partner Workspace\",\n        \"type\": \"team\",\n        \"description\": \"This is a partner workspace.\",\n        \"visibility\": \"partner\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2022-07-06T16:18:32.000Z\",\n        \"updatedAt\": \"2022-07-06T20:55:13.000Z\",\n        \"about\": \"Partner workspace.\",\n        \"collections\": [\n            {\n                \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n                \"name\": \"Test Collection\",\n                \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n            }\n        ],\n        \"environments\": [\n            {\n                \"id\": \"5daabc50-8451-43f6-922d-96b403b4f28e\",\n                \"name\": \"Test Environment\",\n                \"uid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\"\n            }\n        ],\n        \"mocks\": [\n            {\n                \"id\": \"e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"name\": \"Test Mock\",\n                \"uid\": \"12345678-e3d951bf-873f-49ac-a658-b2dcb91d3289\",\n                \"deactivated\": false\n            }\n        ],\n        \"monitors\": [\n            {\n                \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"name\": \"Test Monitor\",\n                \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n                \"deactivated\": false\n            }\n        ],\n        \"specs\": [\n            {\n                \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n                \"name\": \"Sample API\",\n                \"uid\": \"12345678-73e15000-bc7a-4802-b80e-05fff18fd7f8\"\n            }\n        ]\n    }\n}"},{"id":"38072b7a-a5ac-49a4-b4b1-ecfba906db58","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"workspaceNotFoundError\",\n        \"message\": \"Workspace not found\",\n        \"statusCode\": 404\n    }\n}"},{"id":"fbdba3ab-10fc-4fc6-9ce3-f817d4f69903","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"3a56b6f8-8d0c-410f-a933-03e26589c742"},{"name":"Get all workspaces","id":"f027a0fa-9012-4654-a65d-2b751a3154a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces","description":"<p>Gets all <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/creating-workspaces/\">workspaces</a>. The response includes your workspaces and any workspaces that you have access to.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint's response contains the <code>visibility</code> field. <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#changing-workspace-visibility\">Visibility</a> determines who can access the workspace:</p>\n<ul>\n<li><p><code>personal</code> — Only you can access the workspace.</p>\n</li>\n<li><p><code>team</code> — All team members can access the workspace.</p>\n</li>\n<li><p><code>private</code> — Only invited team members can access the workspace (<a href=\"https://www.postman.com/pricing\"><b>Team</b> and <b>Enterprise</b> plans only</a>).</p>\n</li>\n<li><p><code>public</code> — Everyone can access the workspace.</p>\n</li>\n<li><p><code>partner</code> — Only invited team members and <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/partner-workspaces/\">partners</a> can access the workspace (<a href=\"https://www.postman.com/pricing\"><b>Team</b> and <b>Enterprise</b> plans only</a>).</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The type of workspace to filter the response by:</p>\n<ul>\n<li><code>personal</code></li>\n<li><code>team</code></li>\n<li><code>private</code></li>\n<li><code>public</code></li>\n<li><code>partner</code></li>\n</ul>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Include the following information in the endpoint's response:</p>\n<ul>\n<li><code>mocks:deactivated</code> — Include all deactivated mock servers in the response.</li>\n<li><code>scim</code> — Return the SCIM user IDs of the workspace creator and who last modified it.</li>\n</ul>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>Return only workspaces created by a specific user ID. For multiple users, pass this value as a comma-separated list of user IDs. The response only returns workspaces that you have access to.</p>\n","type":"text/plain"},"key":"createdBy","value":""},{"disabled":true,"description":{"content":"<p>Filter results to return the workspace where the given element type is located. If you pass this query parameter, you must also pass the <code>elementId</code> query parameter.</p>\n","type":"text/plain"},"key":"elementType","value":""},{"disabled":true,"description":{"content":"<p>Filter results to return the workspace where the given element's ID is located. When filtering by collection, you must use the collection's unique ID (<code>userId</code>-<code>collection</code>). If you pass this query parameter, you must also pass the <code>elementType</code> query parameter.</p>\n","type":"text/plain"},"key":"elementId","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response, up to a maximum value of 100. Any value greater than 100 returns a 400 Bad Request response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results. To view the next response, use the <code>nextCursor</code> value for this parameter.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[]}},"response":[{"id":"ae67f36a-4935-4be8-887c-ba4be413a78b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"name\": \"My Workspace\",\n            \"type\": \"personal\",\n            \"visibility\": \"personal\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a personal workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"a0f46158-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Private Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"private\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a private workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"f8801e9e-03a4-4c7b-b31e-5db5cd771696\",\n            \"name\": \"Team Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"team\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a team workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"74dbfab8-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Public Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"public\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a public workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"74dbfab8-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Partner Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"partner\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a Partner Workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ]\n}"},{"id":"97bd9e17-6f43-463c-9d21-6af376665c8f","name":"Response with Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?limit=2&cursor=NDgzMjU4","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"limit","value":"2"},{"key":"cursor","value":"NDgzMjU4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"name\": \"My Workspace\",\n            \"type\": \"personal\",\n            \"visibility\": \"personal\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a personal workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"a0f46158-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Private Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"private\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a private workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"NDgzMjY1\"\n    }\n}"},{"id":"01b7941e-ecea-40f2-a264-a899774d07f1","name":"Include SCIM IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?include=scim","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"include","value":"scim"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"name\": \"My Workspace\",\n            \"type\": \"personal\",\n            \"visibility\": \"personal\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"\",\n            \"scim\": {\n                \"createdBy\": \"405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99\"\n            },\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ]\n}"},{"id":"de68bd9e-02b5-4536-b7a6-3844d7c73d25","name":"Filter by team","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?type=team","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"type","value":"team"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"f8801e9e-03a4-4c7b-b31e-5db5cd771696\",\n            \"name\": \"Team Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"team\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a team workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ]\n}"},{"id":"0ee73c9a-2799-40fd-b484-8adf48f0ada7","name":"Filter by createdBy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?createdBy=12345678,87654321,56784321","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"createdBy","value":"12345678,87654321,56784321"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"a0f46158-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Test Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"private\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"f8801e9e-03a4-4c7b-b31e-5db5cd771696\",\n            \"name\": \"Teamwork\",\n            \"type\": \"team\",\n            \"visibility\": \"team\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"74dbfab8-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Public Examples\",\n            \"type\": \"team\",\n            \"visibility\": \"public\",\n            \"createdBy\": \"87654321\",\n            \"about\": \"This workspace contains public examples of collections and APIs.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"74dbfab8-1529-11ee-be56-0242ac120002\",\n            \"name\": \"Partner Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"partner\",\n            \"createdBy\": \"87654321\",\n            \"about\": \"This is a Partner Workspace,\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        },\n        {\n            \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n            \"name\": \"My Workspace\",\n            \"type\": \"personal\",\n            \"visibility\": \"personal\",\n            \"createdBy\": \"56784321\",\n            \"about\": \"\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ]\n}"},{"id":"da6b6bcd-c87d-440d-ba51-ddd5a38ea940","name":"Filter by elementType and elementId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?elementType=collection&elementId=12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"elementType","value":"collection"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": [\n        {\n            \"id\": \"f8801e9e-03a4-4c7b-b31e-5db5cd771696\",\n            \"name\": \"Team Workspace\",\n            \"type\": \"team\",\n            \"visibility\": \"team\",\n            \"createdBy\": \"12345678\",\n            \"about\": \"This is a team workspace.\",\n            \"createdAt\": \"2022-07-18T06:57:37.000Z\",\n            \"updatedAt\": \"2025-05-30T08:49:54.000Z\"\n        }\n    ]\n}"},{"id":"095b6391-47f2-4100-a3c2-e1a5877ef3b5","name":"Invalid type Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?type=partners","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"type","value":"partners"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamError\",\n        \"message\": \"visibilityStatus must be one of personal/private/team/public/partner\"\n    },\n    \"statusCode\": 400\n}"},{"id":"e31c8177-bc5f-4b7f-bce2-e273811c067f","name":"Invalid limit Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?limit=101","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"limit","value":"101"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"badRequestError\",\n        \"message\": \"The limit parameter must not exceed 100.\"\n    }\n}"},{"id":"66b20305-4c63-4225-add0-638b7ca22b1b","name":"Missing elementId Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?elementType=collection","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"elementType","value":"collection"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"badRequest\",\n    \"message\": \"elementId is required when elementType is provided\"\n}"},{"id":"088d64ed-8c4c-4a13-a4ea-574647614b5d","name":"Invalid elementType Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/workspaces?elementId=5daabc50-8451-43f6-922d-96b403b4f28e","protocol":"https","host":["api","getpostman","com"],"path":["workspaces"],"query":[{"key":"elementId","value":"5daabc50-8451-43f6-922d-96b403b4f28e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"badRequest\",\n    \"message\": \"elementType must be one of: collection, specification\"\n}"},{"id":"0257677f-59e0-4dc3-ba81-917ea7fc5d32","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/workspaces"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f027a0fa-9012-4654-a65d-2b751a3154a9"},{"name":"Delete a workspace","id":"44d8e5da-ab62-426d-a015-6ae87bcc4c2c","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/workspaces/:workspaceId","description":"<p>Deletes an existing workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The workspace's ID.</p>\n","type":"text/plain"},"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"2ff2a9ec-0d1b-484f-8baf-6bc7596a64e7","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}"},{"id":"4ea258ba-f3e0-4b81-ac27-fca869e493e8","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified workspace does not exist.\"\n    }\n}"},{"id":"f05c6078-cf59-4871-bb0d-7cf2a2e85355","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"44d8e5da-ab62-426d-a015-6ae87bcc4c2c"},{"name":"Manage Partner Workspace invites","id":"bfe700b0-bbfd-48db-a9aa-52abf80b5ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"{{targetEntityId}}\",\n    \"roleId\": \"{{roleId}}\",\n    \"target\": {\n        \"emails\": [\n            \"{{userEmailAddress}}\"\n        ]\n    }\n}\n\n// For examples of removing users, reference the request's examples or the request body schema.","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations","description":"<p>Manages invitations and access to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/partner-workspaces/manage/\">Partner Workspaces</a>. You can use this endpoint to:</p>\n<ul>\n<li><p>Send Partner Workspace invitations to the given email addresses. Users who already exist in the partnership are added directly, while new users receive an invitation email.</p>\n</li>\n<li><p>Remove partners from a workspace.</p>\n</li>\n<li><p>Remove partners from a partnership and all of its workspaces.</p>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Partner Workspaces are available on the Postman <strong>Team</strong> and <strong>Enterprise</strong> <a href=\"https://www.postman.com/pricing/\">plans</a>.</p>\n</li>\n<li><p>This endpoint requires the following <a href=\"https://learning.postman.com/docs/administration/roles-and-permissions/\">roles</a>, based on your plan:</p>\n<ul>\n<li><p><strong>Team</strong> — Requires the <strong>Workspace Editor</strong> role to invite or remove partners from workspaces. The <strong>Admin</strong> role is required for removing partners from all workspaces.</p>\n</li>\n<li><p><strong>Enterprise</strong> — The <strong>Partner Manager</strong> role can perform all operations. The <strong>Workspace Editor</strong> role and <strong>Admin</strong> roles have the same permissions on this plan as they do on the Team plan. It's recommended to use the <strong>Partner Manager</strong> role if you're on an Enterprise plan.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["invitations"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"1bbb47e3-033a-4608-9ffd-7aaa53c8ad5b","name":"Invite Partners to a Partner Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"action\": \"invite_partner\",\n    \"roleDisplayName\": \"Viewer\",\n    \"results\": [\n        {\n            \"status\": \"PARTNER_ADDED\",\n            \"userId\": 56781234,\n            \"message\": \"Partner added to workspace\",\n            \"email\": \"alex.cruz@example.com\"\n        },\n        {\n            \"status\": \"ALREADY_INVITED\",\n            \"email\": \"mike.brown@xample.com\",\n            \"invitationLink\": \"https://go.getpostman.com/invite-signup?invite_code=XXX\",\n            \"message\": \"Pending invite exists\"\n        },\n        {\n            \"status\": \"EMAIL_SENT\",\n            \"email\": \"sara.smith@example.com\",\n            \"invitationLink\": \"https://go.getpostman.com/invite-signup?invite_code=XXX\"\n        }\n    ]\n}"},{"id":"94dedc28-7705-4691-81e6-2b8f267dd8cd","name":"Partial Invite Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"roleDisplayName\": \"Viewer\",\n    \"results\": [\n        {\n            \"status\": \"PARTNER_ADDED\",\n            \"userId\": 56781234,\n            \"message\": \"Partner added to workspace\",\n            \"email\": \"alex.cruz@example.com\"\n        },\n        {\n            \"status\": \"ALREADY_INVITED\",\n            \"email\": \"mike.brown@xample.com\",\n            \"invitationLink\": \"https://go.getpostman.com/invite-signup?invite_code=XXX\",\n            \"message\": \"Pending invite exists\"\n        },\n        {\n            \"email\": \"sara.smith@example.com\",\n            \"status\": \"FAILED\",\n            \"message\": \"Failed to process invitation\"\n        }\n    ]\n}"},{"id":"891cd2ba-53e3-4ebb-a5e4-87b613678708","name":"Remove Partner from Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"remove_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"target\": {\n        \"userIds\": [\n            \"56781234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"action\": \"remove_partner\",\n    \"results\": [\n        {\n            \"userId\": \"56781234\",\n            \"status\": \"REMOVED\"\n        }\n    ]\n}"},{"id":"0ef692c8-81a0-4ae8-b9ca-8e805df4a702","name":"Remove Partner From Partnership","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"remove_partner\",\n    \"targetEntity\": \"team\",\n    \"targetEntityId\": \"123\",\n    \"target\": {\n        \"userIds\": [\n            \"56781234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"targetEntity\": \"team\",\n    \"targetEntityId\": \"123\",\n    \"action\": \"remove_partner\",\n    \"results\": [\n        {\n            \"userId\": \"56781234\",\n            \"status\": \"REMOVED\"\n        }\n    ]\n}"},{"id":"0d011128-e505-45a3-8530-e1fdfe352a99","name":"Partial Partners Removal Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"remove_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"target\": {\n        \"userIds\": [\n            \"56781234\",\n            \"12348765\",\n            \"34567812\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"remove_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"results\": [\n        {\n            \"userId\": \"56781234\",\n            \"status\": \"REMOVED\"\n        },\n        {\n            \"userId\": \"12348765\",\n            \"status\": \"FAILED\",\n            \"message\": \"Failed to remove partner from all workspaces\"\n        },\n        {\n            \"userId\": \"34567812\",\n            \"status\": \"FAILED\",\n            \"error\": \"Partner information not found\"\n        }\n    ]\n}"},{"id":"b8be4250-e5ee-48c2-b8a1-b1bb28e12729","name":"Invalid Action","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invitePartner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid request body.\",\n    \"detail\": \"Invalid \\\"action\\\" property - should be one of: invite_partner, remove_partner\",\n    \"status\": 400\n}"},{"id":"35e07b93-dbcc-4574-93d0-650b56ef7cb0","name":"Invalid Partner Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"invalidWorkspaceType\",\n    \"detail\": \"Workspace is not a partner workspace.\",\n    \"status\": 400\n}"},{"id":"e248df76-cc2f-4900-9cc3-baeddd8f9d1b","name":"Invalid Workspace Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"1\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"invalidPartnerRole\",\n    \"detail\": \"Invalid role for partner workspace. Expected one of: 4, 5, 6, 7\",\n    \"status\": 400\n}"},{"id":"00c7551f-beb3-49ba-a05b-8ab821460c41","name":"Missing Request Body Properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"badRequest\",\n    \"detail\": \"Missing properties in request body - should have \\\"action\\\", \\\"targetEntity\\\", \\\"targetEntityId\\\", \\\"roleId\\\", \\\"target\\\"\",\n    \"status\": 400\n}"},{"id":"f3c7fe19-8246-4770-a808-e464bcbf9270","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"8855d549-7a13-49f6-a970-111ee868650a","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"forbidden\",\n    \"detail\": \"You do not have permission to invite partners to this workspace.\",\n    \"status\": 403\n}"},{"id":"16c07a1d-5001-41e1-94cb-68dd3b5935c1","name":"Workspace Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"workspaceNotFound\",\n    \"detail\": \"Workspace not found\",\n    \"status\": 404\n}"},{"id":"5db507f8-2a4b-4cfb-8d56-9da6e099b0d6","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite_partner\",\n    \"targetEntity\": \"workspace\",\n    \"targetEntityId\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"roleId\": \"4\",\n    \"target\": {\n        \"emails\": [\n            \"alex.cruz@example.com\",\n            \"mike.brown@example.com\",\n            \"sara.smith@example.com\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/invitations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"bfe700b0-bbfd-48db-a9aa-52abf80b5ba4"},{"name":"Transfer workspace to a team","id":"2d241800-854b-4394-af44-0a83cec459db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"{{sourceTeamId}}\",\n    \"destination\": \"{{destinationTeamId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/workspaces/:workspaceId/transfers","description":"<p>Transfers a workspace from one team (<code>source</code>) to another team (<code>destination</code>).</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>This endpoint is only available with <a href=\"https://www.postman.com/pricing/\">Postman Enterprise plans</a> with <a href=\"https://learning.postman.com/docs/administration/onboarding-checklist\">Postman Organizations</a> enabled.</p>\n</li>\n<li><p>Team user roles are modified when workspaces are transferred. For example, if a user has the Admin role in the <code>source</code> team but not the <code>destination</code> team, then their role is removed from the workspace after it's transferred to the <code>destination</code> team.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","transfers"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"type":"any","value":"","key":"workspaceId"}]}},"response":[{"id":"ac2e0f51-d369-49da-bd8b-8ca018e0adf1","name":"Successful Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"transfer\": {\n            \"id\": \"8b6ea58b-fd33-4678-bdab-67734b3ed6b0\",\n            \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\",\n            \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n        }\n    }\n}"},{"id":"440de352-080a-416a-b65c-cf3e2821f9fa","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Invalid Request Body\",\n    \"detail\": \"The 'destination' property is required\",\n    \"status\": 400\n}"},{"id":"597e53eb-570b-40c5-a154-888b95888ac8","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"104ff285-76c0-40f8-a6ad-bcac0cb96a9e","name":"Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have access to this workspace.\",\n    \"status\": 403\n}"},{"id":"172b6c3c-975b-4bdd-9290-7e8c1eea46ef","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"The requested resource was not found.\",\n    \"status\": 404\n}"},{"id":"3045c637-838c-45f6-b78e-2fd73c4284dc","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"destination\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"source\": \"d56bc95f-57c5-47cc-bd99-75c4ad96a6dd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/workspaces/:workspaceId/transfers","protocol":"https","host":["api","getpostman","com"],"path":["workspaces",":workspaceId","transfers"],"variable":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"An error has occurred on the server.\",\n    \"status\": 500\n}"}],"_postman_id":"2d241800-854b-4394-af44-0a83cec459db"}],"id":"2581bf7a-36b8-4f09-8d2d-dbbaeb0c25bb","description":"<p>The <strong>Workspaces</strong> endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/creating-workspaces/\">workspaces</a>.</p>\n","_postman_id":"2581bf7a-36b8-4f09-8d2d-dbbaeb0c25bb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"DEPRECATED","item":[{"name":"v11","item":[{"name":"API","item":[{"name":"Schema","item":[{"name":"Create a schema","id":"7ad78218-f1c6-48a6-b612-3cf64cdde475","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{schemaType}}\",\n    \"files\": [\n        {\n            \"path\": \"{{filePath1}}\",\n            \"content\": \"{{content1}}\"\n        },\n        {\n            \"path\": \"{{filePath2}}\",\n            \"content\": \"{{content2}}\"\n        },\n        {\n            \"path\": \"{{filePath3}}\",\n            \"content\": \"{{content3}}\"\n        },\n        {\n            \"path\": \"{{filePath4}}\",\n            \"content\": \"{{content4}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/schemas","description":"<p>Creates a schema for an API. Include the following in the the request body:</p>\n<ul>\n<li><p><code>type</code> — A <strong>string</strong> value that contains the API schema's type. One of:</p>\n<ul>\n<li><p><code>openapi:3_1</code></p>\n</li>\n<li><p><code>openapi:3</code></p>\n</li>\n<li><p><code>openapi:2</code></p>\n</li>\n<li><p><code>openapi:1</code></p>\n</li>\n<li><p><code>raml:0_8</code></p>\n</li>\n<li><p><code>raml:1</code></p>\n</li>\n<li><p><code>wsdl:1</code></p>\n</li>\n<li><p><code>wsdl:2</code></p>\n</li>\n<li><p><code>graphql</code></p>\n</li>\n<li><p><code>proto:2</code></p>\n</li>\n<li><p><code>proto:3</code></p>\n</li>\n<li><p><code>asyncapi:2</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>files</code> — An <strong>array</strong> of schema files that contains the following:</p>\n<ul>\n<li><p><code>path</code> — A <strong>string</strong> value that contains the schema file's path.</p>\n</li>\n<li><p><code>content</code> — A <strong>string</strong> value that contains the schema file's stringified contents.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"eeac286a-e43e-4973-9d70-e38280155e99","name":"Create JSON Schema","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"index.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"openapi:3\",\n    \"files\": [\n        {\n            \"createdBy\": \"12345678\",\n            \"path\": \"index.json\",\n            \"updatedBy\": \"12345678\",\n            \"updatedAt\": \"2024-07-18T13:17:30.000Z\",\n            \"root\": {\n                \"enabled\": true\n            },\n            \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\",\n            \"name\": \"index.json\",\n            \"createdAt\": \"2024-07-18T13:17:30.000Z\"\n        }\n    ],\n    \"updatedAt\": \"2024-07-18T13:17:30.000Z\",\n    \"createdAt\": \"2024-07-18T13:17:30.000Z\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\"\n}"},{"id":"2cad45b9-44c8-493a-9929-8bab6ede6577","name":"Create YAML Schema","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"openapi:3_1\",\n    \"files\": [\n        {\n            \"path\": \"index.yaml\",\n            \"content\": \"openapi: \\\"3.1.0\\\"\\ninfo:\\n  version: \\\"1.0.0\\\"\\n  title: \\\"Sample API\\\"\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        \\\"200\\\":\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Spacecraft\\\"\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - name\\n        - type\\n      properties:\\n        id:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\\n\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"openapi:3_1\",\n    \"files\": [\n        {\n            \"createdBy\": \"12345678\",\n            \"path\": \"index.yaml\",\n            \"updatedBy\": \"12345678\",\n            \"updatedAt\": \"2024-07-18T13:28:40.000Z\",\n            \"root\": {\n                \"enabled\": true\n            },\n            \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n            \"name\": \"index.yaml\",\n            \"createdAt\": \"2024-07-18T13:28:40.000Z\"\n        }\n    ],\n    \"updatedAt\": \"2024-07-18T13:28:40.000Z\",\n    \"createdAt\": \"2024-07-18T13:28:40.000Z\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\"\n}"},{"id":"7a8e6d9e-f171-4119-836a-e6423de09406","name":"Create GraphQL Schema","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"graphql\",\n    \"files\": [\n        {\n            \"path\": \"posts.graphql\",\n            \"content\": \"type Query {\\r\\n  allPosts: [Post]\\r\\n  allUsers: [User]\\r\\n  postById(id: Int!): Post\\r\\n  userById(id: Int!): User\\r\\n}\\r\\n\\r\\ntype Mutation {\\r\\n  createPost(input: CreatePostInput!): CreatePostPayload\\r\\n  createUser(input: CreateUserInput!): CreateUserPayload\\r\\n}\\r\\n\\r\\ntype Post {\\r\\n  id: Int!\\r\\n  title: String\\r\\n  body: String\\r\\n  createdDate: Datetime\\r\\n  authorId: Int!\\r\\n  userByAuthorId: User\\r\\n}\\r\\n\\r\\ntype User {\\r\\n  id: Int!\\r\\n  username: String\\r\\n  createdDate: Datetime\\r\\n  postsByAuthorId: [Post]\\r\\n}\\r\\n\\r\\ntype CreatePostPayload {\\r\\n  clientMutationId: String\\r\\n  post: Post\\r\\n  userByAuthorId: User\\r\\n}\\r\\n\\r\\ninput CreatePostInput {\\r\\n  clientMutationId: String\\r\\n  post: PostInput!\\r\\n}\\r\\n\\r\\ninput PostInput {\\r\\n  id: Int\\r\\n  title: String\\r\\n  body: String\\r\\n  createdDate: Datetime\\r\\n  authorId: Int!\\r\\n}\\r\\n\\r\\ntype CreateUserPayload {\\r\\n  clientMutationId: String\\r\\n  user: User\\r\\n}\\r\\n\\r\\ninput CreateUserInput {\\r\\n  clientMutationId: String\\r\\n  user: UserInput!\\r\\n}\\r\\n\\r\\ninput UserInput {\\r\\n  id: Int\\r\\n  username: String\\r\\n  createdDate: Datetime\\r\\n}\\r\\n\\r\\nscalar Datetime\\r\\n\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0ccd23df-1b9c-4964-8d3c-62fc69f60c37\",\n    \"createdAt\": \"2024-01-29T16:53:40.000Z\",\n    \"type\": \"graphql\",\n    \"updatedBy\": \"12345678\",\n    \"updatedAt\": \"2024-01-29T16:53:40.000Z\",\n    \"files\": [\n        {\n            \"id\": \"0ccd23df-1b9c-4964-8d3c-62fc69f60c37\",\n            \"createdAt\": \"2024-01-29T16:53:40.000Z\",\n            \"updatedAt\": \"2024-01-29T16:53:40.000Z\",\n            \"path\": \"posts.graphql\",\n            \"updatedBy\": \"12345678\",\n            \"root\": {\n                \"enabled\": true\n            },\n            \"createdBy\": \"12345678\",\n            \"name\": \"posts.graphql\"\n        }\n    ],\n    \"createdBy\": \"12345678\"\n}"},{"id":"4ff9dffe-dc07-4e00-816a-31b3da9a5d68","name":"Create Schema with Proto","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"proto:2\",\n    \"files\": [\n        {\n            \"path\": \"index.proto\",\n            \"content\": \"<file contents>\",\n            \"root\": {\n                \"enabled\": true\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"proto:2\",\n    \"files\": [\n        {\n            \"path\": \"index.proto\",\n            \"createdBy\": \"557089\",\n            \"id\": \"41a3d7fd-bf9a-4053-b20e-37453962b4d6\",\n            \"createdAt\": \"2023-03-21T10:10:54.000Z\",\n            \"name\": \"index.proto\",\n            \"updatedBy\": \"557089\",\n            \"updatedAt\": \"2023-03-21T10:10:54.000Z\",\n            \"root\": {\n                \"enabled\": true\n            }\n        }\n    ],\n    \"createdBy\": \"557089\",\n    \"createdAt\": \"2023-03-21T10:10:54.000Z\",\n    \"id\": \"b4fc1bdc-6587-4f9b-95c9-f768146089b4\",\n    \"updatedBy\": \"557089\",\n    \"updatedAt\": \"2023-03-21T10:10:54.000Z\"\n}"},{"id":"7af8674a-8589-47e5-acc8-e34064aac718","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"84c55849-6ee2-4aea-b74a-c62863e25192","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": []\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"3c8b38d0-71a4-4be1-af52-3ed29547c104","name":"API Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"swagger\\\": \\\"2.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Swagger Petstore\\\",\\n    \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\n    \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Swagger API Team\\\",\\n      \\\"email\\\": \\\"apiteam@swagger.io\\\",\\n      \\\"url\\\": \\\"http://swagger.io\\\"\\n    },\\n    \\\"license\\\": {\\n      \\\"name\\\": \\\"Apache 2.0\\\",\\n      \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0.html\\\"\\n    }\\n  },\\n  \\\"host\\\": \\\"petstore.swagger.io\\\",\\n  \\\"basePath\\\": \\\"/api\\\",\\n  \\\"schemes\\\": [\\n    \\\"http\\\"\\n  ],\\n  \\\"consumes\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"produces\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/pets\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\\nNam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia.\\\\n\\\\nSed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien.\\\\n\\\",\\n        \\\"operationId\\\": \\\"findPets\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/tagsParam\\\"\\n          },\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/limitsParam\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"array\\\",\\n              \\\"items\\\": {\\n                \\\"$ref\\\": \\\"Pet.json\\\"\\n              }\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"post\\\": {\\n        \\\"description\\\": \\\"Creates a new pet in the store.  Duplicates are allowed\\\",\\n        \\\"operationId\\\": \\\"addPet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"pet\\\",\\n            \\\"in\\\": \\\"body\\\",\\n            \\\"description\\\": \\\"Pet to add to the store\\\",\\n            \\\"required\\\": true,\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"NewPet.json\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    },\\n    \\\"/pets/{id}\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\n        \\\"operationId\\\": \\\"find pet by id\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to fetch\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"delete\\\": {\\n        \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\n        \\\"operationId\\\": \\\"deletePet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to delete\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"204\\\": {\\n            \\\"description\\\": \\\"pet deleted\\\"\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"81510e53-18d9-41e2-b8b5-3066e18368b7","name":"Missing v10 Accept Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"swagger\\\": \\\"2.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Swagger Petstore\\\",\\n    \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\n    \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Swagger API Team\\\",\\n      \\\"email\\\": \\\"apiteam@swagger.io\\\",\\n      \\\"url\\\": \\\"http://swagger.io\\\"\\n    },\\n    \\\"license\\\": {\\n      \\\"name\\\": \\\"Apache 2.0\\\",\\n      \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0.html\\\"\\n    }\\n  },\\n  \\\"host\\\": \\\"petstore.swagger.io\\\",\\n  \\\"basePath\\\": \\\"/api\\\",\\n  \\\"schemes\\\": [\\n    \\\"http\\\"\\n  ],\\n  \\\"consumes\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"produces\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/pets\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\\nNam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia.\\\\n\\\\nSed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien.\\\\n\\\",\\n        \\\"operationId\\\": \\\"findPets\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/tagsParam\\\"\\n          },\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/limitsParam\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"array\\\",\\n              \\\"items\\\": {\\n                \\\"$ref\\\": \\\"Pet.json\\\"\\n              }\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"post\\\": {\\n        \\\"description\\\": \\\"Creates a new pet in the store.  Duplicates are allowed\\\",\\n        \\\"operationId\\\": \\\"addPet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"pet\\\",\\n            \\\"in\\\": \\\"body\\\",\\n            \\\"description\\\": \\\"Pet to add to the store\\\",\\n            \\\"required\\\": true,\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"NewPet.json\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    },\\n    \\\"/pets/{id}\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\n        \\\"operationId\\\": \\\"find pet by id\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to fetch\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"delete\\\": {\\n        \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\n        \\\"operationId\\\": \\\"deletePet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to delete\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"204\\\": {\\n            \\\"description\\\": \\\"pet deleted\\\"\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"7536be7e-3a72-4c0b-b724-7f07649ecc2c","name":"Schema Already Exists","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"swagger\\\": \\\"2.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Swagger Petstore\\\",\\n    \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\n    \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Swagger API Team\\\",\\n      \\\"email\\\": \\\"apiteam@swagger.io\\\",\\n      \\\"url\\\": \\\"http://swagger.io\\\"\\n    },\\n    \\\"license\\\": {\\n      \\\"name\\\": \\\"Apache 2.0\\\",\\n      \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0.html\\\"\\n    }\\n  },\\n  \\\"host\\\": \\\"petstore.swagger.io\\\",\\n  \\\"basePath\\\": \\\"/api\\\",\\n  \\\"schemes\\\": [\\n    \\\"http\\\"\\n  ],\\n  \\\"consumes\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"produces\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/pets\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\\nNam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia.\\\\n\\\\nSed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien.\\\\n\\\",\\n        \\\"operationId\\\": \\\"findPets\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/tagsParam\\\"\\n          },\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/limitsParam\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"array\\\",\\n              \\\"items\\\": {\\n                \\\"$ref\\\": \\\"Pet.json\\\"\\n              }\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"post\\\": {\\n        \\\"description\\\": \\\"Creates a new pet in the store.  Duplicates are allowed\\\",\\n        \\\"operationId\\\": \\\"addPet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"pet\\\",\\n            \\\"in\\\": \\\"body\\\",\\n            \\\"description\\\": \\\"Pet to add to the store\\\",\\n            \\\"required\\\": true,\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"NewPet.json\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    },\\n    \\\"/pets/{id}\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\n        \\\"operationId\\\": \\\"find pet by id\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to fetch\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"delete\\\": {\\n        \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\n        \\\"operationId\\\": \\\"deletePet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to delete\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"204\\\": {\\n            \\\"description\\\": \\\"pet deleted\\\"\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamsError\",\n    \"title\": \"Could not create the resource\",\n    \"detail\": \"Schema already exists for this API\"\n}"},{"id":"b9a3c92e-6d62-4548-b6a9-4d1c7700cf46","name":"Missing files Parameter","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi:3\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid request body\",\n    \"detail\": \"Missing parameter: 'files'\"\n}"},{"id":"b11cd464-dc67-419c-9189-a05a835274a4","name":"Missing content Parameter","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"index.json\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid request body\",\n    \"detail\": \"Required field 'content' missing in the files array\"\n}"},{"id":"cfc629d3-3241-431d-94d9-fab819e87b3d","name":"Invalid type Parameter","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi3\",\n     \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"swagger\\\": \\\"2.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Swagger Petstore\\\",\\n    \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\n    \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Swagger API Team\\\",\\n      \\\"email\\\": \\\"apiteam@swagger.io\\\",\\n      \\\"url\\\": \\\"http://swagger.io\\\"\\n    },\\n    \\\"license\\\": {\\n      \\\"name\\\": \\\"Apache 2.0\\\",\\n      \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0.html\\\"\\n    }\\n  },\\n  \\\"host\\\": \\\"petstore.swagger.io\\\",\\n  \\\"basePath\\\": \\\"/api\\\",\\n  \\\"schemes\\\": [\\n    \\\"http\\\"\\n  ],\\n  \\\"consumes\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"produces\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/pets\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\\nNam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia.\\\\n\\\\nSed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien.\\\\n\\\",\\n        \\\"operationId\\\": \\\"findPets\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/tagsParam\\\"\\n          },\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/limitsParam\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"array\\\",\\n              \\\"items\\\": {\\n                \\\"$ref\\\": \\\"Pet.json\\\"\\n              }\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"post\\\": {\\n        \\\"description\\\": \\\"Creates a new pet in the store.  Duplicates are allowed\\\",\\n        \\\"operationId\\\": \\\"addPet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"pet\\\",\\n            \\\"in\\\": \\\"body\\\",\\n            \\\"description\\\": \\\"Pet to add to the store\\\",\\n            \\\"required\\\": true,\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"NewPet.json\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    },\\n    \\\"/pets/{id}\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\n        \\\"operationId\\\": \\\"find pet by id\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to fetch\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"delete\\\": {\\n        \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\n        \\\"operationId\\\": \\\"deletePet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to delete\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"204\\\": {\\n            \\\"description\\\": \\\"pet deleted\\\"\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"InvalidParamsError\",\n    \"title\": \"Required parameter is invalid\",\n    \"detail\": \"Required property `type` is invalid. Should be one of: proto:2, proto:3, graphql, openapi:3_1, openapi:3, openapi:2, openapi:1, raml:1, raml:0_8, wsdl:2, wsdl:1, asyncapi:2\"\n}"},{"id":"2be3762f-4f37-4ee4-a92b-3ddb07d8110a","name":"Git-Linked API Errror","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"type\" : \"openapi:3\",\n    \"files\": [\n        {\n            \"path\": \"swagger.json\",\n            \"content\": \"{\\n  \\\"swagger\\\": \\\"2.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Swagger Petstore\\\",\\n    \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\n    \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\n    \\\"contact\\\": {\\n      \\\"name\\\": \\\"Swagger API Team\\\",\\n      \\\"email\\\": \\\"apiteam@swagger.io\\\",\\n      \\\"url\\\": \\\"http://swagger.io\\\"\\n    },\\n    \\\"license\\\": {\\n      \\\"name\\\": \\\"Apache 2.0\\\",\\n      \\\"url\\\": \\\"https://www.apache.org/licenses/LICENSE-2.0.html\\\"\\n    }\\n  },\\n  \\\"host\\\": \\\"petstore.swagger.io\\\",\\n  \\\"basePath\\\": \\\"/api\\\",\\n  \\\"schemes\\\": [\\n    \\\"http\\\"\\n  ],\\n  \\\"consumes\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"produces\\\": [\\n    \\\"application/json\\\"\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/pets\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\\nNam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia.\\\\n\\\\nSed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien.\\\\n\\\",\\n        \\\"operationId\\\": \\\"findPets\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/tagsParam\\\"\\n          },\\n          {\\n            \\\"$ref\\\": \\\"parameters.json#/limitsParam\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"array\\\",\\n              \\\"items\\\": {\\n                \\\"$ref\\\": \\\"Pet.json\\\"\\n              }\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"post\\\": {\\n        \\\"description\\\": \\\"Creates a new pet in the store.  Duplicates are allowed\\\",\\n        \\\"operationId\\\": \\\"addPet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"pet\\\",\\n            \\\"in\\\": \\\"body\\\",\\n            \\\"description\\\": \\\"Pet to add to the store\\\",\\n            \\\"required\\\": true,\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"NewPet.json\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    },\\n    \\\"/pets/{id}\\\": {\\n      \\\"get\\\": {\\n        \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\n        \\\"operationId\\\": \\\"find pet by id\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to fetch\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"pet response\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"Pet.json\\\"\\n            }\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      },\\n      \\\"delete\\\": {\\n        \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\n        \\\"operationId\\\": \\\"deletePet\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"path\\\",\\n            \\\"description\\\": \\\"ID of pet to delete\\\",\\n            \\\"required\\\": true,\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"204\\\": {\\n            \\\"description\\\": \\\"pet deleted\\\"\\n          },\\n          \\\"default\\\": {\\n            \\\"description\\\": \\\"unexpected error\\\",\\n            \\\"schema\\\": {\\n              \\\"$ref\\\": \\\"../common/Error.json\\\"\\n            }\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"Pet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        },\n        {\n            \"path\": \"NewPet.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"allOf\\\": [\\n    {\\n      \\\"$ref\\\": \\\"Pet.json\\\"\\n    },\\n    {\\n      \\\"required\\\": [\\n        \\\"name\\\"\\n      ],\\n      \\\"properties\\\": {\\n        \\\"description\\\": {\\n          \\\"type\\\": \\\"integer\\\",\\n          \\\"format\\\": \\\"int64\\\"\\n        }\\n      }\\n    }\\n  ]\\n}\"\n        },\n        {\n            \"path\": \"parameters.json\",\n            \"content\": \"{\\n  \\\"tagsParam\\\": {\\n    \\\"name\\\": \\\"tags\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"tags to filter by\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"array\\\",\\n    \\\"collectionFormat\\\": \\\"csv\\\",\\n    \\\"items\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  },\\n  \\\"limitsParam\\\": {\\n    \\\"name\\\": \\\"limit\\\",\\n    \\\"in\\\": \\\"query\\\",\\n    \\\"description\\\": \\\"maximum number of results to return\\\",\\n    \\\"required\\\": false,\\n    \\\"type\\\": \\\"integer\\\",\\n    \\\"format\\\": \\\"int32\\\"\\n  }\\n}\"\n        },\n        {\n            \"path\": \"common/Error.json\",\n            \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"code\\\",\\n    \\\"message\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"code\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int32\\\"\\n    },\\n    \\\"message\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This action is not allowed for git linked APIs\",\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\"\n}"}],"_postman_id":"7ad78218-f1c6-48a6-b612-3cf64cdde475"},{"name":"Create or update a schema file","id":"379ac23b-a0dd-4985-978d-2185695214bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{{fileContent}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","description":"<p>Creates or updates an API schema file. Include the following in the request body:</p>\n<ul>\n<li><code>content</code> — A <strong>string</strong> value that contains the schema file's stringified contents.</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>If the provided file path exists, the file is updated with the new contents.</p>\n</li>\n<li><p>If the provided file path does not exist, then a new schema file is created.</p>\n</li>\n<li><p>If the file path contains a <code>/</code> (forward slash) character, then a folder is created. For example, if the file path is the <code>dir/schema.json</code> value, then a <code>dir</code> folder is created with the <code>schema.json</code> file inside.</p>\n</li>\n<li><p>You can only update the <code>root</code> tag for protobuf specifications.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API schema's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{schemaId}}","key":"schemaId"},{"description":{"content":"<p>The path to the schema file.</p>\n","type":"text/plain"},"type":"any","value":"{{filePath}}","key":"filePath"}]}},"response":[{"id":"b371f611-81f5-4868-b866-faf92b6e2d1f","name":"JSON Schema","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"openapi\\\": \\\"3.1.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Sample API\\\",\\n    \\\"description\\\": \\\"Buy or rent spacecrafts\\\"\\n  },\\n  \\\"paths\\\": {\\n    \\\"/spacecrafts/{spacecraftId}\\\": {\\n      \\\"parameters\\\": [\\n        {\\n          \\\"name\\\": \\\"spacecraftId\\\",\\n          \\\"description\\\": \\\"The unique identifier of the spacecraft\\\",\\n          \\\"in\\\": \\\"path\\\",\\n          \\\"required\\\": true,\\n          \\\"schema\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          }\\n        }\\n      ],\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"Read a spacecraft\\\",\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"The spacecraft corresponding to the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Spacecraft\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"404\\\": {\\n            \\\"description\\\": \\\"No spacecraft found for the provided `spacecraftId`\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          },\\n          \\\"500\\\": {\\n            \\\"description\\\": \\\"Unexpected error\\\",\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/Error\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"SpacecraftId\\\": {\\n        \\\"description\\\": \\\"The unique identifier of a spacecraft\\\",\\n        \\\"type\\\": \\\"string\\\"\\n      },\\n      \\\"Spacecraft\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\",\\n          \\\"type\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"$ref\\\": \\\"#/components/schemas/SpacecraftId\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"type\\\": {\\n            \\\"type\\\": \\\"string\\\",\\n            \\\"enum\\\": [\\n              \\\"capsule\\\",\\n              \\\"probe\\\",\\n              \\\"satellite\\\",\\n              \\\"spaceplane\\\",\\n              \\\"station\\\"\\n            ]\\n          },\\n          \\\"description\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"message\\\": {\\n            \\\"description\\\": \\\"A human readable error message\\\",\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    },\\n    \\\"securitySchemes\\\": {\\n      \\\"ApiKey\\\": {\\n        \\\"type\\\": \\\"apiKey\\\",\\n        \\\"in\\\": \\\"header\\\",\\n        \\\"name\\\": \\\"X-Api-Key\\\"\\n      }\\n    }\\n  },\\n  \\\"security\\\": [\\n    {\\n      \\\"ApiKey\\\": [\\n\\n      ]\\n    }\\n  ]\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"12345678\",\n    \"createdAt\": \"2024-07-18T13:47:39.000Z\",\n    \"root\": {\n        \"enabled\": true\n    },\n    \"name\": \"index.json\",\n    \"path\": \"index.json\",\n    \"updatedBy\": \"12345678\",\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"updatedAt\": \"2024-07-18T13:48:28.000Z\"\n}"},{"id":"07af147b-a457-441f-afa6-b82d43cd17b9","name":"YAML Schema","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"openapi: \\\"3.1.0\\\"\\ninfo:\\n  version: \\\"1.0.0\\\"\\n  title: \\\"Sample API\\\"\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        \\\"200\\\":\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Spacecraft\\\"\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: \\\"#/components/schemas/Error\\\"\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - name\\n        - type\\n      properties:\\n        id:\\n          $ref: \\\"#/components/schemas/SpacecraftId\\\"\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\\n\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.yaml"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"12345678\",\n    \"createdAt\": \"2024-07-18T13:28:40.000Z\",\n    \"root\": {\n        \"enabled\": true\n    },\n    \"updatedAt\": \"2024-07-18T13:30:42.000Z\",\n    \"path\": \"index.yaml\",\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"updatedBy\": \"12345678\",\n    \"name\": \"index.yaml\"\n}"},{"id":"0e2e7821-67ff-42a8-a3e4-8efde746b585","name":"GraphQL Schema","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"type Query {\\r\\n  allPosts: [Post]\\r\\n  allUsers: [User]\\r\\n  postById(id: Int!): Post\\r\\n  userById(id: Int!): User\\r\\n}\\r\\n\\r\\ntype Mutation {\\r\\n  createPost(input: CreatePostInput!): CreatePostPayload\\r\\n  createUser(input: CreateUserInput!): CreateUserPayload\\r\\n}\\r\\n\\r\\ntype Post {\\r\\n  id: Int!\\r\\n  title: String\\r\\n  body: String\\r\\n  createdDate: Datetime\\r\\n  authorId: Int!\\r\\n  userByAuthorId: User\\r\\n}\\r\\n\\r\\ntype User {\\r\\n  id: Int!\\r\\n  username: String\\r\\n  createdDate: Datetime\\r\\n  postsByAuthorId: [Post]\\r\\n}\\r\\n\\r\\ntype CreatePostPayload {\\r\\n  clientMutationId: String\\r\\n  post: Post\\r\\n  userByAuthorId: User\\r\\n}\\r\\n\\r\\ninput CreatePostInput {\\r\\n  clientMutationId: String\\r\\n  post: PostInput!\\r\\n}\\r\\n\\r\\ninput PostInput {\\r\\n  id: Int\\r\\n  title: String\\r\\n  body: String\\r\\n  createdDate: Datetime\\r\\n  authorId: Int!\\r\\n}\\r\\n\\r\\ntype CreateUserPayload {\\r\\n  clientMutationId: String\\r\\n  user: User\\r\\n}\\r\\n\\r\\ninput CreateUserInput {\\r\\n  clientMutationId: String\\r\\n  user: UserInput!\\r\\n}\\r\\n\\r\\ninput UserInput {\\r\\n  id: Int\\r\\n  username: String\\r\\n  createdDate: Datetime\\r\\n}\\r\\n\\r\\nscalar Datetime\\r\\n\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"posts.graphql"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"updatedAt\": \"2024-07-18T13:26:22.000Z\",\n    \"path\": \"posts.graphql\",\n    \"updatedBy\": \"20891195\",\n    \"createdBy\": \"20891195\",\n    \"root\": {\n        \"enabled\": true\n    },\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"name\": \"posts.graphql\",\n    \"createdAt\": \"2024-07-18T13:24:55.000Z\"\n}"},{"id":"3a7165f9-8ea7-4b38-a08e-7cd3ca5e1e5d","name":"Update root Tag","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"root\": {\n        \"enabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]},"description":"Creates an API definition. The request body must contain a `schema` object with the following properties:\n\n*   `type` — A **string** value that contains the API definition's type. One of:  \n    * `openapi3_1`  \n    * `openapi3`  \n    * `openapi2`  \n    * `openapi1`  \n    * `raml`  \n    * `raml1`  \n    * `wsdl1`  \n    * `wsdl2`  \n    * `graphql`  \n    * `proto2`  \n    * `graphql`  \n    * `proto3`  \n* `language` — A **string** value that contains the API definition's language. One of:  \n    * OpenAPI and RAML — `json` or `yaml`  \n    * GraphQL — `graphql`  \n    * WSDL — `xml`  \n    * Protobuf — `proto`  \n* `schema` — A **string** value that contains the API definition's contents."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2fdc8ea1-d02e-4e50-989e-6fa28f42b995\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\",\n    \"path\": \"index.json\",\n    \"name\": \"index.json\"\n}"},{"id":"2a03e9a8-eb36-42b6-b9c5-98766787e6c0","name":"Missing v10 Accept Header","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"d3a3571c-d286-4982-aca0-fdf1b768d39b","name":"API Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"b86ef088-d712-428e-9bb8-cd8550ec7c88","name":"Schema Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the resource you are looking for\"\n}"},{"id":"f21edaad-25bb-41c5-8151-c4995194ab9a","name":"Schema Not Linked to API","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid param error\",\n    \"detail\": \"Schema is not linked to the API\"\n}"},{"id":"efcc2497-1483-4848-adcf-bffd7b06c5db","name":"Git-Linked API Errror","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\",\n    \"detail\": \"This action is not allowed for Git linked APIs\"\n}"},{"id":"e246eba5-dad8-4577-b3f9-dc595ba3dca1","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"75c328db-9664-4e96-9352-9d27d673c222","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"required\\\": [\\n    \\\"id\\\",\\n    \\\"name\\\"\\n  ],\\n  \\\"properties\\\": {\\n    \\\"id\\\": {\\n      \\\"type\\\": \\\"integer\\\",\\n      \\\"format\\\": \\\"int64\\\"\\n    },\\n    \\\"name\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    },\\n    \\\"tag\\\": {\\n      \\\"type\\\": \\\"string\\\"\\n    }\\n  }\\n}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"2fdc8ea1-d02e-4e50-989e-6fa28f42b995"},{"key":"filePath","value":"index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"}],"_postman_id":"379ac23b-a0dd-4985-978d-2185695214bb"},{"name":"Get a schema","id":"5b03bd49-10be-4bbf-b782-352b9b4a3520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","description":"<p>Gets information about API schema. You can use the <code>versionId</code> query parameter to get a schema published in an API version.</p>\n<p>You can use this API to do the following:</p>\n<ul>\n<li>Get a schema's metadata.</li>\n<li>Get all the files in a schema. This only returns the first file in the schema. The endpoint response contains a link to the next set of response results.</li>\n<li>Get a schema's contents in multi-file or bundled format.</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>The <code>versionId</code> query parameter is a <strong>required</strong> parameter for API viewers.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas",":schemaId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"key":"versionId","value":""},{"disabled":true,"description":{"content":"<p>If true, return the schema in a bundled format.</p>\n","type":"text/plain"},"key":"bundled","value":"true"}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API schema's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{schemaId}}","key":"schemaId"}]}},"response":[{"id":"c19d1c7b-c370-4a04-8143-a5600225e249","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId?versionId=66ae9950-0869-4e65-96b0-1e0e47e771af","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"query":[{"key":"versionId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\",\n    \"type\": \"openapi:3\",\n    \"createdBy\": \"2345\",\n    \"updatedBy\": \"2345\",\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\",\n    \"files\": {\n        \"meta\": {\n            \"nextPath\": \"/apis/1fdbff7c-036b-4f8a-91bc-17bf3ae74fd2/schemas/cf98c187-17c1-455f-afbf-d4be51f12770/files?cursor=eyJzY2hlbWUiOiJwYXRoX2FzYyIsImRpcmVjdGlvblR5cGUiOiJuZXh0IiwicGl2b3QiOiJwYXRoIiwidmFsdWUiOiJkaXIvczEuanNvbiJ9\"\n        },\n        \"data\": [\n            {\n                \"createdBy\": \"5000842\",\n                \"path\": \"dir/s1.json\",\n                \"updatedBy\": \"5000842\",\n                \"updatedAt\": \"2023-03-16T19:11:24.000Z\",\n                \"createdAt\": \"2023-03-16T18:38:56.000Z\",\n                \"id\": \"cf98c187-17c1-455f-afbf-d4be51f12770\",\n                \"name\": \"s1.json\"\n            }\n        ]\n    }\n}"},{"id":"232ad415-abc8-4c50-aed4-a044be43c11e","name":"Get Bundled Schema","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId?versionId=66ae9950-0869-4e65-96b0-1e0e47e771af&bundled=true","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"query":[{"key":"versionId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"},{"key":"bundled","value":"true"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\",\n    \"type\": \"openapi:3\",\n    \"createdBy\": \"2345\",\n    \"updatedBy\": \"2345\",\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\",\n    \"content\": \"openapi: '3.0.0'\\ninfo:\\n  version: '1.0.0'\\n  title: 'Sample API'\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: '#/components/schemas/SpacecraftId'\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        '200':\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Spacecraft'\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - names\\n        - type\\n      properties:\\n        id:\\n          $ref: '#/components/schemas/SpacecraftId'\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\"\n}"},{"id":"d7ed75c8-87a6-4237-a58e-b7fa35a77f57","name":"Schema Not Linked to API","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid param error\",\n    \"detail\": \"Schema is not linked to the API\"\n}"},{"id":"9e3a40d7-10d9-4e61-b9b1-39720d7aa13d","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"42761df3-df51-4c7d-851f-b93a43029063","name":"Invalid Version ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId?versionId=66ae9950-0869-4e65-96b0-1e0e47e771af","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"query":[{"key":"versionId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid version Id provided\",\n    \"detail\": \"Schema not published in this version\"\n}"},{"id":"79eaf1a8-1ed1-4987-b02c-c5b4eba7d48e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Invalid request body\",\n    \"type\": \"invalidParamError\",\n    \"detail\": \"Missing field 'versionId' in the request body\"\n}"},{"id":"27ea9999-87f2-4ec0-9d85-b789f9e61696","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"Please ensure that you have required permissions\",\n    \"type\": \"ForbiddenError\"\n}"},{"id":"66d3962c-1ec6-4579-b271-258584543ade","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"f4062bfe-302c-4c24-8106-29ccb7ed8519","name":"API Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"8c2ca6de-debe-460a-aab9-6085e0a6600b","name":"Git-Linked API Errror","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This action is not allowed for git linked APIs\",\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\"\n}"}],"_postman_id":"5b03bd49-10be-4bbf-b782-352b9b4a3520"},{"name":"Get schema files","id":"5e8e18c9-ddbb-4f6f-a93b-50d52567edcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","description":"<p>Gets the files in an API schema. You can use the <code>versionId</code> query parameter to get schema files published in an API version.</p>\n<p><strong>Note:</strong></p>\n<p>The <code>versionId</code> query parameter is a <strong>required</strong> parameter for API viewers.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas",":schemaId","files"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"key":"versionId","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API schema's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{schemaId}}","key":"schemaId"}]}},"response":[{"id":"a7ec132b-baf3-47e7-9ffa-b8847b3d00b7","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files?versionId=66ae9950-0869-4e65-96b0-1e0e47e771af&limit=2&cursor=eyJzY2hlbWUiOiJwYXRoX2FzYyIsImRpcmVjdGlvblR5cGUiOiJuZXh0IiwicGl2b3QiOiJwYXRoIiwidmFsdWUiOiJkaXIvczEuanNvbiJ9","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"query":[{"key":"versionId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"},{"key":"limit","value":"2"},{"key":"cursor","value":"eyJzY2hlbWUiOiJwYXRoX2FzYyIsImRpcmVjdGlvblR5cGUiOiJuZXh0IiwicGl2b3QiOiJwYXRoIiwidmFsdWUiOiJkaXIvczEuanNvbiJ9"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"eyJzY2hlbWUiOiJwYXRoX2FzYyIsImRpcmVjdGlvblR5cGUiOiJuZXh0IiwicGl2b3QiOiJwYXRoIiwidmFsdWUiOiJOZXdQZXQuanNvbiJ9\"\n    },\n    \"files\": [\n        {\n            \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ed\",\n            \"path\": \"data-model/error.yaml\",\n            \"name\": \"error.yaml\",\n            \"createdAt\": \"2022-03-29T11:37:15Z\",\n            \"updatedAt\": \"2022-03-29T11:37:15Z\",\n            \"createdBy\": 2345,\n            \"updatedBy\": 2345\n        },\n        {\n            \"id\": \"e8a015e0-f472-4bb3-a523-57ce7c4583ef\",\n            \"path\": \"data-model/error2.yaml\",\n            \"name\": \"error2.yaml\",\n            \"createdAt\": \"2022-03-29T11:37:15Z\",\n            \"updatedAt\": \"2022-03-29T11:37:15Z\",\n            \"createdBy\": 2345,\n            \"updatedBy\": 2345\n        }\n    ]\n}"},{"id":"3d5fdd21-4e9a-403e-9673-9d25f85ea7d5","name":"Schema Not Linked to API","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid param error\",\n    \"detail\": \"Schema is not linked to the API\"\n}"},{"id":"15cdc1cc-e864-498b-b6a9-1b78763408d9","name":"Invalid Version ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files?versionId=e8a015e0-f472","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"query":[{"key":"versionId","value":"e8a015e0-f472"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid version Id provided\",\n    \"detail\": \"Schema not published in this version\"\n}"},{"id":"0741a2e2-24f0-4b12-ad42-b0998e162c2f","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"b4ae5a31-33f8-48ea-af50-d401906072bc","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"Please ensure that you have required permissions\",\n    \"type\": \"ForbiddenError\"\n}"},{"id":"020031c4-7048-4806-9799-702df7cc1fef","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"469d77e5-fdca-4863-8312-f1705260b296","name":"API Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"7bbad844-dff7-4c3a-8592-9db82a87c52c","name":"Git-Linked API Errror","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This action is not allowed for git linked APIs\",\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\"\n}"}],"_postman_id":"5e8e18c9-ddbb-4f6f-a93b-50d52567edcc"},{"name":"Get schema file contents","id":"2bb994df-1177-4055-b7d4-18a0a7713a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","description":"<p>Gets an API schema file contents at the defined path. You can use the <code>versionId</code> query parameter to get schema file contents published in an API version.</p>\n<p><strong>Note:</strong></p>\n<p>The <code>versionId</code> query parameter is a <strong>required</strong> parameter for API viewers.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"key":"versionId","value":""}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API schema's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{schemaId}}","key":"schemaId"},{"description":{"content":"<p>The path to the schema file.</p>\n","type":"text/plain"},"type":"any","value":"{{filePath}}","key":"filePath"}]}},"response":[{"id":"8af0de1f-1c3e-4e9f-9f8c-56bf989b900d","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\",\n    \"path\": \"s1.json\",\n    \"name\": \"s1\",\n    \"createdBy\": \"2345\",\n    \"updatedBy\": \"2345\",\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\",\n    \"content\": \"openapi: '3.0.0'\\ninfo:\\n  version: '1.0.0'\\n  title: 'Sample API'\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: '#/components/schemas/SpacecraftId'\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        '200':\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Spacecraft'\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - names\\n        - type\\n      properties:\\n        id:\\n          $ref: '#/components/schemas/SpacecraftId'\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\"\n}"},{"id":"97e07b47-baf4-4bc2-87b3-f0aac5b89295","name":"Successful Response for Published Version","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath?versionId=ae2b9ab2-28f2-401d-912f-eca09a78e98b","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"query":[{"key":"versionId","value":"ae2b9ab2-28f2-401d-912f-eca09a78e98b"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\",\n    \"path\": \"s1.json\",\n    \"name\": \"s1\",\n    \"createdBy\": \"2345\",\n    \"updatedBy\": \"2345\",\n    \"createdAt\": \"2022-03-29T11:37:15Z\",\n    \"updatedAt\": \"2022-03-29T11:37:15Z\",\n    \"content\": \"openapi: '3.0.0'\\ninfo:\\n  version: '1.0.0'\\n  title: 'Sample API'\\n  description: Buy or rent spacecrafts\\n\\npaths:\\n  /spacecrafts/{spacecraftId}:\\n    parameters:\\n      - name: spacecraftId\\n        description: The unique identifier of the spacecraft\\n        in: path\\n        required: true\\n        schema:\\n          $ref: '#/components/schemas/SpacecraftId'\\n    get:\\n      summary: Read a spacecraft\\n      responses:\\n        '200':\\n          description: The spacecraft corresponding to the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Spacecraft'\\n        404:\\n          description: No spacecraft found for the provided `spacecraftId`\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\n        500:\\n          description: Unexpected error\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/Error'\\ncomponents:\\n  schemas:\\n    SpacecraftId:\\n      description: The unique identifier of a spacecraft\\n      type: string\\n    Spacecraft:\\n      type: object\\n      required:\\n        - id\\n        - names\\n        - type\\n      properties:\\n        id:\\n          $ref: '#/components/schemas/SpacecraftId'\\n        name:\\n          type: string\\n        type:\\n          type: string\\n          enum:\\n            - capsule\\n            - probe\\n            - satellite\\n            - spaceplane\\n            - station\\n        description:\\n          type: string\\n    Error:\\n      type: object\\n      required:\\n        - message\\n      properties:\\n        message:\\n          description: A human readable error message\\n          type: string\\n  securitySchemes:\\n    ApiKey:\\n      type: apiKey\\n      in: header\\n      name: X-Api-Key\\nsecurity:\\n  - ApiKey: []\"\n}"},{"id":"f79767a8-c524-4934-b296-f476e2057182","name":"Schema Not Linked to API","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid param error\",\n    \"detail\": \"Schema is not linked to the API\"\n}"},{"id":"4d9ea29d-138d-4ef9-b84c-369180e94ec7","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"5f1be329-b1af-41f8-aed0-2d0083647ba9","name":"API Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"eac57c1a-9399-4a3e-82b1-d8968487b0cf","name":"Path Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Resource not found\",\n    \"detail\": \"API schema file does not exist\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"696da7c1-78c6-4947-b044-35e1aeec652b","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"Please ensure that you have required permissions\",\n    \"type\": \"ForbiddenError\"\n}"},{"id":"9c10aec0-80f8-40bf-9c5c-d2879d5c21c3","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"bbf8cc3a-15e4-4646-88ad-2dba28d6c3db","name":"Git-Linked API Errror","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"s1.json"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\",\n    \"detail\": \"This action is not allowed for git linked APIs\"\n}"}],"_postman_id":"2bb994df-1177-4055-b7d4-18a0a7713a6d"},{"name":"Delete a schema file","id":"6d724ad3-6ae1-49db-a617-099e0377db08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","description":"<p>Deletes a file in an API schema. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API schema's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{schemaId}}","key":"schemaId"},{"description":{"content":"<p>The path to the schema file.</p>\n","type":"text/plain"},"type":"any","value":"{{filePath}}","key":"filePath"}]}},"response":[{"id":"1a680b5d-959b-4268-b04f-fcc7eff33b7d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"12664196-0d6e-4a00-8264-6a843e54d217","name":"Schema Not Linked to API","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamError\",\n    \"title\": \"Invalid param error\",\n    \"detail\": \"Schema is not linked to the API\"\n}"},{"id":"3f04219c-6b24-472d-96f3-2c9367b1b48c","name":"Missing v10 Accept Header","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"bc601d28-b381-4c3a-87be-ab5999d0b274","name":"Path Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"File not found: Folder1/nestedFile.json\"\n}"},{"id":"d0702ce0-d58e-4586-bf30-f5c22781e459","name":"API Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"Resource not found\",\n    \"detail\": \"We could not find the API you are looking for\"\n}"},{"id":"56e3d4a1-4427-4663-a423-3b728f7fc5f6","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"f97d7ead-9113-4e37-977f-1abccb63ad6d","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"f0473605-6827-4f2e-b78d-f0217bd4fc4e","name":"Git-Linked API Errror","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/schemas/:schemaId/files/:filePath","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","schemas",":schemaId","files",":filePath"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"schemaId","value":"5381f010-c4c1-11ed-afa1-0242ac120002"},{"key":"filePath","value":"data-model/index.json"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This action is not allowed for git linked APIs\",\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\"\n}"}],"_postman_id":"6d724ad3-6ae1-49db-a617-099e0377db08"}],"id":"878e91ec-37f0-4bc1-8dc0-c4add5a8556b","description":"<p>These endpoints enable you to manage your API schema. These endpoints also support multi-file schema.</p>\n","_postman_id":"878e91ec-37f0-4bc1-8dc0-c4add5a8556b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"API Version","item":[{"name":"Create a version","id":"425f4392-7276-4f31-a9c4-abc0922895e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{apiReleaseName}}\",\n    \"releaseNotes\": \"{{apiReleaseDescription}}\",\n    \"collections\": [\n        {\n            \"id\": \"{{collectionUid}}\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"id\": \"{{schemaId}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/versions","description":"<p>Creates a new API version asynchronously and immediately returns an HTTP <code>202 Accepted</code> response. The response contains a polling link to the task status API in the <code>Location</code> header.</p>\n<p>This endpoint is equivalent to publishing a version in Postman app, which is the snapshot of API collections and schema at a given point in time.</p>\n<p>Include the following properties in the request body:</p>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> value that contains the version name.</p>\n</li>\n<li><p><code>collections</code> — An <strong>array</strong> containing the collection unique IDs to publish.</p>\n</li>\n<li><p><code>schemas</code> — An <strong>array</strong> containing the schema IDs to publish.</p>\n</li>\n<li><p><code>branch</code> — A <strong>string</strong> value that contains the name of the repository branch. This property is required only for Git-linked APIs.</p>\n</li>\n</ul>\n<p>You can include the following optional properties:</p>\n<ul>\n<li><code>releaseNotes</code> — A <strong>string</strong> value that contains the Markdown-supported version summary.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","versions"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"62f40382-8b45-49ef-9297-c9757f4a72ed","name":"Create Version","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"v1\",\n    \"releaseNotes\": \"This is the first release.\",\n    \"collections\": [\n        {\n            \"id\": \"12345678-e8a015e0-f472-4bb3-a523-57ce7c4583ed\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"id\": \"18a015e0-f472-4bb3-a523-57ce7c458387\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]},"description":"Creates a new API version release. Include the following properties in the `release` object:\n\n*   `name` — A **string** value that contains the release name.\n*   `visibility` — A **string** value that contains the release's visibility. One of:\n    *   `private` — The release is private.\n    *   `public` — The release is public.\n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains the release's summary.\n*   `description` — A **string** value that contains the release's description.\n*   `gitTag` — A **string** value that contains a valid [Git tag](https://docs.github.com/en/rest/git/tags) ID. The tag must exist in the API's connected Git repository."},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"/apis/90ca9f5a-c4c4-11ed-afa1-0242ac120002/tasks/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n    \"name\": \"v1\",\n    \"releaseNotes\": \"This is the first release.\"\n}"},{"id":"03e56857-0a07-40c5-8a25-6baffd979e90","name":"Git-Linked Version with Schema Directory Path","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"v1\",\n    \"branch\": \"develop\",\n    \"releaseNotes\": \"This is the first release.\",\n    \"collections\": [\n        {\n            \"filePath\": \"postman/collections/c1.json\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schema\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"/apis/90ca9f5a-c4c4-11ed-afa1-0242ac120002/tasks/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n    \"name\": \"v1\",\n    \"releaseNotes\": \"This is the first release.\"\n}"},{"id":"ed7f0ea3-4ea6-4f73-a641-0edfb1ea6f40","name":"Git-Linked Version with root File Integration","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"v1\",\n    \"branch\": \"develop\",\n    \"releaseNotes\": \"This is the first release.\",\n    \"schemas\": [\n        {\n            \"filePath\": \"/dir/index.yml\"\n        }\n    ],\n    \"collections\": [\n        {\n            \"filePath\": \"postman/collections/c1.json\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"/apis/90ca9f5a-c4c4-11ed-afa1-0242ac120002/tasks/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n    \"name\": \"v1\",\n    \"releaseNotes\": \"This is the first release.\"\n}"},{"id":"a6fa6ddb-7af0-459a-8a17-cac0c784d607","name":"Parameter branch Missing for Git-Linked API","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"paramMissingError\",\n    \"title\": \"Parameter is missing in the request.\",\n    \"detail\": \"Parameter, branch is missing in the request.\"\n}"},{"id":"cc601623-6fd9-4e24-9daa-152769481210","name":"Missing v10 Accept Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"8796e6d3-5375-455d-8002-5c3f9a6830b5","name":"Auth Token Expired","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Unauthorized\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"Please use the Postman app to link your OAuth token with the API. Head over here, https://postman.postman.co/api/4ca6c9ae-da02-11ed-afa1-0242ac120002\"\n}"},{"id":"bf9734fb-a9de-42e2-b35a-0ba51d905cc5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"Unauthorized\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"Please use the Postman app to link your OAuth token with the API. Head over here, https://postman.postman.co/api/4ca6c9ae-da02-11ed-afa1-0242ac120002\"\n}"},{"id":"70bdd8bd-e22b-487f-8ffd-9cf148a69cfb","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"id\": \"12345678-e8a015e0-f472-4bb3-a523-57ce7c4583ed\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"id\": \"18a015e0-f472-4bb3-a523-57ce7c4183ed\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"83b3c944-9463-452e-ad4f-79125989818d","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"id\": \"12345678-e8a015e0-f472-4bb3-a523-57ce7c4583ed\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"id\": \"18a015e0-f472-4bb3-a523-57ce7c4183ed\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/versions","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"e9189b0b-00dd-4612-a180-e78b3d9533c9","name":"Repository Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"RepositoryNotFound\",\n    \"title\": \"Repository not found.\",\n    \"detail\": \"We could not find the Git repository you are looking for.\"\n}"},{"id":"50b6b147-7bb1-4bb7-b88f-a3031dd0fe16","name":"Collection Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"CollectionNotFound\",\n    \"title\": \"Collection not found.\",\n    \"detail\": \"We could not find the collection, path/to/collection1.json, in the Git repository. Please ensure that the path is correct.\"\n}"},{"id":"209147b9-46e2-4212-ad74-c1520dd5f3a6","name":"API Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the API you are looking for\",\n    \"detail\": \"We could not find the API you are looking for.\"\n}"},{"id":"7dacd268-a626-44cd-bc21-a4da67d2c1c9","name":"Branch Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BranchNotFound\",\n    \"title\": \"Branch not found.\",\n    \"details\": \"We could not find the branch you are looking for.\"\n}"},{"id":"2d56e5d9-523e-4bd1-9e58-aad4e1c827ba","name":"Schema Root Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"SchemaRootNotFound\",\n    \"detail\": \"Please perform a Git push from the Postman app to sync state between app and repository.\",\n    \"title\": \"Postman app config seems to be corrupted.\"\n}"},{"id":"095f5825-30b9-4b54-aa95-04d04ce2d436","name":"Invalid Collection Path","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"CollectionPathInvalid\",\n    \"detail\": \"Please perform a Git push from the Postman app to sync state between app and repository.\",\n    \"title\": \"Collection not found.\"\n}"},{"id":"acf6603b-b3b8-4181-ab4c-1387efca35b0","name":"Inconsistent API State","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\",\n    \"collections\": [\n        {\n            \"filePath\": \"path/to/collection1.json\"\n        },\n        {\n            \"filePath\": \"path/to/collection2.json\"\n        }\n\n    ],\n    \"schemas\": [\n        {\n            \"directoryPath\": \"postman/schemas\"\n        }\n    ],\n    \"branch\": \"develop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"APIStateInconsistent\",\n    \"title\": \"API state seems to be inconsistent.\",\n    \"detail\": \"Please perform a Git push from the Postman app to sync state between app and repository.\"\n}"}],"_postman_id":"425f4392-7276-4f31-a9c4-abc0922895e0"},{"name":"Get all versions","id":"bfd08df2-8850-45d8-bba7-a57030a6b656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/versions","description":"<p>Gets all the published versions of an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","versions"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response. This value defaults to <code>10</code>.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"a4d79b44-1d7b-4d75-9b7a-7722b0191fe9","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"query":[{"key":"limit","value":"2"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]},"description":"Gets information about all of an API version's releases."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"versions\": [\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"07d940bf-40fc-4acd-a11e-be6769894af0\",\n            \"name\": \"Release 2.0\",\n            \"releaseNotes\": \"This is the second release of the Test API.\"\n        },\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n            \"name\": \"Release 1.0\",\n            \"releaseNotes\": \"This is the first release of the Test API. For more information, read the documentation.\"\n        }\n    ],\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\",\n        \"limit\": 2,\n        \"total\": 100\n    }\n}"},{"id":"9cbe28d3-db67-4925-8b37-505393d87cc6","name":"Success with Cursor Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions?limit=2","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"query":[{"key":"limit","value":"2"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 4,\n        \"limit\": 2,\n        \"nextCursor\": \"V2VkIEZlYiAxNSAyMDIzIDEzOjUyOjAyIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\"\n    },\n    \"versions\": [\n        {\n            \"createdAt\": \"2023-02-15T13:41:43.000Z\",\n            \"name\": \"v1\",\n            \"id\": \"12691e5b-4a6f-4bc7-8335-4ce9b7c5c2ae\",\n            \"releaseNotes\": \"\",\n            \"updatedAt\": \"2023-02-15T13:41:58.000Z\"\n        },\n        {\n            \"createdAt\": \"2023-02-15T13:47:23.000Z\",\n            \"name\": \"v2\",\n            \"id\": \"2665bfbf-888a-48f6-98fa-24c0b7689207\",\n            \"releaseNotes\": \"\",\n            \"updatedAt\": \"2023-02-15T13:47:27.000Z\"\n        }\n    ]\n}"},{"id":"03be6144-a994-4e2f-be62-d27ee6c958cf","name":"Response with cursor Query Parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions?cursor=RnJpIEZlYiAxNyAyMDIzIDEwOjM5OjUxIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=10","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"query":[{"key":"cursor","value":"RnJpIEZlYiAxNyAyMDIzIDEwOjM5OjUxIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"10"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 4,\n        \"limit\": 10\n    },\n    \"versions\": [\n        {\n            \"createdAt\": \"2023-02-17T10:39:51.000Z\",\n            \"name\": \"v4\",\n            \"id\": \"bc792958-ffd5-4a4c-bcf5-1c07cb8f277b\",\n            \"releaseNotes\": \"\",\n            \"updatedAt\": \"2023-02-17T10:39:57.000Z\"\n        }\n    ]\n}"},{"id":"74e4dcad-532f-4779-b96d-f0c08b71ee02","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"b11530fd-225e-4d4e-9631-08c8db5cdb44","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"forbiddenError\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"You do not have access to perform this operation.\"\n}"},{"id":"fce37264-153b-4f0d-b1b2-435afb2ff089","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/versions","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"82d1610e-c332-46e8-a938-86233e008603","name":"API Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"We could not find the API you are looking for.\",\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the API you are looking for\"\n}"},{"id":"f455cd19-aca3-43d4-9a34-a40ba2bd3ba4","name":"v9 Unsupported","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"unsupportedEntityError\",\n    \"title\": \"Unsupported API\",\n    \"detail\": \"This endpoint does not support v9 APIs.\"\n}"}],"_postman_id":"bfd08df2-8850-45d8-bba7-a57030a6b656"},{"name":"Get a version","id":"7b0f612a-d998-49aa-b436-623330971836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/versions/:versionId","description":"<p>Gets information about an API version.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For API editors, this endpoint returns an HTTP <code>302 Found</code> status code when the version status is pending. It also returns the <code>/apis/{apiId}/tasks/{taskId}</code> task status response header.</li>\n<li>For API viewers, this endpoint returns an HTTP <code>404 Not Found</code> when the version status is pending.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","versions",":versionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"type":"any","value":"{{versionId}}","key":"versionId"}]}},"response":[{"id":"a042cf82-e724-46a4-9899-1fbbe992124b","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n        \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"releaseNotes\": \"This is the first release.\",\n        \"schemas\": [\n            {\n                \"id\": \"13a441a3-6109-4f78-86eb-e0144d0ff275\",\n                \"type\": \"openapi:3\"\n            }\n        ],\n        \"collections\": [\n            {\n                \"id\": \"12345678-aeedb353-494b-4424-82cf-358aece2bd1c\",\n                \"name\": \"collection1\"\n            }\n        ]\n    }\n}"},{"id":"3f384c86-8816-48b5-a877-aa70bde99ec8","name":"Version in Pending Status Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"Found","code":302,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"/apis/5360b75f-447e-467c-9299-12fd6c92450d/tasks/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2","description":""}],"cookie":[],"responseTime":null,"body":null},{"id":"a5c2b575-94ec-447f-840c-0d53bde2f77a","name":"Successful Response for API Viewers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n        \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"releaseNotes\": \"This is the first release.\",\n        \"schemas\": [\n            {\n                \"id\": \"C1\",\n                \"type\": \"openapi:3\"\n            }\n        ],\n        \"collections\": [\n            {\n                \"id\": \"C1\",\n                \"name\": \"collection1\"\n            },\n            {\n                \"id\": \"C2\",\n                \"name\": \"collection2\"\n            }\n        ]\n    }\n}"},{"id":"f5bbb9b8-cc5f-4fec-8605-959c35ec2f6f","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"e1df707c-287d-4f4e-8916-97adffdd63ef","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"acc32060-3fca-41ec-897c-32a65f6dad49","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Gets information about an API version's release."},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"VersionNotFound\",\n    \"title\": \"API Version not found.\",\n    \"details\": \"We could not find the API Version you are looking for.\"\n}"}],"_postman_id":"7b0f612a-d998-49aa-b436-623330971836"},{"name":"Update a version","id":"004accd7-ca3b-41c5-ba5d-39010b2e6e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{apiVersionName}}\",\n    \"releaseNotes\": \"{{releaseNotes}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/versions/:versionId","description":"<p>Updates an API version. Include at least one of the following properties in the request body:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the version name.</li>\n<li><code>releaseNotes</code> — A <strong>string</strong> value that contains the Markdown-supported release notes.</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>This endpoint returns an HTTP <code>404 Not Found</code> response when an API version is pending publication.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","versions",":versionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"type":"any","value":"{{versionId}}","key":"versionId"}]}},"response":[{"id":"b1b5fb17-a25c-4a7a-8791-ec9569256f1a","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Updates an API version's release. Include at least one of the following properties in the `release` object:\n\n*   `name` — A **string** value that contains the release name.\n*   `visibility` — A **string** value that contains the release's visibility. One of:\n    *   `private` — The release is private.\n    *   `public` — The release is public.\n*   `summary` — A **string** value that contains the release's summary.\n*   `description` — A **string** value that contains the release's description.\n*   `gitTag` — A **string** value that contains a valid [Git tag](https://docs.github.com/en/rest/git/tags) ID. The tag must exist in the API's connected Git repository."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"id\": \"8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2\",\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}"},{"id":"25bba854-11aa-4fd8-9229-9c006e1bb520","name":"Missing v10 Accept Header","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"e74e57f1-69dc-457a-8d32-8d6cf359e545","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"type\": \"forbiddenError\",\n    \"title\": \"You are not permitted to perform the action.\"\n}"},{"id":"527131f9-c7c6-45e9-9e86-59632adb6d2f","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"17737323-e212-4d47-abb4-bb85257cbb05","name":"VersionNotFound Error When API Version is Pending Publishing","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Release 1.5\",\n    \"releaseNotes\": \"This is the first public release update.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"VersionNotFound\",\n    \"title\": \"API Version not found.\",\n    \"details\": \"We could not find the API Version you are looking for.\"\n}"}],"_postman_id":"004accd7-ca3b-41c5-ba5d-39010b2e6e3a"},{"name":"Delete a version","id":"d1913a11-da02-4c23-92fe-ea7cfc19f374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/versions/:versionId","description":"<p>Deletes an API version. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint returns an HTTP <code>404 Not Found</code> response when an API version is pending publication.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","versions",":versionId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"type":"any","value":"{{versionId}}","key":"versionId"}]}},"response":[{"id":"2b2c3c66-c3d4-457a-b024-105323ead444","name":"Deleted","originalRequest":{"auth":{"type":"apikey","apikey":{"key":"X-API-KEY","value":"{{postman-API-key}}"}},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Deletes an API version's release."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a41d6ebd-6099-474f-87f4-8c376adc8ade","name":"API Not Found","originalRequest":{"auth":{"type":"apikey","apikey":{"key":"X-API-KEY","value":"{{postman-API-key}}"}},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]},"description":"Deletes an API version's release."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API version you are looking for\"\n    }\n}"},{"id":"7275ba18-735b-4659-be35-1633d6da4aa2","name":"Missing v10 Accept Header","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"cae0fd11-f126-4f8b-bf1e-bf03608d588f","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"forbiddenError\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"You do not have permission to perform this action\"\n}"},{"id":"fa04aee0-b58f-43f8-9b66-2fcb6cdbb5a4","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"a8f89437-9382-4d06-8ea9-7d98f4a3e5d5","name":"VersionNotFound Error When API Version is Pending Publishing","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/versions/:versionId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","versions",":versionId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"versionId","value":"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"VersionNotFound\",\n    \"title\": \"API Version not found.\",\n    \"details\": \"We could not find the API Version you are looking for.\"\n}"}],"_postman_id":"d1913a11-da02-4c23-92fe-ea7cfc19f374"}],"id":"31ae361f-0cbb-4398-86fd-00e50748d882","description":"<p>These endpoints enable you to manage your <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/versioning-an-api-overview/\">API's published versions</a>. Only users with the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#api-roles\">API Admin</a> or <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#workspace-roles\">Workspace Admin</a> role can publish and manage versions.</p>\n","_postman_id":"31ae361f-0cbb-4398-86fd-00e50748d882","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Collections","item":[{"name":"Comments","item":[{"name":"Get a collection's comments","id":"af488e46-fd64-433c-84d5-3c1ca07ebd29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","description":"<p>Gets all comments left by users in an API's collection.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionId","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionId"}]}},"response":[{"id":"4f68ac3b-4adf-450c-a543-d34feb93263e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"fcddaf4f-8cf7-4b0d-8e38-51b24937eed1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"a032352e-fb66-4e81-a32c-33cb9e4fdb07","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"db3c341b-4cc3-4d9f-a31d-cf4fd997f121","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/comments","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"d620dec9-fe3b-402d-bf04-9bca2901a888","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"f6936f12-d46b-41dd-b27e-0793f122cc9d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"af488e46-fd64-433c-84d5-3c1ca07ebd29"},{"name":"Create a collection comment","id":"0e2c99cf-952c-44a2-95a0-0035ccd78505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": {{threadId}},\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","description":"<p>Creates a comment on an API's collection. To create a reply on an existing comment, include the <code>threadId</code> property in the request body.</p>\n<p>Include the following in request body:</p>\n<ul>\n<li><p><code>body</code> — (Required) A <strong>string</strong> that contains the comment.</p>\n</li>\n<li><p><code>threadId</code> — An <strong>integer</strong> that contains the comment's thread ID.</p>\n</li>\n<li><p><code>tags</code> — An <strong>object</strong> that contains information about users tagged in the <code>body</code> comment. Include the following in this object:</p>\n<ul>\n<li><p><code>userName</code> — (Required) An <strong>object</strong> that contains information about the tagged user. The object's name is the user's Postman username. For example, <code>@user-postman</code>. Include the following in this object:</p>\n<ul>\n<li><p><code>type</code> — (Required) A <strong>string</strong> that contains the <code>user</code> value.</p>\n</li>\n<li><p><code>id</code> — (Required) An <strong>integer</strong> that contains the user's ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionId","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionId"}]}},"response":[{"id":"c91aa7c1-f9f9-48ec-9c45-5b459bdec510","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"c56832be-bff3-4b28-9ac4-81c35411c306","name":"Reply to Comment Thread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"ce2f5ef0-6ef4-4262-8993-b90f7705aaa0","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"1080ed67-0ff5-4dd4-9a3e-e6cb9ff2eb51","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"6cc11a34-13db-40d6-a050-86f42bed8ccd","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"8e15dbaa-12c8-4977-8d20-3ee3c4e19069","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"6e582d06-f044-4ce2-a74d-20529deb4d12","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"ea67e812-2a7e-451b-b1d2-2fef7d8efc45","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"0e2c99cf-952c-44a2-95a0-0035ccd78505"},{"name":"Update a collection's comment","id":"0bc84040-2885-473f-beb5-b59fd856ba61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","description":"<p>Updates a comment on an API's collection. Include the following in request body:</p>\n<ul>\n<li><p><code>body</code> — (Required) A <strong>string</strong> that contains the updated comment.</p>\n</li>\n<li><p><code>tags</code> — An <strong>object</strong> that contains information about users tagged in the <code>body</code> comment. Include the following in this object:</p>\n<ul>\n<li><p><code>userName</code> — (Required) An <strong>object</strong> that contains information about the tagged user. The object's name is the user's Postman username. For example, <code>@user-postman</code>. Include the following in this object:</p>\n<ul>\n<li><p><code>type</code> — (Required) A <strong>string</strong> that contains the user value.</p>\n</li>\n<li><p><code>id</code> — (Required) An <strong>integer</strong> that contains the user's ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionId"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[{"id":"f5734603-ce24-4d0e-ba11-84d1a284dd7a","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"3a6cc168-948c-45f2-9ea5-02f01455e9b4","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"afbbcd6f-c354-4888-937b-b58e6f5552c5","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"58b0a205-04fd-44e7-b444-cde5a60fa09f","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"2c5f1466-2de6-4e77-9975-77d2384321a9","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"ed2a3405-0a57-4b75-94f3-ee22af8d6d64","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"050234d7-37e1-4d1d-a726-91c4cc0094ca","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"0bc84040-2885-473f-beb5-b59fd856ba61"},{"name":"Delete a collection's comment","id":"ebd7a118-ebb2-42e4-ab11-238802e323dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","description":"<p>Deletes a comment from an API's collection. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionId"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[{"id":"20b8a6ea-cb71-4bf3-b830-a7ea576d9379","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b6439e7d-a649-443b-b2ca-95403edd39a1","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"d88ae47c-eb22-4ba0-be9f-f75270842b10","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"26f282cd-8d46-4138-907a-a1313dfc5e08","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"7e5b2cec-7cc7-4b84-bdd7-ba7c39996153","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"a5771aed-a0ae-45d6-90ae-2760152ab7dd","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionId","comments",":commentId"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"ebd7a118-ebb2-42e4-ab11-238802e323dc"}],"id":"fc5b7527-ba9c-40e9-b281-9bdc99a039a3","description":"<p>These endpoints enable you to manage comments on an <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/developing-an-api/adding-api-elements/#add-a-collection-to-your-api\">API's collection</a>. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"fc5b7527-ba9c-40e9-b281-9bdc99a039a3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get a collection","id":"b42b1a82-3895-4b4b-a2d0-95af83e8212b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid","description":"<p>Gets a collection attached to an API. You can use the <code>versionId</code> query parameter to get a collection published in a version.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You cannot use this endpoint to get a Git-linked API collection. Collections in a Git-linked API are stored in the linked Git repository, not in the Postman cloud. This endpoint only has access to Postman servers.</p>\n</li>\n<li><p>You can get a collection published in an API version with the <code>versionId</code> query parameter.</p>\n</li>\n<li><p>The <code>versionId</code> query parameter is a <strong>required</strong> parameter for API viewers.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionUid"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The API's version ID.</p>\n","type":"text/plain"},"key":"versionId","value":""}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionUid"}]}},"response":[{"id":"6eed19c5-8830-4a5a-993d-8a1ca0de291a","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"item\": [\n        {\n            \"name\": \"Read a spacecraft\",\n            \"id\": \"7921a9eb-4d49-4b46-9348-6e86174608b1\",\n            \"protocolProfileBehavior\": {\n                \"disableBodyPruning\": true\n            },\n            \"response\": [\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"OK\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"The spacecraft corresponding to the provided `spacecraftId`\",\n                    \"body\": \"{\\n  \\\"id\\\": \\\"<string>\\\",\\n  \\\"name\\\": \\\"<string>\\\",\\n  \\\"type\\\": \\\"probe\\\",\\n  \\\"description\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 200,\n                    \"id\": \"09e13f27-9b57-4454-8023-f91207024e24\"\n                },\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"Not Found\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"No spacecraft found for the provided `spacecraftId`\",\n                    \"body\": \"{\\n  \\\"message\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 404,\n                    \"id\": \"71b0ba6d-9691-43d4-ae8f-c9beb5a71ac3\"\n                },\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"Internal Server Error\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"Unexpected error\",\n                    \"body\": \"{\\n  \\\"message\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 500,\n                    \"id\": \"d84c8be2-b633-4e6a-bafb-d84d146b7714\"\n                }\n            ],\n            \"request\": {\n                \"header\": [\n                    {\n                        \"value\": \"application/json\",\n                        \"key\": \"Accept\"\n                    }\n                ],\n                \"method\": \"GET\",\n                \"url\": {\n                    \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                    \"path\": [\n                        \"spacecrafts\",\n                        \":spacecraftId\"\n                    ],\n                    \"host\": [\n                        \"https://api.getpostman.com\"\n                    ],\n                    \"variable\": [\n                        {\n                            \"value\": \"<string>\",\n                            \"description\": \"(Required) The unique identifier of the spacecraft\",\n                            \"id\": \"a5e9206b-f18d-4098-84e9-d4f384a24572\",\n                            \"key\": \"spacecraftId\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"auth\": {\n        \"apikey\": [\n            {\n                \"value\": \"X-Api-Key\",\n                \"type\": \"string\",\n                \"key\": \"key\"\n            },\n            {\n                \"value\": \"{{apiKey}}\",\n                \"type\": \"string\",\n                \"key\": \"value\"\n            },\n            {\n                \"value\": \"header\",\n                \"type\": \"string\",\n                \"key\": \"in\"\n            }\n        ],\n        \"type\": \"apikey\"\n    },\n    \"info\": {\n        \"description\": \"Buy or rent spacecrafts\",\n        \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n        \"name\": \"Spacecrafts\",\n        \"_postman_id\": \"d0c4f5bb-ce41-46ff-9313-c265446cd290\"\n    },\n    \"variable\": [\n        {\n            \"value\": \"/\",\n            \"id\": \"56c8597d-7bb1-42df-aa3f-04184ffc3f3e\",\n            \"key\": \"baseUrl\"\n        }\n    ]\n}"},{"id":"1cb0cc1e-9f22-4195-a88d-611fa8357650","name":"Response with versionId","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid?versionId=12ece9e1-2abf-4edc-8e34-de66e74114d2","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid"],"query":[{"key":"versionId","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"item\": [\n        {\n            \"name\": \"Read a spacecraft\",\n            \"id\": \"7921a9eb-4d49-4b46-9348-6e86174608b1\",\n            \"protocolProfileBehavior\": {\n                \"disableBodyPruning\": true\n            },\n            \"response\": [\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"OK\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"The spacecraft corresponding to the provided `spacecraftId`\",\n                    \"body\": \"{\\n  \\\"id\\\": \\\"<string>\\\",\\n  \\\"name\\\": \\\"<string>\\\",\\n  \\\"type\\\": \\\"probe\\\",\\n  \\\"description\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 200,\n                    \"id\": \"09e13f27-9b57-4454-8023-f91207024e24\"\n                },\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"Not Found\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"No spacecraft found for the provided `spacecraftId`\",\n                    \"body\": \"{\\n  \\\"message\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 404,\n                    \"id\": \"71b0ba6d-9691-43d4-ae8f-c9beb5a71ac3\"\n                },\n                {\n                    \"header\": [\n                        {\n                            \"value\": \"application/json\",\n                            \"key\": \"Content-Type\"\n                        }\n                    ],\n                    \"originalRequest\": {\n                        \"header\": [\n                            {\n                                \"value\": \"application/json\",\n                                \"key\": \"Accept\"\n                            },\n                            {\n                                \"description\": \"Added as a part of security scheme: apikey\",\n                                \"value\": \"<API Key>\",\n                                \"key\": \"X-Api-Key\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"url\": {\n                            \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                            \"path\": [\n                                \"spacecrafts\",\n                                \":spacecraftId\"\n                            ],\n                            \"host\": [\n                                \"https://api.getpostman.com\"\n                            ],\n                            \"variable\": [\n                                {\n                                    \"key\": \"spacecraftId\"\n                                }\n                            ]\n                        }\n                    },\n                    \"status\": \"Internal Server Error\",\n                    \"_postman_previewlanguage\": \"json\",\n                    \"responseTime\": null,\n                    \"cookie\": [],\n                    \"name\": \"Unexpected error\",\n                    \"body\": \"{\\n  \\\"message\\\": \\\"<string>\\\"\\n}\",\n                    \"code\": 500,\n                    \"id\": \"d84c8be2-b633-4e6a-bafb-d84d146b7714\"\n                }\n            ],\n            \"request\": {\n                \"header\": [\n                    {\n                        \"value\": \"application/json\",\n                        \"key\": \"Accept\"\n                    }\n                ],\n                \"method\": \"GET\",\n                \"url\": {\n                    \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                    \"path\": [\n                        \"spacecrafts\",\n                        \":spacecraftId\"\n                    ],\n                    \"host\": [\n                        \"https://api.getpostman.com\"\n                    ],\n                    \"variable\": [\n                        {\n                            \"value\": \"<string>\",\n                            \"description\": \"(Required) The unique identifier of the spacecraft\",\n                            \"id\": \"a5e9206b-f18d-4098-84e9-d4f384a24572\",\n                            \"key\": \"spacecraftId\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"auth\": {\n        \"apikey\": [\n            {\n                \"value\": \"X-Api-Key\",\n                \"type\": \"string\",\n                \"key\": \"key\"\n            },\n            {\n                \"value\": \"{{apiKey}}\",\n                \"type\": \"string\",\n                \"key\": \"value\"\n            },\n            {\n                \"value\": \"header\",\n                \"type\": \"string\",\n                \"key\": \"in\"\n            }\n        ],\n        \"type\": \"apikey\"\n    },\n    \"info\": {\n        \"description\": \"Buy or rent spacecrafts\",\n        \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n        \"name\": \"Spacecrafts\",\n        \"_postman_id\": \"d0c4f5bb-ce41-46ff-9313-c265446cd290\"\n    },\n    \"variable\": [\n        {\n            \"value\": \"/\",\n            \"id\": \"56c8597d-7bb1-42df-aa3f-04184ffc3f3e\",\n            \"key\": \"baseUrl\"\n        }\n    ]\n}"},{"id":"b8879cb0-71a8-47a5-9899-43852cc8c9bd","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"5286b8c2-42f5-40cb-9067-c1174361dfa0","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections/:collectionUid","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections",":collectionUid"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"47b9bd75-32dd-4d0f-946a-84b7ef972114","name":"Git-Linked API Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Action not allowed\",\n    \"type\": \"actionNotAllowedError\",\n    \"detail\": \"This action is not allowed for Git linked APIs\"\n}"}],"_postman_id":"b42b1a82-3895-4b4b-a2d0-95af83e8212b"},{"name":"Add a collection","id":"c70373b3-b7df-4f7e-90a1-f0d0f2fe9370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n      \"operationType\": \"COPY_COLLECTION\",\n      \"data\": {\n        \"collectionId\": \"{{collectionId}}\"\n      }\n    }","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/collections","description":"<p>Adds a collection to an API. To do this, use the following <code>operationType</code> values:</p>\n<ul>\n<li><p><code>COPY_COLLECTION</code> — Copies a collection from the workspace and adds it to an API.</p>\n</li>\n<li><p><code>CREATE_NEW</code> — Creates a new collection by providing the new collection's content. For a complete list of values, refer to the <a href=\"https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html\">Postman Collection Format documentation</a>.</p>\n</li>\n<li><p><code>GENERATE_FROM_SCHEMA</code> — Generates the collection from an API schema.</p>\n<ul>\n<li><code>options</code> — An <strong>object</strong> that contains advanced creation options and their values. You can find a complete list of properties and their values in Postman's <a href=\"https://github.com/postmanlabs/openapi-to-postman/blob/develop/OPTIONS.md\">OpenAPI to Postman Collection Converter OPTIONS documentation</a>. These properties are case-sensitive.</li>\n</ul>\n</li>\n</ul>\n<p>For examples of each method, see the collection's response examples.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"0dae40d3-309c-4844-9a42-55632de89ba0","name":"Copy a Collection","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n  \"operationType\": \"COPY_COLLECTION\",\n  \"data\": {\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"12345678-bca9870a-dda0-4e8a-abda-f07b1b868ba0\"\n}"},{"id":"d003e253-8334-4307-bb2f-ed349450feba","name":"Generate a Collection from Schema","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n  \"operationType\": \"GENERATE_FROM_SCHEMA\",\n  \"name\": \"Test Collection\",\n  \"options\": {\n      \"enableOptionalParameters\": true,\n      \"folderStrategy\": \"Tags\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"2d5b2125-4456-4541-b4dc-1f85a7f879c2","name":"Add a New Collection","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"operationType\": \"CREATE_NEW\",\n    \"data\": {\n        \"item\": [\n            {\n                \"protocolProfileBehavior\": {\n                    \"disableBodyPruning\": true\n                },\n                \"response\": [\n                    {\n                        \"originalRequest\": {\n                            \"url\": {\n                                \"host\": [\n                                    \"https://api.getpostman.com\"\n                                ],\n                                \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                                \"variable\": [\n                                    {\n                                        \"description\": \"(Required) The unique identifier of the spacecraft\",\n                                        \"key\": \"spacecraftId\",\n                                        \"value\": \"<string>\"\n                                    }\n                                ],\n                                \"path\": [\n                                    \"spacecrafts\",\n                                    \":spacecraftId\"\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"description\": \"Added as a part of security scheme: apikey\",\n                                    \"key\": \"X-Api-Key\",\n                                    \"value\": \"<API Key>\"\n                                }\n                            ]\n                        },\n                        \"code\": 200,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"responseTime\": null,\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\"\n                            }\n                        ],\n                        \"name\": \"The spacecraft corresponding to the provided `spacecraftId`\",\n                        \"_postman_previewtype\": \"html\",\n                        \"body\": \"{\\n  \\\"id\\\": \\\"<string>\\\",\\n  \\\"name\\\": \\\"commodo\\\",\\n  \\\"type\\\": \\\"capsule\\\",\\n  \\\"description\\\": \\\"pariatur dolo\\\"\\n}\",\n                        \"cookie\": [],\n                        \"status\": \"OK\",\n                        \"id\": \"54467f6e-71d7-43d5-acc0-48f948e38528\"\n                    },\n                    {\n                        \"originalRequest\": {\n                            \"url\": {\n                                \"host\": [\n                                    \"https://api.getpostman.com\"\n                                ],\n                                \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                                \"variable\": [\n                                    {\n                                        \"description\": \"(Required) The unique identifier of the spacecraft\",\n                                        \"key\": \"spacecraftId\",\n                                        \"value\": \"<string>\"\n                                    }\n                                ],\n                                \"path\": [\n                                    \"spacecrafts\",\n                                    \":spacecraftId\"\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"description\": \"Added as a part of security scheme: apikey\",\n                                    \"key\": \"X-Api-Key\",\n                                    \"value\": \"<API Key>\"\n                                }\n                            ]\n                        },\n                        \"code\": 404,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"responseTime\": null,\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\"\n                            }\n                        ],\n                        \"name\": \"No spacecraft found for the provided `spacecraftId`\",\n                        \"_postman_previewtype\": \"html\",\n                        \"body\": \"{\\n  \\\"message\\\": \\\"dolore Excepteur\\\"\\n}\",\n                        \"cookie\": [],\n                        \"status\": \"Not Found\",\n                        \"id\": \"1231609a-7a3d-444d-aa0c-579703e618f4\"\n                    },\n                    {\n                        \"originalRequest\": {\n                            \"url\": {\n                                \"host\": [\n                                    \"https://api.getpostman.com\"\n                                ],\n                                \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                                \"variable\": [\n                                    {\n                                        \"description\": \"(Required) The unique identifier of the spacecraft\",\n                                        \"key\": \"spacecraftId\",\n                                        \"value\": \"<string>\"\n                                    }\n                                ],\n                                \"path\": [\n                                    \"spacecrafts\",\n                                    \":spacecraftId\"\n                                ]\n                            },\n                            \"method\": \"GET\",\n                            \"header\": [\n                                {\n                                    \"description\": \"Added as a part of security scheme: apikey\",\n                                    \"key\": \"X-Api-Key\",\n                                    \"value\": \"<API Key>\"\n                                }\n                            ]\n                        },\n                        \"code\": 500,\n                        \"_postman_previewlanguage\": \"json\",\n                        \"responseTime\": null,\n                        \"header\": [\n                            {\n                                \"key\": \"Content-Type\",\n                                \"value\": \"application/json\"\n                            }\n                        ],\n                        \"name\": \"Unexpected error\",\n                        \"_postman_previewtype\": \"html\",\n                        \"body\": \"{\\n  \\\"message\\\": \\\"dolore Excepteur\\\"\\n}\",\n                        \"cookie\": [],\n                        \"status\": \"Internal Server Error\",\n                        \"id\": \"db674465-8cec-4208-9724-42278ca9b83c\"\n                    }\n                ],\n                \"id\": \"d3779255-5293-4e58-9b65-8954936e1dca\",\n                \"request\": {\n                    \"url\": {\n                        \"host\": [\n                            \"https://api.getpostman.com\"\n                        ],\n                        \"raw\": \"https://api.getpostman.com/spacecrafts/:spacecraftId\",\n                        \"variable\": [\n                            {\n                                \"description\": \"(Required) The unique identifier of the spacecraft\",\n                                \"key\": \"spacecraftId\",\n                                \"value\": \"<string>\"\n                            }\n                        ],\n                        \"path\": [\n                            \"spacecrafts\",\n                            \":spacecraftId\"\n                        ]\n                    },\n                    \"method\": \"GET\",\n                    \"header\": [\n                        {\n                            \"key\": \"Accept\",\n                            \"value\": \"application/json\"\n                        }\n                    ]\n                },\n                \"name\": \"Read a spacecraft\"\n            }\n        ],\n        \"auth\": {\n            \"apikey\": [\n                {\n                    \"type\": \"string\",\n                    \"key\": \"key\",\n                    \"value\": \"X-Api-Key\"\n                },\n                {\n                    \"type\": \"string\",\n                    \"key\": \"value\",\n                    \"value\": \"SCBKCDKCHKDHCK\"\n                },\n                {\n                    \"type\": \"string\",\n                    \"key\": \"in\",\n                    \"value\": \"header\"\n                }\n            ],\n            \"type\": \"apikey\"\n        },\n        \"info\": {\n            \"description\": \"Buy or rent spacecrafts\",\n            \"_postman_id\": \"e726de58-f1b3-4edd-a8a7-2579dc799d39\",\n            \"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\",\n            \"name\": \"Generated\"\n        },\n        \"variable\": [\n            {\n                \"value\": \"/\",\n                \"type\": \"string\",\n                \"id\": \"526a20ba-acfb-4549-a841-8edf2d24b929\",\n                \"key\": \"baseUrl\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}"},{"id":"864612b9-2d8d-448d-b932-5e8e98d47294","name":"Missing v10 Accept Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"operationType\": \"COPY_COLLECTION\",\n  \"data\": {\n    \"collectionId\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"2d8725a2-c6ab-441f-bc6a-03f969d8c925","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n  \"operationType\": \"COPY_COLLECTION\",\n  \"data\": {\n    \"collectionId\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"e5e6653d-cbc9-4573-b31c-b57b76ec186e","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n  \"operationType\": \"COPY_COLLECTION\",\n  \"data\": {\n    \"collectionId\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"}],"_postman_id":"c70373b3-b7df-4f7e-90a1-f0d0f2fe9370"},{"name":"Sync collection with schema","id":"4fff4089-9529-41c9-9ceb-58253e5cb342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","description":"<p>Syncs a collection attached to an API with the API schema. This is an asynchronous endpoint that returns an HTTP <code>202 Accepted</code> response.</p>\n<p>The response contains a polling link to the <code>/apis/{apiId}/tasks/{taskId}</code> endpoint in the Location header.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint only supports the OpenAPI 3 schema type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The collection's unique ID.</p>\n","type":"text/plain"},"type":"any","value":"{{collectionUid}}","key":"collectionUid"}]}},"response":[{"id":"ffdecb80-a061-40cc-82f6-773676f4b46c","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\"\n}"},{"id":"6bc643e7-7993-411b-9f02-ef9f2615c6eb","name":"Invalid Parameter","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamsError\",\n    \"detail\": \"Parameter, collectionId is in an invalid format.\",\n    \"title\": \"The specified parameter is in an invalid format\"\n}"},{"id":"cda4c257-8b6c-4c28-9e82-95f1b5bf5ac3","name":"Missing v10 Accept Header","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"3a9557ed-9177-43ae-b1ff-bae593a3f7ef","name":"v9 Unsupported","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This endpoint does not support v9 APIs.\",\n    \"title\": \"Unsupported API\",\n    \"type\": \"unsupportedEntityError\"\n}"},{"id":"f6424e48-976d-4108-83dd-4f69ed4fb5ad","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You do not have access to perform this operation.\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"type\": \"forbiddenError\"\n}"},{"id":"ba702636-a3a1-44db-9a33-b4ae0225f866","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"dc5a21c7-d61a-449b-a240-04add0d476d9","name":"Schema Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"We could not find a schema linked to this API\",\n    \"title\": \"Schema not found\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"54efe61d-4c92-4144-8f4e-682e02bb19ff","name":"Collection Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"We could not find a collection you are looking for\",\n    \"title\": \"Collection not found\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"16fb0800-bd07-48ed-96cd-ad8eadb87984","name":"API Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"We could not find the API you are looking for\",\n    \"detail\": \"We could not find the API you are looking for.\",\n    \"type\": \"instanceNotFoundError\"\n}"},{"id":"f8eece87-4327-4cef-ac4f-b840c364f436","name":"Unsupported Schema Type","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unsupported schema\",\n    \"detail\": \"Collection syncing is not supported for the current schema type of the API\",\n    \"type\": \"unsupportedEntityError\"\n}"},{"id":"b7047b71-1109-48f8-ae2e-37509aa6a6a7","name":"Action Not Allowed","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/collections/:collectionUid/sync-with-schema-tasks","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","collections",":collectionUid","sync-with-schema-tasks"],"variable":[{"key":"apiId","value":"90ca9f5a-c4c4-11ed-afa1-0242ac120002"},{"key":"collectionUid","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"This action is not allowed for git linked APIs\",\n    \"type\": \"actionNotAllowedError\",\n    \"title\": \"Action not allowed\"\n}"}],"_postman_id":"4fff4089-9529-41c9-9ceb-58253e5cb342"}],"id":"acbe573f-3abb-453c-a2b8-124213d069ab","description":"<p>These endpoints enable you to manage your collections linked to an API.</p>\n","_postman_id":"acbe573f-3abb-453c-a2b8-124213d069ab","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Tags","item":[{"name":"Get an API's tags","id":"cad0a2a3-7bba-40a9-95c2-d7b9b7257a97","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/tags","description":"<p>Gets all the tags associated with an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"811ee8f5-2086-4ef4-9c72-3a36c431171e","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}"},{"id":"3f086fd1-bcce-414f-ad39-afb695bb39fd","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"e271b18e-ff44-49c1-b41e-643e87c979f6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"41d76a19-06e0-4e95-a578-7cdf6fa85134","name":"Invalid Credentials","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"7894a99e-6236-48ee-9fa9-2080c5ad4f80","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"93895146-ab3e-4a4c-a07b-dd4805958602","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/tags","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"c5838e1b-9111-45a9-a879-2c1a8b90932b","name":"Not Enterprise","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"7b20fe2c-5d7b-428d-a67b-028720e8d1dc","name":"No View Permissions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"status\": 403,\n    \"detail\": \"You do not have view permission\",\n    \"instance\": \"/tags/apis/12345678-90ca9f5a-c4c4-11ed-afa1-0242ac120002\"\n}"},{"id":"98f8d027-1056-407e-9531-0e723c35157f","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Resource Not Found\",\n    \"detail\": \"Slug 'needs-review' does not exist\",\n    \"status\": 404,\n    \"instance\": \"/slugs/needs-review/entities\"\n}"},{"id":"6384d502-9df3-40ee-8139-22ec9e94c94d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"cad0a2a3-7bba-40a9-95c2-d7b9b7257a97"},{"name":"Update an API's tags","id":"99152c0b-f34d-40cc-95d4-bef033364397","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"{{tagName}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/tags","description":"<p>Gets all the tags associated with an API. This endpoint replaces all existing tags with those you pass in the request body.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>You can only add a maximum of five tags to an API.</p>\n</li>\n<li><p>Tags must be between 2 and 64 characters long.</p>\n</li>\n<li><p>Tags must follow the <code>^[a-z][a-z0-9-]\\\\\\\\\\*[a-z0-9]+$</code> pattern.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","tags"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"37aab883-2f1b-403a-b6bd-cd4cd4ca6ff1","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}"},{"id":"ae25b9d6-a109-4301-8f3a-f205f83199b6","name":"Tag Exceeds Max Size","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"oS1Z9gHS9lDaAhX3xu0ekJRZwt0CPIikGYApohSPJVu3n3iiHxdISMqMFVo6wPf8N\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must NOT have more than 64 characters\",\n    \"status\": 400\n}"},{"id":"25d84093-5b66-460b-96e7-db04dd5faa11","name":"Exceeds Max Number of Tags","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/badrequest\",\n    \"title\": \"Bad Request\",\n    \"detail\": \"Tags max length of 5 exceeded\",\n    \"status\": 400\n}"},{"id":"2b40d6ec-6cc8-4223-9b3d-a45b79350a15","name":"Special Character Present","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"test-api!\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"cb89085d-1ed0-4516-90ee-3cc9fbe6d4e3","name":"Missing tags Object","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"error\": \"Bad Request\",\n    \"message\": \"body must have required property 'tags'\"\n}"},{"id":"4c05fed0-4a0f-47bc-b3b4-e343ff7bb5cc","name":"Tag Does Not Start with Letter","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"1test\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Bad Request\",\n    \"detail\": \"body/tags/0/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"\",\n    \"status\": 400\n}"},{"id":"7190521e-5b66-46df-a6a1-98396030f602","name":"Missing v10 Accept Header","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"2c18b2b2-7477-4298-a995-6c02f13798e8","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"4f7a1f50-c279-496a-b71f-b699915bf229","name":"Invalid Credentials","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"The request lacks valid credentials.\",\n    \"status\": 401\n}"},{"id":"dba699b1-4331-4908-8ebb-270920f9ca8c","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"You do not have developer role. Ask your (super)admin to grant you developer role\",\n    \"status\": 403\n}"},{"id":"c986796c-8e16-4db5-9873-fc37667909ef","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/tags","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"86931339-49fc-4b9b-bb7b-1db28ce1dab1","name":"Not Enterprise","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Access Denied\",\n    \"detail\": \"The tags feature is only available to enterprise teams\",\n    \"status\": 403\n}"},{"id":"daede680-206d-40b5-bcaa-99f4b33cabe4","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"needs-review\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/tags","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tags"],"variable":[{"key":"apiId","value":"6fd634a3-79ba-451d-8f07-56a953f96667"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"99152c0b-f34d-40cc-95d4-bef033364397"}],"id":"e1b6fb3b-7221-40e8-83f8-b9ef970dbd6f","description":"<p>These endpoints enable you to manage API tags with Postman's <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/managing-apis/#tagging-apis\">tagging</a> feature. Tagging is available on Postman <a href=\"https://www.postman.com/pricing/\"><b>Enterprise</b> plans</a>.</p>\n","_postman_id":"e1b6fb3b-7221-40e8-83f8-b9ef970dbd6f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Comments","item":[{"name":"Get an API's comments","id":"2103ea20-f7de-4628-90e6-b823b3084a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/:apiId/comments","description":"<p>Gets all comments left by users in an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"d39cf02c-29d6-4c00-b47a-c3951710bd76","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 46818,\n            \"threadId\": 12345,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T12:00:54.000Z\",\n            \"updatedAt\": \"2024-01-18T12:00:54.000Z\",\n            \"body\": \"This is also an example.\"\n        },\n        {\n            \"id\": 46817,\n            \"threadId\": 67890,\n            \"status\": \"Resolved\",\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2024-01-18T11:48:01.000Z\",\n            \"updatedAt\": \"2024-01-18T11:48:01.000Z\",\n            \"body\": \"Another example.\"\n        },\n        {\n            \"id\": 46814,\n            \"threadId\": 23456,\n            \"status\": \"Open\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n            \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n            \"body\": \"This is an example.\"\n        }\n    ]\n}"},{"id":"bd643b24-c06c-4bfd-8fe0-c4a43b86eca0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"977cb9d1-e7f0-4300-b679-7322d2af8f8e","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"437018fd-3f5d-403d-a5d0-2ea536d63620","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/comments","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"237db13b-9c90-4424-bdf7-39423bc6c9bf","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"4731024a-37b1-471d-86e9-7b6ac7ddbd15","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"2103ea20-f7de-4628-90e6-b823b3084a52"},{"name":"Create an API comment","id":"73aa3be4-188b-4ad1-bc0f-ded969f5896c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"threadId\": {{threadId}},\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/comments","description":"<p>Creates a comment on an API. Include the following in request body:</p>\n<ul>\n<li><p><code>body</code> — (Required) A <strong>string</strong> that contains the comment.</p>\n</li>\n<li><p><code>threadId</code> — An <strong>integer</strong> that contains the comment's thread ID.</p>\n</li>\n<li><p><code>tags</code> — An <strong>object</strong> that contains information about users tagged in the <code>body</code> comment. Include the following in this object:</p>\n<ul>\n<li><p><code>userName</code> — (Required) An <strong>object</strong> that contains information about the tagged user. The object's name is the user's Postman username. For example, <code>@user-postman</code>. Include the following in this object:</p>\n<ul>\n<li><p><code>type</code> — (Required) A <strong>string</strong> that contains the <code>user</code> value.</p>\n</li>\n<li><p><code>id</code> — (Required) An <strong>integer</strong> that contains the user's ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","comments"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"6d199a18-71f9-43d6-a42e-686144e9023a","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"50d4ff6a-0a25-41f5-956a-21716d3487ad","name":"Reply to Comment Thread","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\",\n    \"threadId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example.\"\n    }\n}"},{"id":"93779ec2-e60a-4917-a8f1-864632a2e929","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an example. @alex-cruz\"\n    }\n}"},{"id":"f7adc216-429c-4b0e-9847-c79c631642a8","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"5cf158ad-4dc4-4c2e-9cf6-78cadfe66ec8","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"e87d416f-e32d-418a-a2c8-2d0855e87db2","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/comments","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"cbff5865-5d31-4d26-b961-7b5edc925fb3","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"511df4da-f24f-454a-af9b-dd3811959111","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"73aa3be4-188b-4ad1-bc0f-ded969f5896c"},{"name":"Update an API's comment","id":"c7604eab-0517-40da-8eb8-2eccb7530f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"{{comment}}\",\n    \"tags\": {\n        \"{{userName}}\": {\n            \"type\": \"user\",\n            \"id\": \"{{userId}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/comments/:commentId","description":"<p>Updates a comment on an API. Include the following in request body:</p>\n<ul>\n<li><p><code>body</code> — (Required) A <strong>string</strong> that contains the updated comment.</p>\n</li>\n<li><p><code>tags</code> — An <strong>object</strong> that contains information about users tagged in the <code>body</code> comment. Include the following in this object:</p>\n<ul>\n<li><p><code>userName</code> — (Required) An <strong>object</strong> that contains information about the tagged user. The object's name is the user's Postman username. For example, <code>@user-postman</code>. Include the following in this object:</p>\n<ul>\n<li><p><code>type</code> — (Required) A <strong>string</strong> that contains the user value.</p>\n</li>\n<li><p><code>id</code> — (Required) An <strong>integer</strong> that contains the user's ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>This endpoint accepts a max of 10,000 characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[{"id":"63715512-b982-4e77-b3be-9f996cbe304a","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example.\"\n    }\n}"},{"id":"8d525c9a-b392-4700-9f44-b7f6b5c36334","name":"Tag User in Comment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"body\": \"This is an updated example. @alex-cruz\",\n    \"tags\": {\n        \"@alex-cruz\": {\n            \"type\": \"user\",\n            \"id\": \"87654321\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 46814,\n        \"threadId\": 12345,\n        \"status\": \"Open\",\n        \"createdBy\": 12345678,\n        \"createdAt\": \"2024-01-18T11:30:40.000Z\",\n        \"updatedAt\": \"2024-01-18T11:30:40.000Z\",\n        \"body\": \"This is an updated example. @alex-cruz\"\n    }\n}"},{"id":"45717c99-5a3f-46b2-9f00-7cac80968756","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"e340d294-76d3-41bd-9d8a-f6ae032b422c","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"c0f447ee-ae6e-400a-b056-d70dee562b39","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"e4b14ee2-4a22-48c1-988d-75d1f2fcdbd9","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"094a0899-7888-4780-8811-2517fd0a6c1a","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"This is an updated example.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"c7604eab-0517-40da-8eb8-2eccb7530f6f"},{"name":"Delete an API's comment","id":"8aeb192c-3dcc-46e4-bbfa-ad94d777d68b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId/comments/:commentId","description":"<p>Deletes a comment from an API. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n<p><strong>Note:</strong></p>\n<p>Deleting the first comment of a thread deletes all the comments in the thread.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","comments",":commentId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The comment's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[{"id":"784ef0f5-a4fc-464e-80ff-5b1c62f7f560","name":"Comment Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2207db76-e2dc-42cc-9ad6-8c956beba382","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/unauthorized\",\n    \"title\": \"Unauthorized\",\n    \"detail\": \"Unauthorized\",\n    \"status\": 401\n}"},{"id":"45074100-bdd4-4c94-8b6c-eda5554450d5","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"Forbidden\",\n    \"status\": 403\n}"},{"id":"623238aa-06c2-41c8-b13d-1a6a08fed421","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"05e2a5df-82e0-4a37-853f-97478759cf9b","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/not-found\",\n    \"title\": \"Not Found\",\n    \"detail\": \"Not Found\",\n    \"status\": 404\n}"},{"id":"50ab62e6-7ab0-4038-9bbf-b27d1daf5718","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/comments/:commentId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","comments",":commentId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"commentId","value":"46814"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Internal Server Error\",\n    \"detail\": \"Internal Server Error\",\n    \"status\": 500\n}"}],"_postman_id":"8aeb192c-3dcc-46e4-bbfa-ad94d777d68b"}],"id":"8b8ce8f4-58df-4a7a-975b-4fa9e3ff5164","description":"<p>These endpoints enable you to manage comments on an API element. You can use <a href=\"https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/discussing-your-work/\">comments</a> to collaborate and discuss your work with your teammates in Postman.</p>\n","_postman_id":"8b8ce8f4-58df-4a7a-975b-4fa9e3ff5164","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get all APIs","id":"9a515fc2-8381-4119-b47f-a5e944ee2431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis?workspaceId={{workspaceId}}","description":"<p>Gets information about all APIs in a workspace.</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint only returns APIs created or migrated in Postman v10 and higher.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>(Required) The workspace ID.</p>\n","type":"text/plain"},"key":"workspaceId","value":"{{workspaceId}}"},{"disabled":true,"description":{"content":"<p>The user ID of the user that created the resource.</p>\n","type":"text/plain"},"key":"createdBy","value":""},{"disabled":true,"description":{"content":"<p>The pointer to the first record of the set of paginated results.</p>\n","type":"text/plain"},"key":"cursor","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of rows to return in the response.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Return only APIs whose description includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"description","value":""}],"variable":[]}},"response":[{"id":"18818e91-e961-4672-a0b1-6ea610949215","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"VGh1IE1hciAxNiAyMDIzIDE3OjIxOjUzIEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\",\n        \"total\": 4,\n        \"limit\": 10\n    },\n    \"apis\": [\n        {\n            \"updatedBy\": \"893478\",\n            \"createdBy\": \"893478\",\n            \"name\": \"New API\",\n            \"summary\": null,\n            \"description\": null,\n            \"createdAt\": \"2023-02-15T06:27:16.000Z\",\n            \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n            \"updatedAt\": \"2023-02-15T06:27:24.000Z\"\n        },\n        {\n            \"updatedBy\": \"12345678\",\n            \"createdBy\": \"12345678\",\n            \"name\": \"Test API\",\n            \"summary\": \"This is a test API.\",\n            \"description\": \"This is an API for testing purposes.\",\n            \"createdAt\": \"2023-02-15T13:07:08.000Z\",\n            \"id\": \"fec65321-5f55-4feb-8525-be95bccae8dd\",\n            \"updatedAt\": \"2023-02-15T13:07:08.000Z\"\n        },\n        {\n            \"updatedBy\": \"12345678\",\n            \"createdBy\": \"12345678\",\n            \"name\": \"Test API\",\n            \"summary\": \"This is a test API.\",\n            \"description\": \"This is an API for testing purposes.\",\n            \"createdAt\": \"2023-02-16T05:52:27.000Z\",\n            \"id\": \"b7c54faa-d119-4572-a18d-e2f5c32348ce\",\n            \"updatedAt\": \"2023-02-16T05:52:27.000Z\"\n        },\n        {\n            \"updatedBy\": \"12345678\",\n            \"createdBy\": \"12345678\",\n            \"name\": \"Test API\",\n            \"summary\": \"This is a test API.\",\n            \"description\": \"This is an API for testing purposes.\",\n            \"createdAt\": \"2023-02-16T07:07:16.000Z\",\n            \"id\": \"d535a8ba-ed4b-4c6a-bf1c-13fac95485b8\",\n            \"updatedAt\": \"2023-02-16T07:07:16.000Z\"\n        }\n    ]\n}"},{"id":"167fbdd9-a13f-47ba-802a-2deb23b22c11","name":"Pagination with Cursor Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)&cursor=V2VkIEZlYiAxNSAyMDIzIDEzOjA3OjA4IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&limit=2","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"},{"key":"cursor","value":"V2VkIEZlYiAxNSAyMDIzIDEzOjA3OjA4IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk="},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"VGh1IEZlYiAxNiAyMDIzIDA3OjA3OjE2IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\",\n        \"total\": 4,\n        \"limit\": 2\n    },\n    \"apis\": [\n        {\n            \"updatedBy\": \"893478\",\n            \"createdBy\": \"893478\",\n            \"name\": \"New API\",\n            \"summary\": null,\n            \"description\": null,\n            \"createdAt\": \"2023-02-15T06:27:16.000Z\",\n            \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n            \"updatedAt\": \"2023-02-15T06:27:24.000Z\"\n        },\n        {\n            \"updatedBy\": \"12345678\",\n            \"createdBy\": \"12345678\",\n            \"name\": \"Test API\",\n            \"summary\": \"This is a test API.\",\n            \"description\": \"This is an API for testing purposes.\",\n            \"createdAt\": \"2023-02-15T13:07:08.000Z\",\n            \"id\": \"fec65321-5f55-4feb-8525-be95bccae8dd\",\n            \"updatedAt\": \"2023-02-15T13:07:08.000Z\"\n        }\n    ]\n}"},{"id":"e7078aed-be61-48bf-8e35-5aeb732d500d","name":"Filter by createdBy","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)&createdBy=893478","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"},{"key":"createdBy","value":"893478"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"V2VkIEZlYiAxNSAyMDIzIDEzOjA3OjA4IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\",\n        \"total\": 1,\n        \"limit\": 10\n    },\n    \"apis\": [\n        {\n            \"updatedBy\": \"893478\",\n            \"createdBy\": \"893478\",\n            \"name\": \"New API\",\n            \"summary\": null,\n            \"description\": null,\n            \"createdAt\": \"2023-02-15T06:27:16.000Z\",\n            \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n            \"updatedAt\": \"2023-02-15T06:27:24.000Z\"\n        }\n    ]\n}"},{"id":"6892e84c-f639-4be2-adf0-4f39fb4dc69a","name":"Filter by description","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)&description=This is an API for testing purposes","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"},{"key":"description","value":"This is an API for testing purposes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"nextCursor\": \"V2VkIEZlYiAxNSAyMDIzIDEzOjA3OjA4IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=\",\n        \"total\": 1,\n        \"limit\": 10\n    },\n    \"apis\": [\n        {\n            \"updatedBy\": \"893478\",\n            \"createdBy\": \"893478\",\n            \"name\": \"New API\",\n            \"summary\": null,\n            \"description\": \"This is an API for testing purposes.\",\n            \"createdAt\": \"2023-02-15T06:27:16.000Z\",\n            \"id\": \"73e15000-bc7a-4802-b80e-05fff18fd7f8\",\n            \"updatedAt\": \"2023-02-15T06:27:24.000Z\"\n        }\n    ]\n}"},{"id":"4e1460a7-c3c4-4321-9144-c707732a0b6d","name":"Missing Workspace ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":"https://api.getpostman.com/apis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"paramMissingError\",\n    \"title\": \"Parameter is missing in the request.\",\n    \"detail\": \"Parameter, workspaceId is missing in the request.\"\n}"},{"id":"c945b6ee-783a-4f7f-8cb8-1e8bf45c03ed","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)","protocol":"https","host":["api","eu","postman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"5d072d9f-3bb7-454a-abae-86549336a76c","name":"Workspace Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the workspace you are looking for\",\n    \"detail\": \"We could not find the workspace you are looking for.\"\n}"}],"_postman_id":"9a515fc2-8381-4119-b47f-a5e944ee2431"},{"name":"Get an API","id":"03740996-ca80-4cc8-b595-eda4699c4f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId","description":"<p>Gets information about an API.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li>Git-connected APIs will <strong>only</strong> return the <code>versions</code> and <code>gitInfo</code> query responses. This is because schema and collection information is stored in the connected Git repository. The <code>gitInfo</code> object only lists the repository and folder locations of the files.</li>\n<li>API viewers can only use the <code>versions</code> option in the <code>include</code> query parameter.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of one or more of the following additional resources to include in the response. Use this parameter to query for element links to the API, such as collections and schemas:</p>\n<ul>\n<li><code>collections</code> — Query for linked Postman collections.</li>\n<li><code>versions</code> — Query for linked versions.</li>\n<li><code>schemas</code> — Query for linked schemas.</li>\n<li><code>gitInfo</code> — Query for information about the API’s git-linked repository. This query only returns the linked repository  and folder locations of the files. It does <strong>not</strong> return <code>collections</code> or <code>schemas</code> information.</li>\n</ul>\n<p><strong>Note:</strong>\nAPI viewers can only use the <code>versions</code> option.\n        </p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"532f8c22-9ccd-4c21-9726-157c61f2f7cf","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"This is a test API.\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"updatedBy\": \"12345678\",\n    \"createdBy\": \"12345678\",\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"name\": \"Test API\",\n    \"summary\": \"Test API.\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\"\n}"},{"id":"0beacd30-fede-4347-a5e2-df724c4cba05","name":"With include Parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId?include=schemas,collections,versions,gitInfo","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"query":[{"key":"include","value":"schemas,collections,versions,gitInfo"}],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"12345678\",\n    \"name\": \"Test API\",\n    \"updatedBy\": \"12345678\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"description\": \"This is a test API.\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"collections\": [\n        {\n            \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\"\n        }\n    ],\n    \"gitInfo\": {},\n    \"schemas\": [\n        {\n            \"id\": \"ae2b9ab2-28f2-401d-912f-eca09a78e98b\"\n        }\n    ],\n    \"versions\": [\n        {\n            \"id\": \"18ccb2dc-1746-4945-ba76-8152b37cr123\",\n            \"name\": \"v1.0.0\"\n        }\n    ],\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"summary\": \"Test API.\"\n}"},{"id":"18931923-9143-4c12-a8b9-18395c0b4832","name":"Git-Linked API with root File","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId?include=schemas,collections,versions,gitInfo","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"query":[{"key":"include","value":"schemas,collections,versions,gitInfo"}],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"12345678\",\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedBy\": \"12345678\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"description\": \"This is a test API.\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Test API\",\n    \"summary\": \"Test API.\",\n    \"versions\": [\n        {\n            \"id\": \"18ccb2dc-1746-4945-ba76-8152b37cr123\",\n            \"name\": \"v1.0.0\"\n        }\n    ],\n    \"gitInfo\": {\n        \"schemaFolder\": \"\",\n        \"domain\": \"https://example.com\",\n        \"repository\": \"repo-name\",\n        \"organization\": \"org-name\",\n        \"collectionFolder\": \"collection-folder\"\n    }\n}"},{"id":"da462ffe-1352-4470-9eaa-f35df8135fa6","name":"Git-Linked API with a Schema Folder","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId?include=schemas,collections,versions,gitInfo","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"query":[{"key":"include","value":"schemas,collections,versions,gitInfo"}],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"12345678\",\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedBy\": \"12345678\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"description\": \"This is a test API.\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Test API\",\n    \"summary\": \"Test API.\",\n    \"versions\": [\n        {\n            \"id\": \"18ccb2dc-1746-4945-ba76-8152b37cr123\",\n            \"name\": \"v1.0.0\"\n        }\n    ],\n    \"gitInfo\": {\n        \"schemaFolder\": \"schema-folder\",\n        \"domain\": \"https://example.com\",\n        \"repository\": \"repo-name\",\n        \"organization\": \"org-name\",\n        \"collectionFolder\": \"collection-folder\"\n    }\n}"},{"id":"2f6e65d6-f516-48d5-9d57-c39037bfa18d","name":"Response for API Viewers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId?include=versions","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"query":[{"key":"include","value":"versions"}],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n    \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Test API\",\n    \"summary\": \"Test API.\",\n    \"description\": \"This is a test API.\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\",\n    \"versions\": [\n        {\n            \"id\": \"18ccb2dc-1746-4945-ba76-8152b37cr123\",\n            \"name\": \"v1.0.0\"\n        },\n        {\n            \"id\": \"5260b75f-447e-467c-9299-12f16c924503\",\n            \"name\": \"v1.0.1\"\n        }\n    ]\n}"},{"id":"3052070e-a3de-40c5-8594-6bf6f1f764eb","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"4423973b-59ec-4277-9a2e-550dfc2b1eba","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"5ef1ab64-6f48-45df-9ea8-593be628ed40","name":"API Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Gets information about an API."},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the API you are looking for\",\n    \"detail\": \"We could not find the API you are looking for.\"\n}"},{"id":"f0b57bbc-8b17-4728-8685-0a49d8da3202","name":"v9 Unsupported","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"unsupportedEntityError\",\n    \"title\": \"Unsupported API\",\n    \"detail\": \"This endpoint does not support v9 APIs.\"\n}"}],"_postman_id":"03740996-ca80-4cc8-b595-eda4699c4f28"},{"name":"Create an API","id":"3abe759a-fa3c-411f-89d1-12431823a2a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{apiName}}\",\n    \"summary\": \"{{apiSummary}}\",\n    \"description\": \"{{apiDescription}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis?workspaceId={{workspaceId}}","description":"<p>Creates an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis"],"host":["https://api.getpostman.com"],"query":[{"description":{"content":"<p>The workspace ID.</p>\n","type":"text/plain"},"key":"workspaceId","value":"{{workspaceId}}"}],"variable":[]}},"response":[{"id":"b7dfcdc2-38b4-465f-8eb3-437c39c0a12a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]},"description":"Creates an API. Include the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n    \n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-29T20:46:58.000Z\",\n    \"updatedAt\": \"2022-06-29T20:46:58.000Z\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\"\n}"},{"id":"b8c08eeb-7472-43c1-8d0a-85bb97b48c53","name":"Missing Workspace ID","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"paramMissingError\",\n    \"title\": \"Parameter is missing in the request.\",\n    \"detail\": \"Parameter, workspaceId is missing in the request.\"\n}"},{"id":"c8694516-2dfd-403e-a210-107a03d9a92a","name":"Missing v10 Accept Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]},"description":"Creates an API. Include the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n    \n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"93f35ab9-38e5-4400-a9a8-635cc2958499","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]},"description":"Creates an API. Include the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n    \n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"forbiddenError\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"You do not have access to perform this operation.\"\n}"},{"id":"e33d1616-587b-4d6b-ae7f-e4ae0915acc5","name":"API Limit Reached","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]},"description":"Creates an API. Include the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n    \n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"limitReachedError\",\n    \"title\": \"You've reached the API limit\",\n    \"message\": \"You can create up to 3 APIs on your current plan.\",\n    \"detail\": {\n        \"model\": \"api\",\n        \"action\": \"create\",\n        \"message\": \"You can create up to 3 APIs on your current plan.\"\n    }\n}"},{"id":"eece85ad-34d9-46bb-9a9e-4a33d3cf78f8","name":"Feature Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","eu","postman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]},"description":"Creates an API. Include the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n    \n\nYou can include the following optional properties:\n\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"aaa39da2-de8c-4dc1-8ae1-2d2f9584469c","name":"Workspace Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API\",\n    \"summary\": \"Test API Schema\",\n    \"description\": \"This is a test API.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspaceId=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspaceId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"We could not find the workspace you are looking for\",\n    \"detail\": \"We could not find the workspace you are looking for.\",\n    \"type\": \"instanceNotFoundError\"\n}"}],"_postman_id":"3abe759a-fa3c-411f-89d1-12431823a2a5"},{"name":"Update an API","id":"741b03eb-767b-4094-89ca-a6b998b78c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{apiName}}\",\n    \"summary\": \"{{apiSummary}}\",\n    \"description\": \"{{apiDescription}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/:apiId","description":"<p>Updates an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"3848217d-360f-4b9a-9674-3e073de2f973","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-06-29T20:46:58.000Z\",\n    \"updatedAt\": \"2022-06-29T20:46:58.000Z\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\",\n    \"createdBy\": \"12345678\",\n    \"updatedBy\": \"12345678\"\n}"},{"id":"da49bf3c-9ac2-495c-b7c7-f7e84a5b9013","name":"Missing v10 Accept Header","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"1584b3e7-f80c-4aa5-a144-17196d1b9e1d","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"forbiddenError\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"You do not have access to perform this operation.\"\n}"},{"id":"703d74a3-acc4-44e6-a2e4-254562490189","name":"Feature Unavailable","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eu.postman.com/apis/:apiId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"ecb0cfb8-dfbe-448e-966c-d34fd083ea74","name":"API Not Found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the API you are looking for\",\n    \"detail\": \"We could not find the API you are looking for.\"\n}"},{"id":"8c99ed5f-cc98-4d2e-91a6-1fafa4a51835","name":"v9 Unsupported","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test API A\",\n    \"summary\": \"Test API A Schema\",\n    \"description\": \"This is Test API A.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"unsupportedEntityError\",\n    \"title\": \"Unsupported API\",\n    \"detail\": \"This endpoint does not support v9 APIs.\"\n}"}],"_postman_id":"741b03eb-767b-4094-89ca-a6b998b78c5d"},{"name":"Delete an API","id":"2bd52941-5afb-46eb-8552-4fe9bf1eae0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId","description":"<p>Deletes an API. On success, this returns an HTTP <code>204 No Content</code> response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"}]}},"response":[{"id":"fade9ea4-0808-4194-bd5c-fed313a90124","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Deletes an API."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"99dece45-f520-4d8d-93a2-51651b3ee93a","name":"Missing v10 Accept Header","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Deletes an API."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"5a121808-30f9-41ce-b4f0-da669d7f4229","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"forbiddenError\",\n    \"title\": \"You are not permitted to perform the action.\",\n    \"detail\": \"You do not have access to perform this operation.\"\n}"},{"id":"6825c3e2-aebd-4ad5-a7c5-5167c2b5d4f0","name":"Feature Unavailable","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.eu.postman.com/apis/:apiId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Updates an API. Include at least one of the following properties in the `api` object:\n\n*   `name` — A **string** value that contains the API's name.\n*   `summary` — A **string** value that contains a summary of the API.\n*   `description` — A **string** value that contains the description of the API."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"50e628b3-8560-45e1-993e-3ecc7b144647","name":"API Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]},"description":"Deletes an API."},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"instanceNotFoundError\",\n    \"title\": \"We could not find the API you are looking for\",\n    \"detail\": \"We could not find the API you are looking for.\"\n}"},{"id":"392840a0-0f39-4eea-ba99-da9b4ca47575","name":"v9 Unsupported","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"unsupportedEntityError\",\n    \"title\": \"Unsupported API\",\n    \"detail\": \"This endpoint does not support v9 APIs.\"\n}"}],"_postman_id":"2bd52941-5afb-46eb-8552-4fe9bf1eae0f"},{"name":"Get status of an asynchronous task","id":"07a9a3d2-15ea-4445-a810-c64a123dae40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json","description":"<p>The request header required to use the endpoint.</p>\n"}],"url":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","description":"<p>Gets the status of an asynchronous task.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["apis",":apiId","tasks",":taskId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"description":{"content":"<p>The API's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{apiId}}","key":"apiId"},{"description":{"content":"<p>The task's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{taskId}}","key":"taskId"}]}},"response":[{"id":"8b1b484b-4020-454d-b291-df3f9e505198","name":"Pending Status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"url\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39/sync\",\n        \"action\": \"update\",\n        \"model\": \"collection\"\n    },\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"createdAt\": \"2023-02-12 19:34:49\",\n    \"updatedAt\": \"2023-02-12 19:34:49\",\n    \"status\": \"pending\"\n}"},{"id":"ca2e773d-d09c-4bd0-9024-5a15e924a076","name":"Completed Status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"url\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39/sync\",\n        \"action\": \"update\",\n        \"model\": \"collection\"\n    },\n    \"details\": {\n        \"resources\": [\n            {\n                \"id\": \"collectionID\",\n                \"url\": \"/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39\"\n            }\n        ]\n    },\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"createdAt\": \"2023-02-12 19:34:49\",\n    \"updatedAt\": \"2023-02-12 19:34:49\",\n    \"status\": \"completed\"\n}"},{"id":"610b9099-a2fa-42b0-ae5d-2984a74a8b84","name":"Failed Status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"url\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39/sync\",\n        \"action\": \"update\",\n        \"model\": \"collection\"\n    },\n    \"details\": {\n        \"error\": {\n            \"message\": \"The API contains invalid schema\"\n        }\n    },\n    \"id\": \"66ae9950-0869-4e65-96b0-1e0e47e771af\",\n    \"createdAt\": \"2019-02-12 19:34:49\",\n    \"updatedAt\": \"2023-02-12 19:34:49\",\n    \"status\": \"failed\"\n}"},{"id":"8b2ff5a9-2886-4f70-86dc-00444bc1f3c5","name":"Invalid Parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"12345678-66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"invalidParamsError\",\n    \"title\": \"The specified parameter is in an invalid format\",\n    \"detail\": \"Parameter, taskId is in an invalid format.\"\n}"},{"id":"4db680ac-65ac-4b8d-a6c9-8dc00953c35c","name":"Missing v10 Accept Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"API not found. For v10 and later APIs, ensure that your request sends the \\\"application/vnd.api.v10+json\\\" Accept header.\"\n    }\n}"},{"id":"4acc954e-c0f8-4169-9588-ec34dc570d3b","name":"Feature Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.eu.postman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","eu","postman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/forbidden\",\n    \"title\": \"Forbidden\",\n    \"detail\": \"This feature isn't available in your region.\",\n    \"status\": 403\n}"},{"id":"7064ea1d-733f-4e90-8ecb-6a3893f11729","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api.v10+json"}],"url":{"raw":"https://api.getpostman.com/apis/:apiId/tasks/:taskId","protocol":"https","host":["api","getpostman","com"],"path":["apis",":apiId","tasks",":taskId"],"variable":[{"key":"apiId","value":"5360b75f-447e-467c-9299-12fd6c92450d"},{"key":"taskId","value":"66ae9950-0869-4e65-96b0-1e0e47e771af"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Parameter, taskId is in an invalid format.\",\n    \"title\": \"The specified parameter is in an invalid format\",\n    \"type\": \"invalidParamsError\"\n}"}],"_postman_id":"07a9a3d2-15ea-4445-a810-c64a123dae40"}],"id":"1ef9fee3-610f-4cae-8f66-af128b33341b","description":"<p><strong>These endpoints are deprecated.</strong></p>\n<p>In Postman v12 and later, these APIs are no longer supported. API Builder will remain available on Postman v11, but it will no longer be actively developed or supported.</p>\n<p>It’s strongly recommended that if you use API Builder and upgrade to Postman v12 to <a href=\"https://learning.postman.com/docs/design-apis/migrate-to-spec-hub/\">migrate</a> your APIs to <a href=\"https://learning.postman.com/docs/design-apis/specifications/overview\">Spec Hub</a> and use the <a href=\"https://www.postman.com/postman/postman-public-workspace/folder/4qpsuuz/specs\">Spec Hub APIs</a>.</p>\n<h3 id=\"note\">Note</h3>\n<p>When using these endpoints, you must send an <code>Accept</code> header with the <code>application/vnd.api.v10+json</code> value.</p>\n","_postman_id":"1ef9fee3-610f-4cae-8f66-af128b33341b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Collections","item":[{"name":"Merge a collection fork","id":"f4accbea-c639-4234-bb2d-a3a700ce5a85","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"{{mergeStrategy}}\",\n    \"source\": \"{{sourceCollectionId}}\",\n    \"destination\": \"{{destinationCollectionUid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/merge","description":"<p><strong>This endpoint is deprecated.</strong></p>\n<p>Merges a forked collection back into its parent collection. You must have the <a href=\"https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#collection-roles\">Editor role</a> for the collection to merge a fork.</p>\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>source</code> — A <strong>string</strong> value that contains the source collection's unique ID.</p>\n</li>\n<li><p><code>destination</code> — A <strong>string</strong> value that contains the destination (parent) collection's unique ID.</p>\n</li>\n</ul>\n<p>You can also include the following optional properties in the request body:</p>\n<ul>\n<li><p><code>strategy</code> — A <strong>string</strong> value that contains the fork's merge strategy. One of:</p>\n<ul>\n<li><p><code>deleteSource</code> — Merge the changes into the parent collection. After the merge process is complete, Postman deletes the fork. You must have Editor access to both the parent and forked collections.</p>\n</li>\n<li><p><code>updateSourceWithDestination</code> — (Default) Merge the changes into the parent collection. Any differences in the parent collection are also made to the fork.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["collections","merge"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"02091221-72bb-4076-8dd9-68aa7f3a5ea7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"deleteSource\",\n    \"source\": \"12345678-09547fef-a9a5-4e00-998b-aa563e8db69a\",\n    \"destination\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/merge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"c509ae9d-3be3-444a-892d-1a6c1bd33732","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"deleteSource\",\n    \"source\": \"12345678-09547fef-a9a5-4e00-998b-aa563e8db69a\",\n    \"destination\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/merge"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"The specified item does not exist.\",\n        \"details\": {\n            \"item\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    }\n}"},{"id":"af2992dd-3123-4cc0-8f17-a9f56382ea0b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"deleteSource\",\n    \"source\": \"12345678-09547fef-a9a5-4e00-998b-aa563e8db69a\",\n    \"destination\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/merge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"ec88f161-8987-4cc2-9ff4-bd7980691964","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"deleteSource\",\n    \"source\": \"12345678-09547fef-a9a5-4e00-998b-aa563e8db69a\",\n    \"destination\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/collections/merge"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f4accbea-c639-4234-bb2d-a3a700ce5a85"}],"id":"618b6f92-0fa6-4968-901f-40349c4ff30e","description":"<p><strong>These endpoints are deprecated.</strong></p>\n","_postman_id":"618b6f92-0fa6-4968-901f-40349c4ff30e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Import","item":[{"name":"Import an exported Postman data dump file","id":"902c2d6e-eb59-49ec-8f6f-6bb1fa96f597","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"file","type":"text","description":"<p>(Required) The <code>file</code> type value.</p>\n"},{"key":"input","description":"<p>(Required) A file containing a valid user's export .zip file.</p>\n","type":"file","value":null}]},"url":"https://api.getpostman.com/import/exported","description":"<p><strong>This endpoint is deprecated.</strong></p>\n<p>Imports exported Postman data. This endpoint only accepts <a href=\"https://postman.postman.co/me/export\">export data dump files</a>.</p>\n<p>For more information, read our <a href=\"https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#exporting-data-dumps\">Exporting data dumps</a> documentation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["import","exported"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>The workspace ID in which to import the exported Postman data dump file.</p>\n<p>If you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.</p>\n","type":"text/plain"},"key":"workspace","value":"<string>"}],"variable":[]}},"response":[{"id":"1c944ed0-fa0e-44f9-9725-cc7ab6cb6cc2","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.getpostman.com/import/exported?type=file&input","protocol":"https","host":["api","getpostman","com"],"path":["import","exported"],"query":[{"key":"type","value":"file"},{"key":"input","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test API\",\n            \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"ecf72453-1d7e-42c0-bec0-d1b9841f4a20","name":"Invalid Parameters","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/import/exported?type=file&input","protocol":"https","host":["api","getpostman","com"],"path":["import","exported"],"query":[{"key":"type","value":"file"},{"key":"input","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The request body has invalid values for the type parameter. Value must be one of file, string, json\",\n        \"details\": {\n            \"param\": \"type\"\n        }\n    }\n}"},{"id":"c64a712f-ff2c-4bad-bed6-5c10c8add717","name":"Missing Parameter","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/import/exported?type=file&input","protocol":"https","host":["api","getpostman","com"],"path":["import","exported"],"query":[{"key":"type","value":"file"},{"key":"input","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"The request body is missing a value for the type parameter. Check your request and try again.\",\n        \"details\": {\n            \"param\": \"type\"\n        }\n    }\n}"},{"id":"fac9f011-75ee-4391-bc23-1f820593f5fc","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.getpostman.com/import/exported?type=file&input","protocol":"https","host":["api","getpostman","com"],"path":["import","exported"],"query":[{"key":"type","value":"file"},{"key":"input","value":null}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"902c2d6e-eb59-49ec-8f6f-6bb1fa96f597"}],"id":"686cbd81-8b95-4785-9726-2e8861ee2c88","description":"<p><strong>These endpoints are deprecated.</strong></p>\n","_postman_id":"686cbd81-8b95-4785-9726-2e8861ee2c88","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Postbot","item":[{"name":"Generations","item":[{"name":"Generate a tool","id":"a2092c57-5730-487d-9794-5608ef73d8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"{{collectionId}}\",\n    \"requestId\": \"{{requestId}}\",\n    \"config\": {\n        \"language\": \"{{language}}\", // javascript, typescript, or python\n        \"agentFramework\": \"{{agentFramework}}\" // openai, mistral, gemini, anthropic, langchain, or autogen (Python only)\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool","description":"<p>Generates code for an AI agent tool using a collection and request from the Public API Network. For more information, see <a href=\"http://postman.com/explore/toolgen\"><b>Tool Generation Demo</b></a> in Postman's Public API Network.</p>\n<p>Include the following in your request:</p>\n<ul>\n<li><p><code>collectionId</code> — A <strong>string</strong> value that contains the Public API Network collection's ID.</p>\n</li>\n<li><p><code>requestId</code> — A <strong>string</strong> value that contains the public request ID.</p>\n</li>\n<li><p><code>config</code> — An <strong>object</strong> that contains the following properties:</p>\n<ul>\n<li><p><code>language</code> — A <strong>string</strong> value that contains the programming language to use to generate the request. Accepts <code>javascript</code>, <code>typescript</code>, or <code>python</code>.</p>\n</li>\n<li><p><code>agentFramework</code> — A <strong>string</strong> value that contains the AI agent framework to use. Accepts <code>openai</code>, <code>mistral</code>, <code>gemini</code>, <code>anthropic</code>, <code>langchain</code>, or <code>autogen</code> (Python only).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"important\">Important</h3>\n<ul>\n<li><p>This endpoint has a rate limit of <strong>300 calls every 3 hours</strong>. This does not accrue Postbot usage.</p>\n</li>\n<li><p>This endpoint only supports public Postman Collections and requests.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["postbot","generations","tool"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"f5a52c57-1b9d-4829-893e-cd6b5be4fa6f","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"text\": \"/**\\n * Function to query a Notion database.\\n *\\n * @param {Object} args - Arguments for the query.\\n * @param {string} args.databaseId - The ID of the Notion database to query.\\n * @param {Object} [args.filter] - The filter conditions for the query.\\n * @param {Array} [args.sorts] - The sort conditions for the query.\\n * @returns {Promise<Object>} - The result of the database query.\\n */\\nconst executeFunction = async ({ databaseId, filter, sorts }) => {\\n    // NOTE before using the tool: verify this section is correct\\n    const baseUrl = `https://api.notion.com/v1/databases/${databaseId}/query`;\\n    \\n    // NOTE! Replace this with your actual API token\\n    const token = process.env.NOTION_API_TOKEN;\\n    const notionVersion = process.env.NOTION_VERSION || '2022-06-28'; // Default version, update as needed\\n\\n    // Set up headers for the request\\n    const headers = {\\n        'Authorization': `Bearer ${token}`,\\n        'Content-Type': 'application/json',\\n        'Notion-Version': notionVersion,\\n    };\\n\\n    const body = JSON.stringify({\\n        filter,\\n        sorts,\\n    });\\n\\n    // Perform the fetch request\\n    const response = await fetch(baseUrl, {\\n        method: 'POST',\\n        headers,\\n        body\\n    });\\n\\n    // Check if the response was successful\\n    if (!response.ok) {\\n        const errorData = await response.json();\\n        throw new Error(errorData);\\n    }\\n\\n    // Parse and return the response data\\n    const data = await response.json();\\n    return data;\\n};\\n\\n/**\\n * Tool configuration for querying a Notion database.\\n * @type {Object}\\n */\\nconst apiTool = {\\n    type: 'function',\\n    function: {\\n        name: 'query_notion_database',\\n        function: executeFunction,\\n        description: 'Query a Notion database using specific filter and sort parameters.',\\n        parse: JSON.parse,\\n        parameters: {\\n            type: 'object',\\n            properties: {\\n                databaseId: {\\n                    type: 'string',\\n                    description: 'The ID of the Notion database to query.',\\n                },\\n                filter: {\\n                    type: 'object',\\n                    description: 'The filter conditions for the query.',\\n                },\\n                sorts: {\\n                    type: 'array',\\n                    description: 'The sort conditions for the query.',\\n                    items: {\\n                        type: 'object',\\n                        properties: {\\n                            property: {\\n                                type: 'string',\\n                                description: 'The database property to sort by.',\\n                            },\\n                            direction: {\\n                                type: 'string',\\n                                description: 'The direction of sorting, either \\\"ascending\\\" or \\\"descending\\\".',\\n                                enum: ['ascending', 'descending'],\\n                            },\\n                        },\\n                    },\\n                },\\n            },\\n            required: ['databaseId'],\\n            additionalProperties: false,\\n        },\\n    },\\n};\\n\\nexport default apiTool;\"\n    }\n}"},{"id":"68fa57c8-1d8f-4e54-8822-e21fa386a201","name":"Collection Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Collection does not exist or is not public\"\n}"},{"id":"b3e6e036-e716-4815-a2d2-feb90b688369","name":"Collection Not Public","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Collection does not exist or is not public\"\n}"},{"id":"add73103-3c77-4d43-a3a2-245c71eed5d9","name":"Invalid Framework","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"postman\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"\\\"body.config.agentFramework\\\" must be one of [openai, mistral, gemini, anthropic, langchain, autogen]\"\n}"},{"id":"e1bc253c-d193-40ca-a85a-047b8b7d02cd","name":"Invalid Language","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"js\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"\\\"body.config.language\\\" must be one of [javascript, typescript]\"\n}"},{"id":"d27e828f-ff6f-4851-ac1a-ffc44b3480e5","name":"Missing Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"title\": \"Missing property 'config'\",\n    \"detail\": \"POST request body for '/postbot/generations/tool' failed to validate schema. Location: /required\",\n    \"status\": 400\n}"},{"id":"ef0b1ae9-e3b7-4192-8b22-9a4cd9e9101f","name":"Request Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/bad-request\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"detail\": \"Request not found\"\n}"},{"id":"051f3623-9fa2-4ca9-8929-a031da08b526","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/internal-server-error\",\n    \"title\": \"Something went wrong\",\n    \"status\": 500,\n    \"detail\": \"Something went wrong\"\n}"},{"id":"a6b7e9a5-79c4-49ac-b1d0-15a17d76d706","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"requestId\": \"c82dd02c-4870-4907-8fcb-593a876cf05b\",\n    \"config\": {\n        \"language\": \"javascript\",\n        \"agentFramework\": \"openai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/postbot/generations/tool"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"x-ratelimit-reset","value":"57"},{"key":"ratelimit-policy","value":"10000;w=60"},{"key":"x-ratelimit-retryafter","value":"4162"},{"key":"ratelimit","value":"limit=10000, remaining=9999, reset=57"},{"key":"x-ratelimit-limit","value":"10000"},{"key":"x-ratelimit-remaining","value":"9999"},{"key":"ratelimit-limit-month","value":"1000000"},{"key":"x-ratelimit-remaining-month","value":"999970"},{"key":"ratelimit-remaining-month","value":"999970"},{"key":"x-ratelimit-limit-month","value":"1000000"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://api.postman.com/problems/too-many-requests\",\n    \"title\": \"Too Many Requests\",\n    \"detail\": \"You have exceeded your request limit\",\n    \"status\": 429\n}"}],"_postman_id":"a2092c57-5730-487d-9794-5608ef73d8e0"}],"id":"6790e915-c292-455d-bd31-18fb4aa313c0","description":"<p><strong>These endpoints are deprecated</strong></p>\n<p>The <strong>Generations</strong> endpoints enable you to use Postbot to generate tool definition code and more from resources on Postman.</p>\n","_postman_id":"6790e915-c292-455d-bd31-18fb4aa313c0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"1ad68619-3bb9-4da4-9c99-38dd92cf003e","description":"<p><strong>These endpoints are deprecated</strong></p>\n<p>The <strong>Postbot</strong> endpoints enable you to programmatically engage with Postman's AI assistant.</p>\n","_postman_id":"1ad68619-3bb9-4da4-9c99-38dd92cf003e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Private API Network","item":[{"name":"Element Requests","item":[{"name":"Respond to an element add request","id":"6b752442-765f-49a2-83fa-3480a8f65a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"message\": \"{{responderMessage}}\"\n    },\n    \"status\": \"{{responseStatus}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private/network-entity/request/:requestId","description":"<p>Responds to a user's request to add an element to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. Include the following in the request body:</p>\n<ul>\n<li><p><code>message</code> — A <strong>string</strong> value in a <code>response</code> object that contains a message that details why the user's request was denied.</p>\n</li>\n<li><p><code>status</code> — A <strong>string</strong> value that contains the request's status. One of:</p>\n<ul>\n<li><p><code>denied</code></p>\n</li>\n<li><p><code>approved</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private","network-entity","request",":requestId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"id":"5bf378bf-7245-4711-8ea4-03787d97af2f","description":{"content":"<p>The element request's ID.</p>\n","type":"text/plain"},"type":"any","value":"{{elementRequestId}}","key":"requestId"}]}},"response":[{"id":"c180aadc-a5fb-4b39-b2b4-9fe18334ecdb","name":"Request Denied","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"denied\",\n    \"response\": {\n        \"message\": \"The requested collection has a lot of governance violations. Please fix them.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"request\": [\n        {\n            \"id\": 232,\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"createdBy\": 12345678,\n            \"message\": \"Please add this to the network\",\n            \"status\": \"denied\",\n            \"element\": {\n                \"type\": \"api\",\n                \"id\": \"5360b75f-447e-467c-9299-12fd3c92450d\",\n                \"name\": \"Test api\",\n                \"summary\": \"This is a test API\"\n            },\n            \"response\": {\n                \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n                \"createdBy\": 2272,\n                \"message\": \"Please fix the API issues first\"\n            }\n        }\n    ]\n}"},{"id":"6803262f-9626-4643-b342-df6129f524b3","name":"Request Approved","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"request\": [\n        {\n            \"id\": 232,\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"createdBy\": 12345678,\n            \"message\": \"Please add this to the network\",\n            \"status\": \"approved\",\n            \"element\": {\n                \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n                \"createdBy\": 2272,\n                \"type\": \"api\",\n                \"id\": \"5360b75f-447e-467c-9299-12fd3c92450d\",\n                \"name\": \"Test api\",\n                \"summary\": \"This is a test API\"\n            }\n        }\n    ]\n}"},{"id":"1d3fc70f-5562-4f81-9178-4d97b19f4038","name":"Request Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"RequestNotFound\",\n    \"message\": \"No request found for the corresponding ID\"\n}"},{"id":"e7184722-364d-4ee5-8f8b-500e7ada0fd2","name":"Invalid Request Payload","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"accepted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"invalidParamsError\",\n    \"message\": \"Status type can only be denied or approved.\"\n}"},{"id":"e15118ed-882c-4d92-9ece-7c9adeae6348","name":"Requested Element Already Published","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"requestEntityAlreadyPublished\",\n    \"message\": \"Test api has already been published to the network\"\n}"},{"id":"435b6e15-0c72-4b99-b4d4-1a29d4ba13cf","name":"Request Already Responded To","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/:requestId","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request",":requestId"],"variable":[{"key":"requestId","value":"232"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"requestAlreadyResponded\",\n    \"message\": \"This request is already responded.\"\n}"}],"_postman_id":"6b752442-765f-49a2-83fa-3480a8f65a6f"},{"name":"Get all element add requests","id":"65b2b009-9ba2-432d-955c-7549cce1cd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private/network-entity/request/all","description":"<p>Gets a list requests to add elements to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private","network-entity","request","all"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n<p>To use time-numoffset format, you must use <code>%2B</code> URL-encoding for the <code>+</code> character.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>Return a user's element requests by their user ID.</p>\n","type":"text/plain"},"key":"requestedBy","value":""},{"disabled":true,"description":{"content":"<p>Filter by the element type. One of: <code>workspace</code>, <code>collection</code>, <code>api</code>.</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Filter by the request status. One of: <code>pending</code>, <code>denied</code>.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Return only elements whose name includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the <code>createdAt</code> or <code>updatedAt</code> properties. If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive. If you use this query parameter, you must also use the <code>sort</code> parameter.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item to return. This value defaults to <code>0</code>.</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of elements to return. If the value exceeds the maximum value of <code>1000</code>, then the system uses the <code>1000</code> value.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"802c36ae-5765-4890-b98c-46dd5784308c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/network/private/network-entity/request/all?since=2022-09-28T13:48:09.000Z&requestedBy=12345678&offset=5&limit=10","protocol":"https","host":["api","getpostman","com"],"path":["network","private","network-entity","request","all"],"query":[{"key":"since","value":"2022-09-28T13:48:09.000Z"},{"key":"requestedBy","value":"12345678"},{"key":"offset","value":"5"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"requests\": [\n        {\n            \"id\": 1,\n            \"createdBy\": 87654321,\n            \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n            \"status\": \"pending\",\n            \"element\": {\n                \"type\": \"api\",\n                \"id\": \"360b75f-447e-467c-9299-12fd3c92450d\",\n                \"name\": \"Test api\",\n                \"summary\": \"Test api summary\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"message\": \"Please approve this collection\",\n            \"status\": \"denied\",\n            \"element\": {\n                \"type\": \"collection\",\n                \"id\": \"5360b75f-447e-467c-9299-12fd3c92450d\",\n                \"name\": \"Test Collection\",\n                \"summary\": \"This is a test collection.\"\n            },\n            \"response\": {\n                \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n                \"createdBy\": 2272,\n                \"message\": \"Too many errors, please fix and resubmit\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 10,\n        \"offset\": 5,\n        \"totalCount\": 100\n    }\n}"},{"id":"f155af52-5071-4454-ad6a-ebf7a8342acb","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private/network-entity/request/all"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"invalidParamsError\",\n    \"message\": \"The specified request does not exist.\"\n}"}],"_postman_id":"65b2b009-9ba2-432d-955c-7549cce1cd07"}],"id":"219a9fc9-e752-4d07-9bb1-e8b0ca4cdd03","description":"<p>These endpoints enable you to manage <a href=\"https://learning.postman.com/docs/collaborating-in-postman/private-api-network/private-network-requests/#requesting-to-add-elements-in-your-private-api-network\">requests</a> by users to add elements to your team's Private API Network.</p>\n","_postman_id":"219a9fc9-e752-4d07-9bb1-e8b0ca4cdd03","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get all elements and folders","id":"74c9008a-7c91-431f-9c84-cb520c36ba28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private","description":"<p>Gets information about the folders and elements added to your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. Elements are APIs, collections, and workspaces.</p>\n<p><strong>Note:</strong></p>\n<p>The <code>limit</code> and <code>offset</code> parameters are separately applied to elements and folders. For example, if you query a <code>limit</code> value of <code>10</code> and an <code>offset</code> value <code>0</code>, the endpoint returns 10 elements and 10 folders for a total of 20 items. The <code>totalCount</code> property in the <code>meta</code> response is the total count of <strong>both</strong> elements and folders.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private"],"host":["https://api.getpostman.com"],"query":[{"disabled":true,"description":{"content":"<p>Return only results created since the given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be later than the <code>until</code> value.</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>Return only results created until this given time, in <a href=\"https://datatracker.ietf.org/doc/html/rfc3339#section-5.6\">ISO 8601</a> format. This value cannot be earlier than the <code>since</code> value.</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>Return only elements published by the given user ID.</p>\n","type":"text/plain"},"key":"addedBy","value":""},{"disabled":true,"description":{"content":"<p>Return only elements whose name includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>Return only elements whose summary includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"summary","value":""},{"disabled":true,"description":{"content":"<p>Return only elements whose description includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"description","value":""},{"disabled":true,"description":{"content":"<p>Sort the results by the given value. One of:</p>\n<ul>\n<li><code>createdAt</code></li>\n<li><code>updatedAt</code></li>\n</ul>\n<p>If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive. If you use this query parameter, you must also use the <code>sort</code> parameter.</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>Return only the elements created by the given user ID.</p>\n","type":"text/plain"},"key":"createdBy","value":""},{"disabled":true,"description":{"content":"<p>The zero-based offset of the first item to return. This value defaults to <code>0</code>.</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of elements to return. If the value exceeds the maximum value of <code>1000</code>, then the system uses the <code>1000</code> value.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Return the folders and elements in a specific folder in the Private API Network. If this value is <code>0</code>, then the endpoint only returns the root folder's elements.</p>\n","type":"text/plain"},"key":"parentFolderId","value":""},{"disabled":true,"description":{"content":"<p>Filter by the element type. One of:</p>\n<ul>\n<li><code>folder</code></li>\n<li><code>workspace</code></li>\n<li><code>collection</code></li>\n<li><code>api</code></li>\n</ul>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"3c64afb7-84a1-4447-b79b-129eb355b507","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"elements\": [\n        {\n            \"addedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"addedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"type\": \"api\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"parentFolderId\": 1,\n            \"name\": \"Billing API\",\n            \"summary\": \"The payments and account services API.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d\"\n        },\n        {\n            \"addedAt\": \"2021-11-29T06:31:26.000Z\",\n            \"addedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2020-06-01T13:59:34.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2021-11-29T06:31:26.000Z\",\n            \"type\": \"api\",\n            \"id\": \"41f6dc6d-d8ab-45c6-8506-74a25acf5d5f\",\n            \"parentFolderId\": 2,\n            \"name\": \"Reporting API\",\n            \"summary\": \"The reporting API.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/apis/41f6dc6d-d8ab-45c6-8506-74a25acf5d5f\"\n        }\n    ],\n    \"folders\": [\n        {\n            \"id\": 1,\n            \"parentFolderId\": 0,\n            \"updatedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"updatedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n            \"name\": \"Billing\",\n            \"description\": \"The Billing API.\",\n            \"type\": \"folder\"\n        },\n        {\n            \"id\": 2,\n            \"parentFolderId\": 0,\n            \"updatedAt\": \"2022-10-17T11:54:51.000Z\",\n            \"updatedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2021-03-05T06:27:24.000Z\",\n            \"name\": \"Reporting\",\n            \"description\": null,\n            \"type\": \"folder\"\n        }\n    ],\n    \"meta\": {\n        \"limit\": 1000,\n        \"offset\": 0,\n        \"totalCount\": 2\n    }\n}"},{"id":"41367803-ec32-4c7a-a255-da8750535d65","name":"List Root Folder's Elements","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/network/private?parentFolderId=0","protocol":"https","host":["api","getpostman","com"],"path":["network","private"],"query":[{"key":"parentFolderId","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"elements\": [\n        {\n            \"addedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"addedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"type\": \"api\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"parentFolderId\": 1,\n            \"name\": \"Billing API\",\n            \"summary\": \"The payments and account services API.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d\"\n        },\n        {\n            \"addedBy\": 12345678,\n            \"addedAt\": \"2022-12-07T18:22:15.000Z\",\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2022-12-07T18:22:15.000Z\",\n            \"updatedBy\": 12345678,\n            \"updatedAt\": \"2022-12-07T18:22:15.000Z\",\n            \"type\": \"collection\",\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Billing API Collection\",\n            \"summary\": \"The Billing API collection.\",\n            \"description\": null,\n            \"href\": \"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"parentFolderId\": 2,\n            \"environments\": [\n                \"120403-c6cf0fe2-c637-4d30-a640-ed64ec6d0ddb\",\n                \"7084-461d8126-22c8-43ed-b99d-27e8a34d8eef\"\n        ]\n      }\n    ],\n    \"folders\": [\n        {\n            \"id\": 1,\n            \"parentFolderId\": 0,\n            \"updatedAt\": \"2021-11-29T06:31:24.000Z\",\n            \"updatedBy\": 12345678,\n            \"createdBy\": 12345678,\n            \"createdAt\": \"2020-06-01T08:32:31.000Z\",\n            \"name\": \"Billing\",\n            \"description\": \"The Billing API.\",\n            \"type\": \"folder\"\n        }\n    ],\n    \"meta\": {\n        \"limit\": 1000,\n        \"offset\": 0,\n        \"totalCount\": 2\n    }\n}"},{"id":"b10d6624-e6cf-4aa5-8e2c-1b4aeadd9a2d","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"3bfdbe72-3d43-4d9e-9074-6cf833bfe735","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"ca3dd0ee-421e-479f-bee3-d4d841f14cf9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"},{"id":"6e0bf8d9-bd79-4f72-839d-cbf3a202f31d","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/network/private"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"74c9008a-7c91-431f-9c84-cb520c36ba28"},{"name":"Add an element or folder","id":"b3e9ebd4-f8e1-4541-9c63-548b03de4726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"{{elementType}}\": {\n        \"id\": \"{{elementId}}\",\n        \"parentFolderId\": {{parentFolderId}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private","description":"<p>Publishes a element or creates a folder in your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. An element is a Postman API, collection, or workspace.</p>\n<p>In the <code>elementType</code> object, include the following values:</p>\n<p><strong>For APIs and Workspaces:</strong></p>\n<ul>\n<li><p><code>id</code> — A <strong>string</strong> value that contains the element's ID.</p>\n</li>\n<li><p><code>parentFolderId</code> — An <strong>integer</strong> value that contains the element's parent folder ID.</p>\n</li>\n</ul>\n<p><strong>For Collections:</strong></p>\n<ul>\n<li><p><code>id</code> — A <strong>string</strong> value that contains the collection's UID (<code>userId</code>-<code>collectionId</code>).</p>\n</li>\n<li><p><code>parentFolderId</code> — An <strong>integer</strong> value that contains the collection's parent folder ID.</p>\n</li>\n<li><p><code>environments</code> — An <strong>array of strings</strong> that contains environment UIDs (<code>userId</code>-<code>environmentId</code>).</p>\n</li>\n</ul>\n<p><strong>For Private API Network Folders:</strong></p>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> value that contains the folder's name.</p>\n</li>\n<li><p><code>description</code> — A <strong>string</strong> value that contains the folder's description.</p>\n</li>\n<li><p><code>parentFolderId</code> — An <strong>integer</strong> value that contains the folder's parent folder ID. To create a folder at the root level, omit this property from the request body.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private"],"host":["https://api.getpostman.com"],"query":[],"variable":[]}},"response":[{"id":"d0341a9d-b453-46ee-8435-3597d4812d68","name":"Add an API","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-06-09T14:48:45.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2021-10-11T09:39:33.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T17:54:33.000Z\",\n    \"type\": \"api\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Billing API\",\n    \"summary\": \"The payments and account services API.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"parentFolderId\": 1\n}"},{"id":"daa3da07-97ae-4160-8a2e-c6b838a85a35","name":"Add a Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:22:15.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"type\": \"collection\",\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"name\": \"Billing API Collection\",\n    \"summary\": null,\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"parentFolderId\": 1\n}"},{"id":"adf1e811-a332-4c54-8ef1-7b3988655a79","name":"Add a Collection with Environments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"parentFolderId\": 1,\n        \"environments\": [\n              \"120403-c6cf0fe2-c637-4d30-a640-ed64ec6d0ddb\",\n              \"7084-461d8126-22c8-43ed-b99d-27e8a34d8eef\"\n            ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:22:15.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"type\": \"collection\",\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"name\": \"Billing API Collection\",\n    \"summary\": null,\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"parentFolderId\": 1,\n    \"environments\": [\n        \"120403-c6cf0fe2-c637-4d30-a640-ed64ec6d0ddb\",\n        \"7084-461d8126-22c8-43ed-b99d-27e8a34d8eef\"\n    ]\n}"},{"id":"70813a5b-ca12-4998-b0af-70ea4e0f17d1","name":"Add a Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T17:59:23.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T17:59:23.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T17:59:23.000Z\",\n    \"type\": \"workspace\",\n    \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"name\": \"Billing Team Workspace\",\n    \"summary\": \"The Billing team's workspace.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"parentFolderId\": 1\n}"},{"id":"82ec078c-e4e7-44e2-a5e8-e32032b8b09e","name":"Create a Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"folder\": {\n        \"name\": \"Billing\",\n        \"description\": \"The Billing API.\",\n        \"parentFolderId\": 12\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"parentFolderId\": 12,\n    \"updatedAt\": \"2022-12-07T18:00:39.000Z\",\n    \"updatedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:00:39.000Z\",\n    \"name\": \"Billing\",\n    \"description\": \"The Billing API.\",\n    \"type\": \"folder\"\n}"},{"id":"3f1fdf75-bf57-4819-82a9-ada5beda79f0","name":"Create a Folder at Root","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"folder\": {\n        \"name\": \"Billing\",\n        \"description\": \"The Billing API.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"parentFolderId\": 0,\n    \"updatedAt\": \"2022-12-07T18:00:39.000Z\",\n    \"updatedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:00:39.000Z\",\n    \"name\": \"Billing\",\n    \"description\": \"The Billing API.\",\n    \"type\": \"folder\"\n}"},{"id":"fa487568-98b3-49fb-84a9-01f74e7675d2","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model NetworkEntity, id 5360b75f-447e-467c-9299-12fd6c92450d\"\n}"},{"id":"0edc9824-c466-4fa2-969d-b85155eab8bf","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"149cf6c7-0215-4a6a-9cb3-631c9a8a2d85","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"serverError\",\n        \"message\": \"An error has occurred on the server.\"\n    }\n}"},{"id":"9c6fff3b-de2f-4243-973f-35f071d22ac9","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"a3a0f5a8-bbfd-49a0-b362-9c6efee647e0","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b3e9ebd4-f8e1-4541-9c63-548b03de4726"},{"name":"Update an element or folder","id":"34eb49b3-9218-4852-b941-358a1b1d236b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"{{elementType}}\": {\n        \"parentFolderId\": {{parentFolderId}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/network/private/:elementType/:elementId","description":"<p>Updates an element or folder in your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. When you call this endpoint, the <code>elementType</code> property must be the <code>api</code>, <code>folder</code>, <code>collection</code>, or <code>workspace</code> value.</p>\n<p>The <code>elementId</code> value is the <code>api</code>, <code>folder</code>, or <code>workspace</code> element's ID. For <code>collection</code>, this value is the collection's UID (<code>userId</code>-<code>collectionId</code>).</p>\n<p>Include the following in the request body object:</p>\n<ul>\n<li><code>elementType</code> — The Private API Network element type. The object's name must be one of the following:<ul>\n<li><p><code>api</code></p>\n</li>\n<li><p><code>folder</code></p>\n</li>\n<li><p><code>collection</code></p>\n</li>\n<li><p><code>workspace</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In the <code>elementType</code> object, include the following values:</p>\n<ul>\n<li><code>parentFolderId</code> — A <strong>string</strong> value that contains the element's new Private API Network folder ID.</li>\n</ul>\n<p><strong>For Collections:</strong></p>\n<ul>\n<li><code>summary</code> — A <strong>string</strong> value that contains the collection's new summary.</li>\n</ul>\n<p><strong>For Private API Network Folders:</strong></p>\n<p>You can include the following optional properties:</p>\n<ul>\n<li><p><code>description</code> — A <strong>string</strong> value that contains the folder's new description.</p>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> value that contains the folder's new name.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private",":elementType",":elementId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"id":"d5c98acb-6d12-4b51-9883-885016490d24","description":{"content":"<p>The element type: <code>api</code>, <code>folder</code>, <code>collection</code>, or <code>workspace</code></p>\n","type":"text/plain"},"type":"any","value":"{{elementType}}","key":"elementType"},{"id":"1266e878-54e9-456c-bb81-a3a6e2137054","description":{"content":"<p>The element's ID or UUID. For Postman Collections you must pass the collection's UID (<code>userId</code>-<code>collectionId</code>) value.</p>\n","type":"text/plain"},"type":"any","value":"{{elementId}}","key":"elementId"}]}},"response":[{"id":"b3660a62-44c8-426b-bdfd-2685185ad45a","name":"Update an API","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-06-09T14:48:45.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2021-10-11T09:39:33.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T17:54:33.000Z\",\n    \"type\": \"api\",\n    \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n    \"name\": \"Billing API\",\n    \"summary\": \"The payments and account services API.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/apis/fcf87a6d-6d10-4cfa-bed2-0c234ff99f7b\",\n    \"parentFolderId\": 1\n}"},{"id":"db1f112d-b22c-4e6b-9af7-f42a26f09e58","name":"Update a Collection","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"collection"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:22:15.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"type\": \"collection\",\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"name\": \"Billing API Collection\",\n    \"summary\": \"The Billing API collection.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"parentFolderId\": 1\n}"},{"id":"6f34ce77-d1d2-44ee-bd4c-b982088e8a04","name":"Update a Collection's Environments","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"parentFolderId\": 1,\n        \"environments\": {\n            \"$add\": [\n                \"660a6sa-c8sa37-46ca-9sa1d8-7e8c669d1\",\n                \"02466-c837-46ca-9sa1d8-7e669d1\"\n            ],\n            \"$remove\": [\n                \"024660a6-c837-46ca-9sa1d8-7e8dd7c669d1\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"collection"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T18:22:15.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T18:22:15.000Z\",\n    \"type\": \"collection\",\n    \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"name\": \"Billing API Collection\",\n    \"summary\": \"The Billing API collection.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/collections/12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n    \"parentFolderId\": 1,\n    \"environments\": [\n        \"660a6sa-c8sa37-46ca-9sa1d8-7e8c669d1\",\n        \"02466-c837-46ca-9sa1d8-7e669d1\"\n    ]\n}"},{"id":"07a535bc-ef03-4517-b91f-65548e7dcbcf","name":"Update a Workspace","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"workspace\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"workspace"},{"key":"elementId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addedAt\": \"2022-12-07T17:59:23.000Z\",\n    \"addedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T17:59:23.000Z\",\n    \"updatedBy\": 12345678,\n    \"updatedAt\": \"2022-12-07T17:59:23.000Z\",\n    \"type\": \"workspace\",\n    \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"name\": \"Billing Team Workspace\",\n    \"summary\": \"The Billing team's workspace.\",\n    \"description\": null,\n    \"href\": \"https://api.getpostman.com/workspaces/1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\",\n    \"parentFolderId\": 1\n}"},{"id":"5c9e24d7-031f-472c-95b2-43c94d5455c7","name":"Update a Folder","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"folder\": {\n        \"name\": \"Billing\",\n        \"description\": \"The Billing API.\",\n        \"parentFolderId\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"folder"},{"key":"elementId","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"parentFolderId\": 0,\n    \"updatedAt\": \"2022-12-07T20:27:06.000Z\",\n    \"updatedBy\": 12345678,\n    \"createdBy\": 12345678,\n    \"createdAt\": \"2022-12-07T17:04:23.000Z\",\n    \"name\": \"Billing\",\n    \"description\": \"The Billing API.\",\n    \"type\": \"folder\"\n}"},{"id":"d9843c08-f308-4780-9181-169ccc759219","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model NetworkEntity, id 5360b75f-447e-467c-9299-12fd6c92450d\"\n}"},{"id":"f7e39617-a71b-4d87-8a35-aee05bfa1ec3","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"f69e5001-587c-407d-85fe-d80096fe7ac1","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"229bc9ec-6897-45e1-8ad2-d34712891e96","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"parentFolderId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"34eb49b3-9218-4852-b941-358a1b1d236b"},{"name":"Remove an element or folder","id":"c4f3fecc-d22d-45c8-a8c7-3d67f3f73e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/network/private/:elementType/:elementId","description":"<p>Removes an element or delete a folder from your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n<p><strong>Note:</strong></p>\n<p>Removing an API, collection, or workspace element does not delete it. It only removes it from the Private API Network folder.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"path":["network","private",":elementType",":elementId"],"host":["https://api.getpostman.com"],"query":[],"variable":[{"id":"bc57597d-37db-4825-8d1c-690844f9e548","description":{"content":"<p>The element type: <code>api</code>, <code>folder</code>, <code>collection</code>, or <code>workspace</code></p>\n","type":"text/plain"},"type":"any","value":"{{elementType}}","key":"elementType"},{"id":"442f36cd-9444-47e8-ad63-5b43ad6a0011","description":{"content":"<p>The element's ID or UUID. For Postman Collections you must pass the collection's UID (<code>userId</code>-<code>collectionId</code>) value.</p>\n","type":"text/plain"},"type":"any","value":"{{elementId}}","key":"elementId"}]}},"response":[{"id":"67292e17-6c8d-47ce-8d61-91e36b860dc8","name":"Remove an API","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\"\n    }\n}"},{"id":"83faae71-4b5c-4ec2-9bd7-bbca6b37cf9c","name":"Remove a Collection","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"collection"},{"key":"elementId","value":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"85488de8-a85f-41d9-9d90-9987bbd5e0d0","name":"Remove a Workspace","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"workspace"},{"key":"elementId","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"id\": \"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9\"\n    }\n}"},{"id":"7188b083-4b00-490b-9328-9f3d5490e25a","name":"Delete a Folder","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"folder"},{"key":"elementId","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"folder\": {\n        \"id\": \"1\"\n    }\n}"},{"id":"61e18a9b-6d67-434a-b0d2-ed1566941cad","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model NetworkEntity, id 5360b75f-447e-467c-9299-12fd6c92450d\"\n}"},{"id":"387f1a2a-0c92-4d18-bedb-6413f6fb1146","name":"Folder Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"folder"},{"key":"elementId","value":"1234"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"instanceNotFoundError\",\n    \"message\": \"Instance not found for the model Folder, id 1\"\n}"},{"id":"a7ce315c-d23c-4f0d-9822-98478ec7eac8","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"forbiddenError\",\n        \"message\": \"You do not have enough permissions to perform this action.\"\n    }\n}"},{"id":"0c7ca986-a201-4283-8eca-0d20194cee52","name":"Folder Not Empty","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"folder"},{"key":"elementId","value":"1234"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"folderNotEmptyError\",\n    \"message\": \"You need to empty this folder before deleting it.\"\n}"},{"id":"920727d9-c091-4c40-86fc-ec40aeb4854f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"AuthenticationError\",\n        \"message\": \"Invalid API Key. Every request requires a valid API Key to be sent.\"\n    }\n}"},{"id":"0398a9d9-ff6c-4322-b824-a409ecff8356","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"parentFolderId\": 1234\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/network/private/:elementType/:elementId","protocol":"https","host":["api","getpostman","com"],"path":["network","private",":elementType",":elementId"],"variable":[{"key":"elementType","value":"api"},{"key":"elementId","value":"5360b75f-447e-467c-9299-12fd6c92450d"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1631439621"},{"key":"X-RateLimit-RetryAfter","value":"4","description":""},{"key":"RetryAfter","value":"4","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"c4f3fecc-d22d-45c8-a8c7-3d67f3f73e2a"}],"id":"64ead556-cca0-4e95-a55c-d4a3e4ca5c83","description":"<p><strong>Support for API Builder APIs in the Private API Network are deprecated in Postman v12 and later.</strong></p>\n<p>The <strong>Private API Network</strong> endpoints enable you to manage and work with your team's <a href=\"https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>. These endpoints are only available on Postman <a href=\"https://www.postman.com/pricing/#enterprise-solutions\"><b>Enterprise </b>plans</a>.</p>\n","_postman_id":"64ead556-cca0-4e95-a55c-d4a3e4ca5c83","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"20da81ce-ad92-4663-8b48-136fbc9e5f9e","description":"<p>The endpoints in this folder are only available in Postman v11. They are considered deprecated and no longer in active development.</p>\n","_postman_id":"20da81ce-ad92-4663-8b48-136fbc9e5f9e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"v9","item":[{"name":"API","item":[{"name":"API Version","item":[{"name":"Get all API versions","id":"2c7ec4ca-7cc6-46c7-9c98-b92b34a63437","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions","description":"<p>Gets information about an API's versions.</p>\n<p><strong>In Postman v9 and earlier:</strong></p>\n<p>When you create an API, the system creates a single, default API version. You can use this version’s ID with any endpoints that require an API version ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"bf68345b-014a-449d-8b91-0d46ac509181","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"},"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"versions\": [\n        {\n            \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n            \"name\": \"Draft\",\n            \"summary\": null,\n            \"createdBy\": \"20891195\",\n            \"updatedBy\": \"20891195\",\n            \"stage\": \"Planning\",\n            \"visibility\": \"public\",\n            \"api\": \"387c2863-6ee3-4a56-8210-225f774edade\",\n            \"createdAt\": \"2023-02-14T14:26:05.000Z\",\n            \"updatedAt\": \"2023-02-14T14:26:05.000Z\",\n            \"repositoryIntegration\": null\n        }\n    ]\n}"},{"id":"604c4757-ba8f-4464-ba75-0180e15910f1","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"711e4ca8-f7af-4994-ad39-f9ae54770a9e","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"2c7ec4ca-7cc6-46c7-9c98-b92b34a63437"},{"name":"Create an API version","id":"9285095f-857c-4c6e-8274-508086fff766","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"version\": {\n\t\t\"name\": \"{{apiVersionName}}\",\n\t\t\"source\": {\n\t\t\t\"id\": \"{{apiVersionId}}\",\n\t\t\t\"schema\": {{boolean}},\n\t\t\t\"relations\": {\n\t\t\t\t\"monitor\": {{boolean}},\n\t\t\t\t\"mock\": {{boolean}},\n\t\t\t\t\"documentation\": {{boolean}},\n                \"test\": {{boolean}},\n                \"environment\": {{boolean}}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://api.getpostman.com/apis/{{apiId}}/versions","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Creates a new API version. Include the following request body properties in the <code>version</code> object:</p>\n<ul>\n<li><code>name</code> — Required. A <strong>string</strong> that contains the API version's name.</li>\n<li><code>source</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>id</code> — A <strong>string</strong> that contains an API version's ID to copy to the created API version.</li>\n<li><code>schema</code> — A <strong>boolean</strong> value. If true, copy the API definition to the new API version.</li>\n<li><code>relations</code> — An <strong>object</strong> that contains the relation types to copy to the new API version. Each property is a <strong>boolean</strong> value that, if true, copies to the new API version. If you do <strong>not</strong> include any the following properties, the system does <strong>not</strong> copy them over (defaults to the <code>false</code> value):<ul>\n<li><code>monitor</code></li>\n<li><code>mock</code></li>\n<li><code>documentation</code></li>\n<li><code>test</code></li>\n<li><code>environment</code></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"44899531-38e7-4df0-91de-42da5003b186","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1\",\n        \"source\": {\n            \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n            \"schema\": true,\n            \"relations\": {\n                \"documentation\": true,\n                \"environment\": true,\n                \"mock\": true,\n                \"monitor\": true\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"id\": \"8421a1f3-3262-4d47-a597-7005bf4c1564\",\n        \"name\": \"v1\",\n        \"api\": \"387c2863-6ee3-4a56-8210-225f774edade\"\n    }\n}"},{"id":"84bf879e-8f3d-418b-b24e-934d9451e4d1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1\",\n        \"source\": {\n            \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n            \"schema\": true,\n            \"relations\": {\n                \"documentation\": true,\n                \"environment\": true,\n                \"mock\": true,\n                \"monitor\": true\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"0c4d4550-d81f-49fb-b285-f6dc636c48e0","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1\",\n        \"source\": {\n            \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n            \"schema\": true,\n            \"relations\": {\n                \"documentation\": true,\n                \"environment\": true,\n                \"mock\": true,\n                \"monitor\": true\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"9285095f-857c-4c6e-8274-508086fff766"},{"name":"Get an API version","id":"a480dcd7-b641-45c2-b147-df6a47f4509f","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}","description":"<p>Gets information about an API version.</p>\n<p><strong>In Postman v9 and earlier:</strong></p>\n<p>When you create an API, the system creates a single, default API version. You can use this version’s ID with any endpoints that require an API version ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"72039c77-2a9e-4c99-804f-90954650c3ec","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"},"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n        \"name\": \"Draft\",\n        \"summary\": null,\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"stage\": \"Planning\",\n        \"visibility\": \"public\",\n        \"api\": \"387c2863-6ee3-4a56-8210-225f774edade\",\n        \"createdAt\": \"2023-02-14T14:26:05.000Z\",\n        \"updatedAt\": \"2023-02-14T14:26:05.000Z\",\n        \"repositoryIntegration\": null,\n        \"schema\": [\n            \"16bb367e-fafb-4ef3-933b-ee3d971866fb\"\n        ]\n    }\n}"},{"id":"2433260b-4474-4e92-8750-52435a186e65","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"93b4e35c-2aa1-4a44-b7d6-eb9a3815babb","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"a480dcd7-b641-45c2-b147-df6a47f4509f"},{"name":"Update an API version","id":"b504cd0d-8ce2-4a9b-a572-cd8c82ca2e6a","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"version\": {\n\t\t\"name\": \"{{apiVersionName}}\"\n\t}\n}"},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Updates an API version. Include the following request body properties in the <code>version</code> object:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> that contains the API version's name.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"7ed8c7de-b130-4a61-aecc-ebc629b12182","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1.0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"createdAt\": \"2022-08-02T13:28:05.000Z\",\n        \"updatedAt\": \"2022-08-02T13:35:32.000Z\",\n        \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n        \"name\": \"v1.0\",\n        \"summary\": null,\n        \"stage\": \"Planning\",\n        \"visibility\": \"public\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"api\": \"387c2863-6ee3-4a56-8210-225f774edade\"\n    }\n}"},{"id":"e5b70944-b3da-4141-9fb5-2eb663a8ed8e","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1.0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"7e588d1f-e763-4d7a-b1db-02738f4e5d51","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": {\n        \"name\": \"v1.0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b504cd0d-8ce2-4a9b-a572-cd8c82ca2e6a"},{"name":"Delete an API version","id":"f621668c-694f-455d-8b6f-4268df133294","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Deletes an API version.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"d0ccc77f-d327-4603-88d3-de2d20ab703e","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {\n        \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\"\n    }\n}"},{"id":"a496896f-44cd-4a49-b41c-18200b7fa1a0","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API version you are looking for\"\n    }\n}"},{"id":"fae5b445-c2d4-4e2f-8bb0-85035e33efbe","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f621668c-694f-455d-8b6f-4268df133294"}],"id":"6183ecbc-d3e3-4bcb-949a-ebdcc539c54c","description":"<p>The API version endpoints let you manage your <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/versioning-an-api-overview/\">API's versions</a>.</p>\n<h3 id=\"important\">Important</h3>\n<p><strong>API versions are deprecated as of Postman v10 and higher.</strong></p>\n<p>In v9 and earlier, when you create an API, the system creates a single, default API version. You can use this version’s ID with any endpoints that require an API version ID.</p>\n<p>In Postman v10, published versions are static representations of your API that consumers can reference (like releases in Postman v9). If you need to work on more than one major iteration of your API in Postman v10, create separate APIs.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"_postman_id":"6183ecbc-d3e3-4bcb-949a-ebdcc539c54c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Relations","item":[{"name":"Get unclassified relations","id":"e0606479-97a5-49cb-8030-9398e338f0af","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/unclassified","description":"<p><strong>This endpoint is for Postman v10 and higher.</strong></p>\n<p>Gets all of an API version's unclassified relations.</p>\n<p>Unclassified relations are used for documentation and testing. This is the default relation type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","unclassified"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"d65ed327-bcb0-4d21-bd15-55b9f93c285b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/unclassified"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"unclassified\": [\n        {\n            \"id\": \"2a9b8fa8-88b7-4b86-8372-8e3f6f6e07f2\",\n            \"name\": \"Test\",\n            \"updatedAt\": \"2023-01-19T14:50:05.000Z\",\n            \"collectionId\": \"7732157-a8bcd149-2b01-4b4c-8c14-c7d05be77745\"\n        }\n    ]\n}"},{"id":"833140ed-dee9-4c42-9ec8-cedd6bb9393f","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/unclassified"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"e0606479-97a5-49cb-8030-9398e338f0af"},{"name":"Get monitor relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"0c8133b7-20b7-4c94-9755-10e417a70bf1","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/monitor","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets an API version's monitor relations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","monitor"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"e14a8e18-6de0-4835-8cfd-2048a3ce6c8a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/monitor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"monitor\": [\n        {\n            \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n            \"name\": \"Test Monitor\",\n            \"updatedAt\": \"2022-07-10T05:00:25.066Z\",\n            \"monitorId\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\"\n        }\n    ]\n}"},{"id":"f685f0e8-6179-4cbe-b901-301ff581e190","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/monitor"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"0c8133b7-20b7-4c94-9755-10e417a70bf1"},{"name":"Get  documentation relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"13c288b8-b0ee-4bf8-b884-f0db4d8ca555","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/documentation","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets an API version's documentation relations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","documentation"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"3962bdd9-0f9f-4d9e-af46-390a72fbeba6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/documentation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"documentation\": [\n        {\n            \"id\": \"b9bccf0f-e06a-433d-b556-a3cd158f0270\",\n            \"name\": \"Test Collection\",\n            \"createdAt\": \"2022-07-08T20:29:35.000Z\",\n            \"updatedAt\": \"2022-07-08T20:31:06.000Z\"\n        }\n    ]\n}"},{"id":"6bbf0ef1-d9db-4e16-af90-64c37ddee00a","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/documentation"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"13c288b8-b0ee-4bf8-b884-f0db4d8ca555"},{"name":"Get integration test relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"1b87f965-9944-4883-81ae-c2a57fa0b2c5","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/integrationtest","description":"<p><strong>This endpoint is deprecated.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","integrationtest"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"6dc9d62c-8a57-4df5-a978-36474c11fd8c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/integrationtest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"integrationtest\": [\n        {\n            \"id\": \"2a9b8fa8-88b7-4b86-8372-8e3f6f6e07f2\",\n            \"name\": \"C test\",\n            \"updatedAt\": \"2019-08-29T10:18:11.000Z\",\n            \"collectionId\": \"7732157-a8bcd149-2b01-4b4c-8c14-c7d05be77745\"\n        },\n        {\n            \"id\": \"521b0486-ab91-4d3a-9189-43c9380a0533\",\n            \"name\": \"C1\",\n            \"updatedAt\": \"2019-08-29T11:40:39.000Z\",\n            \"collectionId\": \"7332157-a8bcd143-2b01-4b12-8c14-c7d05be77725\"\n        }\n    ]\n}"},{"id":"47bfe6f4-2bd2-4dce-99be-34af84ef7c28","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/integrationtest"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"1b87f965-9944-4883-81ae-c2a57fa0b2c5"},{"name":"Get test suite relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"371c64d0-38b8-48a0-bda3-d67f089bc2d9","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/testsuite","description":"<p><strong>This endpoint is deprecated.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","testsuite"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"5e5822d0-35f3-47c1-8fd8-4dba07ed2218","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/testsuite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"testsuite\": [\n        {\n            \"id\": \"2a9b8fa8-88b7-4b86-8372-8e3f6f6e07f2\",\n            \"name\": \"C test\",\n            \"updatedAt\": \"2019-08-29T10:18:11.000Z\",\n            \"collectionId\": \"7732157-a8bcd149-2b01-4b4c-8c14-c7d05be77745\"\n        },\n        {\n            \"id\": \"521b0486-ab91-4d3a-9189-43c9380a0533\",\n            \"name\": \"C1\",\n            \"updatedAt\": \"2019-08-29T11:40:39.000Z\",\n            \"collectionId\": \"7332157-a8bcd143-2b01-4b12-8c14-c7d05be77725\"\n        }\n    ]\n}"},{"id":"40fb1ac5-ac09-4c9b-b576-89feb8f6c502","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/testsuite"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"371c64d0-38b8-48a0-bda3-d67f089bc2d9"},{"name":"Get all linked relations","id":"94db553f-3e0b-4a91-8692-aa3f22a87f6b","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/relations","description":"<p>Gets all of an API version's relations.</p>\n<p><strong>Note:</strong></p>\n<p>In Postman v10 and higher, this endpoint returns the following:</p>\n<ul>\n<li>The <code>unclassified</code> relation is for documentation and testing. This is the default relation type.</li>\n<li>The <code>apiDefinition</code> relation is the relation used for API definitions.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","relations"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"630dd1f6-ac21-4b7b-8da2-2582b79d23fd","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"},"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"relations\": {\n        \"apiDefintion\": {\n            \"16bb367e-fafb-4ef3-933b-ee3d971866fb\": {\n                \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\"\n            }\n        },\n        \"unclassified\": {\n            \"b9bccf0f-e06a-433d-b556-a3cd158f0270\": {\n                \"id\": \"b9bccf0f-e06a-433d-b556-a3cd158f0270\",\n                \"name\": \"Test Collection\",\n                \"createdAt\": \"2023-01-30T17:41:50.000Z\",\n                \"updatedAt\": \"2023-01-19T14:50:05.000Z\"\n            }\n        },\n        \"schema\": {\n            \"16bb367e-fafb-4ef3-933b-ee3d971866fb\": {\n                \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\"\n            }\n        }\n    }\n}"},{"id":"603026a2-21ff-47b8-9958-a7358a4a05c5","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"94db553f-3e0b-4a91-8692-aa3f22a87f6b"},{"name":"Get all test relations","event":[{"listen":"test","script":{"id":"15a6e978-cffa-4e86-ade8-1b675c80065a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b0d3a13d-9f45-44df-978e-33463a684534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/test","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets all of an API version's test relations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","test"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"053b3544-5ce9-4c11-b86a-378b19b34498","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"test\": [\n        {\n            \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n            \"name\": \"Test Collection\",\n            \"updatedAt\": \"2022-07-08T18:32:23.000Z\",\n            \"collectionId\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n        }\n    ]\n}"},{"id":"b60d4b38-cb8b-4ee0-97da-c93e26b3e755","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/test"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b0d3a13d-9f45-44df-978e-33463a684534"},{"name":"Sync API relations with definition","id":"b5acf70c-7635-4d64-b17b-d4b2824c4a39","request":{"method":"PUT","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/:relationType/:entityId/syncWithSchema","description":"<p>Syncs an API version's relation with the API's definition.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}",":relationType",":entityId","syncWithSchema"],"host":["api","getpostman","com"],"query":[],"variable":[{"id":"568ef633-4803-4f60-aad4-a01b9454cf94","description":{"content":"<p>The <code>unclassified</code> relation type. This relation is used for documentation and testing.</p>\n<p><strong>Note:</strong></p>\n<p>In Postman v10 and earlier, this value is one of:</p>\n<ul>\n<li><code>documentation</code></li>\n<li><code>test</code></li>\n<li><code>mock</code></li>\n<li><code>monitor</code></li>\n</ul>\n","type":"text/plain"},"type":"any","value":"unclassified","key":"relationType"},{"id":"9e3f0c66-1fcf-41d7-b68d-31713389ff80","description":{"content":"<p>The collection's UID value.</p>\n<p><strong>Note:</strong></p>\n<p>In Postman v10 and earlier, the entity's ID value is one of the following, based on its relation type:</p>\n<ul>\n<li><code>documentation</code> and <code>test</code> — The collection UID value.</li>\n<li><code>environment</code> — The environment UID value.</li>\n<li><code>mock</code> — The mock ID value.</li>\n<li><code>monitor</code> — The monitor ID value.</li>\n</ul>\n","type":"text/plain"},"type":"any","value":"{{entityId}}","key":"entityId"}]}},"response":[{"id":"b18e14d3-aabf-48c4-aaac-6fe0158211f7","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/apis/4ebb45f8-7bb3-4a63-9c42-0b1602818293/versions/5e154147-b571-4ffe-a6ac-df2ab3b6e5ba/:relationType/:entityId/syncWithSchema","protocol":"https","host":["api","getpostman","com"],"path":["apis","4ebb45f8-7bb3-4a63-9c42-0b1602818293","versions","5e154147-b571-4ffe-a6ac-df2ab3b6e5ba",":relationType",":entityId","syncWithSchema"],"variable":[{"key":"relationType","value":"unclassified"},{"key":"entityId","value":"12345678-b4abc083-3ee2-4fc2-8959-29a7653a1c91"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"73e88663-ff7e-4f36-b119-9f44c01de68c","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/apis/4ebb45f8-7bb3-4a63-9c42-0b1602818293/versions/5e154147-b571-4ffe-a6ac-df2ab3b6e5ba/:relationType/:entityId/syncWithSchema","protocol":"https","host":["api","getpostman","com"],"path":["apis","4ebb45f8-7bb3-4a63-9c42-0b1602818293","versions","5e154147-b571-4ffe-a6ac-df2ab3b6e5ba",":relationType",":entityId","syncWithSchema"],"variable":[{"key":"relationType","value":"unclassified"},{"key":"entityId","value":"12345678-b4abc083-3ee2-4fc2-8959-29a7653a1c91"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API version you are looking for\"\n    }\n}"},{"id":"46857c6b-83e9-49a2-8278-caac3b9354c7","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.getpostman.com/apis/4ebb45f8-7bb3-4a63-9c42-0b1602818293/versions/5e154147-b571-4ffe-a6ac-df2ab3b6e5ba/:relationType/:entityId/syncWithSchema","protocol":"https","host":["api","getpostman","com"],"path":["apis","4ebb45f8-7bb3-4a63-9c42-0b1602818293","versions","5e154147-b571-4ffe-a6ac-df2ab3b6e5ba",":relationType",":entityId","syncWithSchema"],"variable":[{"key":"relationType","value":"unclassified"},{"key":"entityId","value":"12345678-b4abc083-3ee2-4fc2-8959-29a7653a1c91"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"b5acf70c-7635-4d64-b17b-d4b2824c4a39"},{"name":"Get environment relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"be1ea920-6e4f-4684-9a50-16acaa121459","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/environment","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets an API version's environment relations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","environment"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"19ab8c61-66ea-45a2-a458-12a0784cb7fa","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/environment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"environment\": [\n        {\n            \"id\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n            \"name\": \"Test Environment\",\n            \"createdAt\": \"2022-07-08T20:32:48.000Z\",\n            \"updatedAt\": \"2022-07-08T20:31:30.000Z\"\n        }\n    ]\n}"},{"id":"62a6a05e-06c5-4107-a8f8-4c1f64bf2663","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/environment"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"be1ea920-6e4f-4684-9a50-16acaa121459"},{"name":"Get contract test relations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"be26477e-ae2b-468a-8a7d-45b2e7f499a1","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/contracttest","description":"<p><strong>This endpoint is deprecated.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","contracttest"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"e06e3924-83d6-418e-9bfd-a60e047e8747","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/contracttest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"contracttest\": [\n        {\n            \"id\": \"2a9b8fa8-88b7-4b86-8372-8e3f6f6e07f2\",\n            \"name\": \"C test\",\n            \"updatedAt\": \"2019-08-29T10:18:11.000Z\",\n            \"collectionId\": \"7732157-a8bcd149-2b01-4b4c-8c14-c7d05be77745\"\n        },\n        {\n            \"id\": \"521b0486-ab91-4d3a-9189-43c9380a0533\",\n            \"name\": \"C1\",\n            \"updatedAt\": \"2019-08-29T11:40:39.000Z\",\n            \"collectionId\": \"7332157-a8bcd143-2b01-4b12-8c14-c7d05be77725\"\n        }\n    ]\n}"},{"id":"21a35cd4-df54-49cf-86b1-8faa20768ef8","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations/contracttest"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"be26477e-ae2b-468a-8a7d-45b2e7f499a1"},{"name":"Create relations","id":"e1f9563e-8285-4e0e-bd71-d22ad2c429a2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"{{relationType}}\": [\n        \"{{entityId}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/relations","description":"<p>Creates a new relation for an API version. Include the following in the request body:</p>\n<ul>\n<li><code>relationType</code> — An <strong>array</strong> that contains entity relations. The key value for this array must be the <code>unclassified</code> value.</li>\n</ul>\n<p>You must include the following properties in the <code>relationType</code> array:</p>\n<ul>\n<li><code>entityId</code> — The collection's UID value.</li>\n</ul>\n<p><strong>Note:</strong></p>\n<p>The following is <strong>deprecated</strong> in Postman API v10 and higher:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong><code>relationType</code></strong></th>\n<th><strong><code>entityId</code></strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>documentation</code> and <code>test</code></td>\n<td>A collection UID value.</td>\n</tr>\n<tr>\n<td><code>environment</code></td>\n<td>An environment UID value.</td>\n</tr>\n<tr>\n<td><code>mock</code></td>\n<td>A mock ID value.</td>\n</tr>\n<tr>\n<td><code>monitor</code></td>\n<td>A monitor ID value.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The endpoint accepts multiple <code>relationType</code> arrays in a single call. For an example, see the example response documentation.</p>\n<p>The <code>documentation</code> and <code>test</code> values returned in the response are the relation ID values, <strong>not</strong> the collection ID values.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","relations"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"3ffcba71-a27d-4733-905f-b225b4db14d6","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unclassified\": [\n        \"12345678-b4abc083-3ee2-4fc2-8959-29a7653a1c91\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"unclassified\": [\n        \"2e006451-e819-443f-97bc-d1635e51007f\"\n    ]\n}"},{"id":"8f1e73e0-f3da-4cea-8cb9-fc5060c2c842","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The specified parameter is in an invalid format\"\n    }\n}"},{"id":"e57adffc-38ca-4254-840b-3196776a8114","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unclassified\": [\n        \"12345678-b4abc083-3ee2-4fc2-8959-29a7653a1c91\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/relations"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"e1f9563e-8285-4e0e-bd71-d22ad2c429a2"}],"id":"a79a5473-e49b-4a78-ac23-e9e2af157159","description":"<p>The Relations endpoints let you manage your API's relations. Relations are an API's connections to items such as documentation, tests, and API definitions.</p>\n<h3 id=\"important\">Important</h3>\n<p>In Postman v10 and higher, we <strong>only</strong> support the following relation types:</p>\n<ul>\n<li><code>unclassified</code> — The relation for documentation and testing.</li>\n<li><code>apiDefinition</code> — The relation for API definitions.</li>\n</ul>\n","_postman_id":"a79a5473-e49b-4a78-ac23-e9e2af157159","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Schema","item":[{"name":"Get a schema","id":"9b885f7a-8f8f-4b9b-a75f-be79a1501567","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/schemas/{{schemaId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets information about an API's definition.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","schemas","{{schemaId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"2e655433-a3e2-4863-92dd-cd44466e27ea","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"schema\": {\n        \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\",\n        \"type\": \"openapi3\",\n        \"language\": \"json\",\n        \"createdAt\": \"2022-07-01T20:12:31.000Z\",\n        \"updatedAt\": \"2022-07-01T20:13:04.000Z\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Test API\\\"\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"http://locahost:3000\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/user\\\": {\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"List all users\\\",\\n        \\\"operationId\\\": \\\"listUser\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"query\\\",\\n            \\\"required\\\": true,\\n            \\\"description\\\": \\\"The user's ID.\\\",\\n            \\\"example\\\": 1234,\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"integer\\\",\\n              \\\"format\\\": \\\"int32\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"Information about the user.\\\",\\n            \\\"headers\\\": {\\n              \\\"x-next\\\": {\\n                \\\"description\\\": \\\"A link to the next page of responses.\\\",\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"string\\\"\\n                }\\n              }\\n            },\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"User\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"tag\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"code\\\",\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"code\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int32\\\"\\n          },\\n          \\\"message\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\",\n        \"apiVersion\": \"a9879d02-74bf-425a-bbec-6d27aa135507\"\n    }\n}"},{"id":"8e811dcb-c7bb-4129-ae0a-416f50350bfb","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"817b0596-e033-41a4-b23c-b0b32271739c","name":"Definition Mismatch","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"schemaApiVersionMismatchError\",\n        \"message\": \"The Schema ID provided does not belong to the API Version ID provided.\"\n    }\n}"},{"id":"13426bb1-e1da-49ac-9f40-a085c8f4684e","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"9b885f7a-8f8f-4b9b-a75f-be79a1501567"},{"name":"Create a schema","event":[{"listen":"prerequest","script":{"id":"0212c8c2-b79a-4704-a5d8-ac332b0865f2","exec":[""],"type":"text/javascript"}}],"id":"138fe484-7f35-4b00-977e-4e433e67b4ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"{{apiDefinitionLanguage}}\",\n\t\t\"schema\": \"{{apiDefinition}}\",\n\t\t\"type\": \"{{apiDefinitionType}}\"\n\t}\n}"},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/schemas","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Creates an API definition. The request body must contain a <code>schema</code> object with the following properties:</p>\n<ul>\n<li><code>type</code> — A <strong>string</strong> value that contains the API definition's type. One of:<ul>\n<li><code>openapi3_1</code></li>\n<li><code>openapi3</code></li>\n<li><code>openapi2</code></li>\n<li><code>openapi1</code></li>\n<li><code>raml</code></li>\n<li><code>raml1</code></li>\n<li><code>wsdl1</code></li>\n<li><code>wsdl2</code></li>\n<li><code>graphql</code></li>\n<li><code>proto2</code></li>\n<li><code>graphql</code></li>\n<li><code>proto3</code></li>\n</ul>\n</li>\n<li><code>language</code> — A <strong>string</strong> value that contains the API definition's language. One of:<ul>\n<li>OpenAPI and RAML — <code>json</code> or <code>yaml</code></li>\n<li>GraphQL — <code>graphql</code></li>\n<li>WSDL — <code>xml</code></li>\n<li>Protobuf — <code>proto</code></li>\n</ul>\n</li>\n<li><code>schema</code> — A <strong>string</strong> value that contains the API definition's contents.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","schemas"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"9b86241f-725f-4949-b11d-e791f6487452","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"json\",\n\t\t\"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Test API\\\"\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"http://locahost:3000\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/user\\\": {\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"List all users\\\",\\n        \\\"operationId\\\": \\\"listUser\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"query\\\",\\n            \\\"required\\\": true,\\n            \\\"description\\\": \\\"The user's ID.\\\",\\n            \\\"example\\\": 1234,\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"integer\\\",\\n              \\\"format\\\": \\\"int32\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"Information about the user.\\\",\\n            \\\"headers\\\": {\\n              \\\"x-next\\\": {\\n                \\\"description\\\": \\\"A link to the next page of responses.\\\",\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"string\\\"\\n                }\\n              }\\n            },\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"User\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"tag\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"code\\\",\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"code\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int32\\\"\\n          },\\n          \\\"message\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"schema\": {\n        \"id\": \"e3b3a0b7-34d5-4fc5-83e0-118bd9e8c822\",\n        \"language\": \"json\",\n        \"apiVersion\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n        \"type\": \"openapi3\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2021-05-22T13:17:07.000Z\",\n        \"updatedAt\": \"2021-05-22T13:17:07.000Z\"\n    }\n}"},{"id":"bc29ac9d-b2bf-494b-bb45-8a10427d9a16","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"json\",\n\t\t\"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Test API\\\"\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"http://locahost:3000\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/user\\\": {\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"List all users\\\",\\n        \\\"operationId\\\": \\\"listUser\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"query\\\",\\n            \\\"required\\\": true,\\n            \\\"description\\\": \\\"The user's ID.\\\",\\n            \\\"example\\\": 1234,\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"integer\\\",\\n              \\\"format\\\": \\\"int32\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"Information about the user.\\\",\\n            \\\"headers\\\": {\\n              \\\"x-next\\\": {\\n                \\\"description\\\": \\\"A link to the next page of responses.\\\",\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"string\\\"\\n                }\\n              }\\n            },\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"User\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"tag\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"code\\\",\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"code\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int32\\\"\\n          },\\n          \\\"message\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceAlreadyExists\",\n        \"message\": \"A schema already exists for this API Version\"\n    }\n}"},{"id":"511e336c-104e-4cee-9d2f-1012e1f5c3ea","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"json\",\n\t\t\"schema\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Test API\\\"\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"http://locahost:3000\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/user\\\": {\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"List all users\\\",\\n        \\\"operationId\\\": \\\"listUser\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"query\\\",\\n            \\\"required\\\": true,\\n            \\\"description\\\": \\\"The user's ID.\\\",\\n            \\\"example\\\": 1234,\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"integer\\\",\\n              \\\"format\\\": \\\"int32\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"Information about the user.\\\",\\n            \\\"headers\\\": {\\n              \\\"x-next\\\": {\\n                \\\"description\\\": \\\"A link to the next page of responses.\\\",\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"string\\\"\\n                }\\n              }\\n            },\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"User\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"tag\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"code\\\",\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"code\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int32\\\"\\n          },\\n          \\\"message\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"138fe484-7f35-4b00-977e-4e433e67b4ce"},{"name":"Create a collection from a schema","id":"aab6039a-c565-4c18-b94c-b80381e303ca","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"{{collectionName}}\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"{{relationType}}\"\n\t\t}\t\n\t],\n    \"options\": {\n        \"{{optionName}}\": \"{{optionValue}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/schemas/{{schemaId}}/collections","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Creates a collection and links it to an API as one or multiple relations.</p>\n<p>Include the following properties in the request body:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> that contains the name of the collection.</li>\n</ul>\n<p>You can also include the following additional properties in the request body:</p>\n<ul>\n<li><code>relations</code> — An <strong>array</strong> that contains a list of relations to create:<ul>\n<li><code>contracttest</code> — <strong>Deprecated.</strong></li>\n<li><code>integrationtest</code> — <strong>Deprecated.</strong></li>\n<li><code>testsuite</code> — <strong>Deprecated.</strong></li>\n<li><code>documentation</code></li>\n</ul>\n</li>\n<li><code>options</code> — An <strong>object</strong> that contains advanced creation options and their values. You can find a complete list of properties and their values in Postman's <a href=\"https://github.com/postmanlabs/openapi-to-postman/blob/develop/OPTIONS.md\">OpenAPI 3.0 to Postman Collection v2.1.0 Converter OPTIONS documentation</a>. <strong>These properties are case-sensitive.</strong></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","schemas","{{schemaId}}","collections"],"host":["api","getpostman","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. The workspace ID in which to created the collection.</p>\n<p>If you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.</p>\n","type":"text/plain"},"key":"workspaceId","value":"{{workspaceId}}"}],"variable":[]}},"response":[{"id":"c3b1f2e2-9824-4f54-bb0f-af0933972d60","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678ß-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    }\n}"},{"id":"81d33fc9-3d44-4df5-9440-a14a3f274770","name":"Create a Collection with a Documentation Relation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"documentation\"\n\t\t}\t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    },\n    \"relations\": [\n        {\n            \"type\": \"documentation\",\n            \"id\": \"d86b6c97-fdf9-4c37-825a-49b0223913c7\"\n        }\n    ]\n}"},{"id":"5fe9822b-7cf3-473d-af17-07cbfae5fe48","name":"Create a Collection with Advanced Options","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"documentation\"\n\t\t}\t\n\t],\n    \"options\": {\n        \"requestParametersResolution\": \"Example\",\n        \"requestNameSource\": \"Fallback\",\n        \"validateMetadata\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    },\n    \"relations\": [\n        {\n            \"type\": \"documentation\",\n            \"id\": \"d86b6c97-fdf9-4c37-825a-49b0223913c7\"\n        }\n    ]\n}"},{"id":"8a2111ca-3ea3-44de-85c6-2f96fd642d2b","name":"Create a Collection from a Definition in a Workspace","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"documentation\"\n\t\t}\t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections?workspace=c90a3482-f80d-43d6-9dfb-0830f5e43605","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"uid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\"\n    },\n    \"relations\": [\n        {\n            \"type\": \"documentation\",\n            \"id\": \"d86b6c97-fdf9-4c37-825a-49b0223913c7\"\n        }\n    ]\n}"},{"id":"9083e778-cefe-48dc-b2bd-951224cadf5d","name":"Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"mocks\"\n\t\t}\t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"invalidParamsError\",\n        \"message\": \"The specified parameter is in an invalid format\"\n    }\n}"},{"id":"c61f5bda-478c-4ff4-b136-05a6d351d2fb","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Collection\",\n\t\"relations\": [\n\t\t{\n\t\t\t\"type\": \"mocks\"\n\t\t}\t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis/be50acd7-414e-4d65-9443-f919b847e29a/versions/56d5f9ac-69a7-4255-8343-cde8ea25ef8b/schemas/f087f7b9-018f-447f-ba64-74cb981957ce/collections","protocol":"https","host":["api","getpostman","com"],"path":["apis","be50acd7-414e-4d65-9443-f919b847e29a","versions","56d5f9ac-69a7-4255-8343-cde8ea25ef8b","schemas","f087f7b9-018f-447f-ba64-74cb981957ce","collections"],"query":[{"key":"workspace","value":"c90a3482-f80d-43d6-9dfb-0830f5e43605","description":"Optional. The workspace ID in which to created the collection.\n\nIf you do not include this query parameter, the system defaults to the \"My Workspace\" workspace.","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"aab6039a-c565-4c18-b94c-b80381e303ca"},{"name":"Update a schema","event":[{"listen":"prerequest","script":{"id":"e09e6aa2-d1e8-423b-8401-77a918f01208","exec":[""],"type":"text/javascript"}}],"id":"f9544c35-d4e1-4013-b2c2-88425c1cbcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"{{apiDefinitionLanguage}}\",\n        \"schema\": \"{{apiDefinition}}\",\n\t\t\"type\": \"{{apiDefinitionType}}\"\n\t}\n}"},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/schemas/{{schemaId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Updates an API definition. The request body must contain a <code>schema</code> object with the following properties:</p>\n<ul>\n<li><code>type</code> — A <strong>string</strong> value that contains the API definition's type. One of:<ul>\n<li><code>openapi3_1</code></li>\n<li><code>openapi3</code></li>\n<li><code>openapi2</code></li>\n<li><code>openapi1</code></li>\n<li><code>raml</code></li>\n<li><code>raml1</code></li>\n<li><code>wsdl1</code></li>\n<li><code>wsdl2</code></li>\n<li><code>graphql</code></li>\n<li><code>proto2</code></li>\n<li><code>graphql</code></li>\n<li><code>proto3</code></li>\n</ul>\n</li>\n<li><code>language</code> — A <strong>string</strong> value that contains the API definition's language. One of:<ul>\n<li>OpenAPI and RAML — <code>json</code> or <code>yaml</code></li>\n<li>GraphQL — <code>graphql</code></li>\n<li>WSDL — <code>xml</code></li>\n<li>Protobuf — <code>proto</code></li>\n</ul>\n</li>\n<li><code>schema</code> — Optional. A <strong>string</strong> value that contains the API definition's contents.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","schemas","{{schemaId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"1d4f6868-6aae-49fc-aed3-a8237ded6558","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"yaml\",\n\t\t\"schema\": \"openapi: 3.0.0\\ninfo:\\n  version: 1.0.0\\n  title: Test API\\nservers:\\n  - url: http://localhost:3000\\npaths:\\n  /user:\\n    get:\\n      summary: List all users\\n      operationId: listUser\\n      tags:\\n        - user\\n      parameters:\\n        - name: id\\n          in: query\\n          required: true\\n          description: The user's ID.\\n          example: 1234\\n          schema:\\n            type: integer\\n            format: int32\\n      responses:\\n        '200':\\n          description: Information about the user.\\n          headers:\\n            x-next:\\n              description: A link to the next page of responses.\\n              schema:\\n                type: string\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/User' \\ncomponents:\\n  schemas:\\n   User:\\n      type: object\\n      required:\\n        - id\\n        - name\\n      properties:\\n        id:\\n          type: integer\\n          format: int32\\n   Error:\\n      type: object\\n      required:\\n        - code\\n        - message\\n      properties:\\n        code:\\n          type: integer\\n          format: int32\\n        message:\\n          type: string\\n\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"schema\": {\n        \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\",\n        \"language\": \"yaml\",\n        \"apiVersion\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n        \"type\": \"openapi3\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"createdAt\": \"2021-05-22T13:17:07.000Z\",\n        \"updatedAt\": \"2021-05-22T13:17:07.000Z\"\n    }\n}"},{"id":"8b2893d9-7d37-4182-b3b8-d7f816303b81","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"yaml\",\n\t\t\"schema\": \"openapi: 3.0.0\\ninfo:\\n  version: 1.0.0\\n  title: Test API\\nservers:\\n  - url: http://localhost:3000\\npaths:\\n  /user:\\n    get:\\n      summary: List all users\\n      operationId: listUser\\n      tags:\\n        - user\\n      parameters:\\n        - name: id\\n          in: query\\n          required: true\\n          description: The user's ID.\\n          example: 1234\\n          schema:\\n            type: integer\\n            format: int32\\n      responses:\\n        '200':\\n          description: Information about the user.\\n          headers:\\n            x-next:\\n              description: A link to the next page of responses.\\n              schema:\\n                type: string\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/User' \\ncomponents:\\n  schemas:\\n   User:\\n      type: object\\n      required:\\n        - id\\n        - name\\n      properties:\\n        id:\\n          type: integer\\n          format: int32\\n   Error:\\n      type: object\\n      required:\\n        - code\\n        - message\\n      properties:\\n        code:\\n          type: integer\\n          format: int32\\n        message:\\n          type: string\\n\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"7e5acd82-14e3-4a94-b97c-88badf102b41","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"schema\": {\n\t\t\"language\": \"yaml\",\n\t\t\"schema\": \"openapi: 3.0.0\\ninfo:\\n  version: 1.0.0\\n  title: Test API\\nservers:\\n  - url: http://localhost:3000\\npaths:\\n  /user:\\n    get:\\n      summary: List all users\\n      operationId: listUser\\n      tags:\\n        - user\\n      parameters:\\n        - name: id\\n          in: query\\n          required: true\\n          description: The user's ID.\\n          example: 1234\\n          schema:\\n            type: integer\\n            format: int32\\n      responses:\\n        '200':\\n          description: Information about the user.\\n          headers:\\n            x-next:\\n              description: A link to the next page of responses.\\n              schema:\\n                type: string\\n          content:\\n            application/json:\\n              schema:\\n                $ref: '#/components/schemas/User' \\ncomponents:\\n  schemas:\\n   User:\\n      type: object\\n      required:\\n        - id\\n        - name\\n      properties:\\n        id:\\n          type: integer\\n          format: int32\\n   Error:\\n      type: object\\n      required:\\n        - code\\n        - message\\n      properties:\\n        code:\\n          type: integer\\n          format: int32\\n        message:\\n          type: string\\n\",\n\t\t\"type\": \"openapi3\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/schemas/16bb367e-fafb-4ef3-933b-ee3d971866fb"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"f9544c35-d4e1-4013-b2c2-88425c1cbcd2"}],"id":"da6ac7aa-3889-4894-84d3-b32617574c9b","description":"<p>The Schema endpoints let you manage your API's definitions.</p>\n<h3 id=\"important\">Important</h3>\n<p><strong>The schemas concept is deprecated as of Postman v10 and higher.</strong></p>\n<p>In Postman v10 and higher, “schemas” are now known as “API definitions”. You may see that API responses may return both the <code>schemas</code> and <code>apiDefinition</code> properties. Use the <code>apiDefinition</code> property.</p>\n","_postman_id":"da6ac7aa-3889-4894-84d3-b32617574c9b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Release","item":[{"name":"Get an API release","id":"ef7cc00b-27bc-46cb-a913-d9d76aae9f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases/{{apiReleaseId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets information about an API version's release.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","releases","{{apiReleaseId}}"],"host":["api","getpostman","com"],"query":[],"variable":[{"id":"ced15a87-a00c-4bdc-9258-d3dcf50765ee","type":"any","value":"{{apiId}}","key":"apiId"},{"id":"b90778d6-e675-42df-ad57-377952e358b5","type":"any","value":"{{apiVersionId}}","key":"apiVersionId"},{"id":"edec256d-0b1e-4386-be9c-88e2aa31358a","type":"any","value":"{{releaseId}}","key":"releaseId"}]}},"response":[{"id":"498774ee-4d3e-4879-ad76-80394f041402","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"summary\": \"This is the first release.\",\n        \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\"\n    }\n}"},{"id":"42ab6587-b605-4594-8b25-4d437dd2a387","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"ef7cc00b-27bc-46cb-a913-d9d76aae9f83"},{"name":"Get all API releases","id":"c80e2c54-917f-4246-9f03-b48c136e4e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Gets information about all of an API version's releases.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","releases"],"host":["api","getpostman","com"],"query":[],"variable":[{"id":"23bce28d-39f4-4f4f-aeba-065d5d45113e","type":"any","value":"{{apiId}}","key":"apiId"},{"id":"b2ab9a74-a809-4b7f-a8fb-c902de772930","type":"any","value":"{{apiVersionId}}","key":"apiVersionId"}]}},"response":[{"id":"289f682d-e43e-44a6-b8a8-dab894bcedac","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"releases\": [\n        {\n            \"id\": \"07d940bf-40fc-4acd-a11e-be6769894af0\",\n            \"name\": \"Release 2.0\",\n            \"description\": \"This is the second release of the Test API.\",\n            \"visibility\": \"private\"\n        },\n        {\n            \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n            \"name\": \"Release 1.0\",\n            \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n            \"visibility\": \"public\"\n        }\n    ]\n}"},{"id":"0c21b21a-e2d7-4c6c-a2d9-eddc5465d13a","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"c80e2c54-917f-4246-9f03-b48c136e4e94"},{"name":"Create an API release","id":"5a86be1b-d3c0-42c8-a6cd-295c7fb33396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"name\": \"{{apiReleaseName}}\",\n        \"summary\": \"{{apiReleaseSummary}}\",\n        \"description\": \"{{apiReleaseDescription}}\",\n        \"visibility\": \"{{apiReleaseVisibility}}\",\n        \"gitTag\": \"{{apiReleaseGitTag}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Creates a new API version release. Include the following properties in the <code>release</code> object:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the release name.</li>\n<li><code>visibility</code> — A <strong>string</strong> value that contains the release's visibility. One of:<ul>\n<li><code>private</code> — The release is private.</li>\n<li><code>public</code> — The release is public.</li>\n</ul>\n</li>\n</ul>\n<p>You can include the following optional properties:</p>\n<ul>\n<li><code>summary</code> — A <strong>string</strong> value that contains the release's summary.</li>\n<li><code>description</code> — A <strong>string</strong> value that contains the release's description.</li>\n<li><code>gitTag</code> — A <strong>string</strong> value that contains a valid <a href=\"https://docs.github.com/en/rest/git/tags\">Git tag</a> ID. The tag must exist in the API's connected Git repository.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","releases"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"c247a50f-1e38-474f-9ce2-6a3d1a996640","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"summary\": \"This is the first release.\",\n        \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"release\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"summary\": \"This is the first release.\",\n        \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\"\n    }\n}"},{"id":"538c9b16-4f65-4cc2-9c15-7e73fbb63c5a","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"summary\": \"This is the first release.\",\n        \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"release\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"apiRepositoryNotFoundError\",\n        \"message\": \"This API version is not linked to a repository\"\n    }\n}"},{"id":"9a5bf52b-9998-4905-8047-0a2e2e3d1208","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\",\n        \"name\": \"Release 1.0\",\n        \"summary\": \"This is the first release.\",\n        \"description\": \"This is the first release of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"release\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"5a86be1b-d3c0-42c8-a6cd-295c7fb33396"},{"name":"Update an API release","id":"013fbf2c-556b-450c-9993-4295ec61a5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"name\": \"{{apiReleaseName}}\",\n        \"summary\": \"{{apiReleaseSummary}}\",\n        \"description\": \"{{apiReleaseDescription}}\",\n        \"visibility\": \"{{apiReleaseVisibility}}\",\n        \"gitTag\": \"{{apiReleaseGitTag}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases/{{apiReleaseId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Updates an API version's release. Include at least one of the following properties in the <code>release</code> object:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the release name.</li>\n<li><code>visibility</code> — A <strong>string</strong> value that contains the release's visibility. One of:<ul>\n<li><code>private</code> — The release is private.</li>\n<li><code>public</code> — The release is public.</li>\n</ul>\n</li>\n<li><code>summary</code> — A <strong>string</strong> value that contains the release's summary.</li>\n<li><code>description</code> — A <strong>string</strong> value that contains the release's description.</li>\n<li><code>gitTag</code> — A <strong>string</strong> value that contains a valid <a href=\"https://docs.github.com/en/rest/git/tags\">Git tag</a> ID. The tag must exist in the API's connected Git repository.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","releases","{{apiReleaseId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"19607d9b-02c5-4b60-b8d9-4b726d1505dd","name":"Successful Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"name\": \"Release 1.5\",\n        \"summary\": \"This is the first public release update.\",\n        \"description\": \"This is the first release update of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"Test\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"release\": {\n        \"id\": \"8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2\",\n        \"name\": \"Release 1.5\",\n        \"summary\": \"This is the first public release update.\",\n        \"description\": \"This is the first release update of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"Test\"\n    }\n}"},{"id":"6184501c-1706-49a1-865a-cf7d4edcf6ca","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"name\": \"Release 1.5\",\n        \"summary\": \"This is the first public release update.\",\n        \"description\": \"This is the first release update of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"Test\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"release\": {\n        \"id\": \"8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2\",\n        \"name\": \"Release 1.5\",\n        \"summary\": \"This is the first public release update.\",\n        \"description\": \"This is the first release update of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"Test\"\n    }\n}"},{"id":"b7ebcbbc-93c4-4999-972f-f48f975874c6","name":"Rate Limit Exceeded","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"release\": {\n        \"name\": \"Release 1.5\",\n        \"summary\": \"This is the first public release update.\",\n        \"description\": \"This is the first release update of the Test API. For more information, read the documentation.\",\n        \"visibility\": \"public\",\n        \"gitTag\": \"Test\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/8d7ba74e-2c36-4e36-a263-f3c0c9ae21d2"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"013fbf2c-556b-450c-9993-4295ec61a5ef"},{"name":"Delete an API release","id":"d5c22d6b-3937-4b30-b213-002040b14ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"{{postman-API-key}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases/{{apiReleaseId}}","description":"<p><strong>This endpoint is deprecated in Postman v10 and higher.</strong></p>\n<p>Deletes an API version's release.</p>\n","urlObject":{"protocol":"https","path":["apis","{{apiId}}","versions","{{apiVersionId}}","releases","{{apiReleaseId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"866277da-7b2d-4fe7-af63-9c8585de8247","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"release\": {\n        \"id\": \"3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2\"\n    }\n}"},{"id":"0fd5d65c-27ac-41fd-afef-a4c95c087ece","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the release you are looking for\"\n    }\n}"},{"id":"ff931c1e-b009-48f1-8703-8cb3e457fee6","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/387c2863-6ee3-4a56-8210-225f774edade/versions/a9879d02-74bf-425a-bbec-6d27aa135507/releases/3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"d5c22d6b-3937-4b30-b213-002040b14ccc"}],"id":"f69909a0-79e1-4ea6-900c-1d6fa9708512","description":"<p>The API release endpoints let you manage your API's releases.</p>\n<h3 id=\"important\">Important</h3>\n<p><strong>API releases are deprecated as of Postman v10 and higher.</strong></p>\n<p>You can no longer create releases for collections in Postman v10, but API producers can <a href=\"https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/api-versions/\">publish versions of an API</a>.</p>\n","_postman_id":"f69909a0-79e1-4ea6-900c-1d6fa9708512","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}},{"name":"Get all APIs","id":"027a5291-aaaa-4466-9c6b-ed746ac52a18","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis","description":"<p>Gets information about all APIs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis"],"host":["api","getpostman","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Return only APIs that are inside the given workspace.</p>\n","type":"text/plain"},"key":"workspaceId","value":"{{workspaceId}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.</p>\n","type":"text/plain"},"key":"since","value":"{{since}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.</p>\n","type":"text/plain"},"key":"until","value":"{{until}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs created by the given user ID.</p>\n","type":"text/plain"},"key":"createdBy","value":"{{createdBy}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs updated by the given user ID.</p>\n","type":"text/plain"},"key":"updatedBy","value":"{{updatedBy}}"},{"disabled":true,"description":{"content":"<p>Optional. If true, return only public APIs; if false, return only private APIs.</p>\n","type":"text/plain"},"key":"isPublic","value":"{{isPublic}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"summary","value":"{{summary}}"},{"disabled":true,"description":{"content":"<p>Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.</p>\n","type":"text/plain"},"key":"description","value":"{{description}}"},{"disabled":true,"description":{"content":"<p>Optional. Sort the results by the given value.</p>\n<p>If you use this query parameter, you must also use the <code>direction</code> parameter.</p>\n","type":"text/plain"},"key":"sort","value":"{{sort}}"},{"disabled":true,"description":{"content":"<p>Optional. Sort in ascending (<code>asc</code>) or descending (<code>desc</code>) order. Matching is not case-sensitive.</p>\n<p>If you use this query parameter, you must also use the \"sort\" parameter.</p>\n","type":"text/plain"},"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[{"id":"2964cd9f-a58b-4dbd-b0dc-0d39374e653c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"{{since}}","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.","disabled":true},{"key":"until","value":"{{until}}","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.","disabled":true},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"{{isPublic}}","description":"Optional. If true, return only public APIs; if false, return only private APIs.","disabled":true},{"key":"name","value":"{{name}}","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter.","disabled":true},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"apis\": [\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"name\": \"Test API\",\n            \"summary\": \"Test API.\",\n            \"description\": \"This is a test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-22T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-22T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public API A\",\n            \"summary\": \"Public Test A.\",\n            \"description\": \"This is a public test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-30T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-30T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public Test API B\",\n            \"summary\": \"Public Test B\",\n            \"description\": \"This is another public test API.\",\n            \"createdBy\": \"87654321\",\n            \"updatedBy\": \"87654321\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"86ac5bcb-fdce-441e-a429-a74b4e7790da","name":"Get Public APIs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis?isPublic=true","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"{{since}}","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.","disabled":true},{"key":"until","value":"{{until}}","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.","disabled":true},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"true","description":"Optional. If true, return only public APIs; if false, return only private APIs."},{"key":"name","value":"{{name}}","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter.","disabled":true},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"apis\": [\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"name\": \"Test API\",\n            \"summary\": \"Test API.\",\n            \"description\": \"This is a test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-22T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-22T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public API A\",\n            \"summary\": \"Public Test A.\",\n            \"description\": \"This is a public test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        }\n    ]\n}"},{"id":"643d9b8f-47a8-4ae1-a1b3-c053bd65e199","name":"Get APIs in a Date Range","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis?since=2022-06-01T00:00:00.000Z&until=2022-06-15T00:00:00.000Z","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"2022-06-01T00:00:00.000Z","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format."},{"key":"until","value":"2022-06-15T00:00:00.000Z","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format."},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"{{isPublic}}","description":"Optional. If true, return only public APIs; if false, return only private APIs.","disabled":true},{"key":"name","value":"{{name}}","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter.","disabled":true},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"apis\": [\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"name\": \"Test API\",\n            \"summary\": \"Test API.\",\n            \"description\": \"This is a test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        }\n    ]\n}"},{"id":"17bb4c79-b003-4bca-bc8a-2f2480a99cd2","name":"Filter APIs by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis?name=Public","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"{{since}}","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.","disabled":true},{"key":"until","value":"{{until}}","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.","disabled":true},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"{{isPublic}}","description":"Optional. If true, return only public APIs; if false, return only private APIs.","disabled":true},{"key":"name","value":"Public","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive."},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter.","disabled":true},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"apis\": [\n        {\n            \"createdAt\": \"2022-06-22T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-22T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public API A\",\n            \"summary\": \"Public Test A.\",\n            \"description\": \"This is a public test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-30T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-30T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public Test API B\",\n            \"summary\": \"Public Test B\",\n            \"description\": \"This is another public test API.\",\n            \"createdBy\": \"87654321\",\n            \"updatedBy\": \"87654321\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"2b95e2ad-602f-4e55-8211-d7a679318e44","name":"Sort by updatedAt","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis?sort=updatedAt","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"{{since}}","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.","disabled":true},{"key":"until","value":"{{until}}","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.","disabled":true},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"{{isPublic}}","description":"Optional. If true, return only public APIs; if false, return only private APIs.","disabled":true},{"key":"name","value":"{{name}}","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"updatedAt","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter."},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"apis\": [\n        {\n            \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n            \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n            \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n            \"name\": \"Test API\",\n            \"summary\": \"Test API.\",\n            \"description\": \"This is a test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-22T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-22T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public API A\",\n            \"summary\": \"Public Test A.\",\n            \"description\": \"This is a public test API.\",\n            \"createdBy\": \"12345678\",\n            \"updatedBy\": \"12345678\",\n            \"isPublic\": true\n        },\n        {\n            \"createdAt\": \"2022-06-30T16:51:28.000Z\",\n            \"updatedAt\": \"2022-06-30T16:51:28.000Z\",\n            \"id\": \"69ce25ea-2914-426e-ae34-af558b6777e6\",\n            \"name\": \"Public Test API B\",\n            \"summary\": \"Public Test B\",\n            \"description\": \"This is another public test API.\",\n            \"createdBy\": \"87654321\",\n            \"updatedBy\": \"87654321\",\n            \"isPublic\": false\n        }\n    ]\n}"},{"id":"9140d79d-03e4-4cd1-a67f-754bd1a70130","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.getpostman.com/apis","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"{{workspaceId}}","description":"Optional. Return only APIs that are inside the given workspace.","disabled":true},{"key":"since","value":"{{since}}","description":"Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format.","disabled":true},{"key":"until","value":"{{until}}","description":"Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format.","disabled":true},{"key":"createdBy","value":"{{createdBy}}","description":"Optional. Return only APIs created by the given user ID.","disabled":true},{"key":"updatedBy","value":"{{updatedBy}}","description":"Optional. Return only APIs updated by the given user ID.","disabled":true},{"key":"isPublic","value":"{{isPublic}}","description":"Optional. If true, return only public APIs; if false, return only private APIs.","disabled":true},{"key":"name","value":"{{name}}","description":"Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"summary","value":"{{summary}}","description":"Optional. Return only APIs whose summary includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"description","value":"{{description}}","description":"Optional. Return only APIs whose description includes the given value. Matching is not case-sensitive.","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional. Sort the results by the given value.\n\nIf you use this query parameter, you must also use the `direction` parameter.","disabled":true},{"key":"direction","value":"{{direction}}","description":"Optional. Sort in ascending (`asc`) or descending (`desc`) order. Matching is not case-sensitive.\n\nIf you use this query parameter, you must also use the \"sort\" parameter.","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jul 2022 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-srv-trace","value":"v=1;t=915b2bd230311a7e"},{"key":"x-srv-span","value":"v=1;s=108d09101d76e02a"},{"key":"X-RateLimit-Limit","value":"400"},{"key":"X-RateLimit-Remaining","value":"399"},{"key":"X-RateLimit-Reset","value":"1657644009"},{"key":"ETag","value":"W/\"78-WpLmxRlFkKKPPDh/y4B5Gn3NuSs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"027a5291-aaaa-4466-9c6b-ed746ac52a18"},{"name":"Create an API","event":[{"listen":"test","script":{"id":"711aed68-e5c8-4c84-aa2f-6d953ac3e53f","exec":[""],"type":"text/javascript"}}],"id":"63715d35-e01f-4aa3-baad-aa2dceafc5a4","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"{{apiName}}\",\n        \"summary\": \"{{apiSummary}}\",\n        \"description\": \"{{apiDescription}}\"\n    }\n}"},"url":"https://api.getpostman.com/apis","description":"<p>Creates an API. Include the following properties in the <code>api</code> object:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the API's name.</li>\n</ul>\n<p>You can include the following optional properties:</p>\n<ul>\n<li><code>summary</code> — A <strong>string</strong> value that contains a summary of the API.</li>\n<li><code>description</code> — A <strong>string</strong> value that contains the description of the API.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis"],"host":["api","getpostman","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. The workspace ID in which to create the API.</p>\n<p>If you do not use this parameter, the system creates the API in the \"My Workspace\" workspace.</p>\n","type":"text/plain"},"key":"workspaceId","value":"{{workspaceId}}"}],"variable":[]}},"response":[{"id":"84071d33-c55a-4e21-912c-902b05151774","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"Test API\",\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","description":"Optional. The workspace ID in which to create the API.\n\nIf you do not use this parameter, the system creates the API in the \"My Workspace\" workspace.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"createdAt\": \"2022-06-29T20:46:58.000Z\",\n        \"updatedAt\": \"2022-06-29T20:46:58.000Z\",\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"name\": \"Test API\",\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\"\n    }\n}"},{"id":"950534ae-60b6-4d71-826c-bbff64436851","name":"Create API in a Workspace","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"Test API\",\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis?workspace=1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","description":"Optional. The workspace ID in which to create the API.\n\nIf you do not use this parameter, the system creates the API in the \"My Workspace\" workspace."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"createdAt\": \"2022-06-29T20:46:58.000Z\",\n        \"updatedAt\": \"2022-06-29T20:46:58.000Z\",\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"name\": \"Test API\",\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\"\n    }\n}"},{"id":"fbf24687-5995-41db-a680-22c94ef9ed78","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","description":"Optional. The workspace ID in which to create the API.\n\nIf you do not use this parameter, the system creates the API in the \"My Workspace\" workspace.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"paramMissingError\",\n        \"message\": \"Parameter is missing in the request.\"\n    }\n}"},{"id":"ba599a7b-00aa-495e-9564-430847414188","name":"Rate Limit Exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"summary\": \"Test API Schema\",\n        \"description\": \"This is a test API.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.getpostman.com/apis","protocol":"https","host":["api","getpostman","com"],"path":["apis"],"query":[{"key":"workspace","value":"1f0df51a-8658-4ee8-a2a1-d2567dfa09a9","description":"Optional. The workspace ID in which to create the API.\n\nIf you do not use this parameter, the system creates the API in the \"My Workspace\" workspace.","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"63715d35-e01f-4aa3-baad-aa2dceafc5a4"},{"name":"Get an API","id":"748c0367-6e64-4b9c-9f02-a2b8d297dc38","request":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}","description":"<p>Gets information about an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"935a3a66-09f1-4761-8a7f-3bbd22675e37","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"},"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"createdAt\": \"2022-06-09T14:48:45.000Z\",\n        \"updatedAt\": \"2022-06-09T19:50:49.000Z\",\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"name\": \"Test API\",\n        \"summary\": \"Test API.\",\n        \"description\": \"This is a test API.\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\",\n        \"team\": \"1234\",\n        \"isPublic\": true,\n        \"versions\": [\n            {\n                \"id\": \"a9879d02-74bf-425a-bbec-6d27aa135507\",\n                \"name\": \"Draft\",\n                \"summary\": null,\n                \"schemas\": [\n                    {\n                        \"id\": \"16bb367e-fafb-4ef3-933b-ee3d971866fb\",\n                        \"type\": \"openapi3\",\n                        \"language\": \"json\",\n                        \"content\": \"{\\n  \\\"openapi\\\": \\\"3.0.0\\\",\\n  \\\"info\\\": {\\n    \\\"version\\\": \\\"1.0.0\\\",\\n    \\\"title\\\": \\\"Test API\\\"\\n  },\\n  \\\"servers\\\": [\\n    {\\n      \\\"url\\\": \\\"http://locahost:3000\\\"\\n    }\\n  ],\\n  \\\"paths\\\": {\\n    \\\"/user\\\": {\\n      \\\"get\\\": {\\n        \\\"summary\\\": \\\"List all users\\\",\\n        \\\"operationId\\\": \\\"listUser\\\",\\n        \\\"parameters\\\": [\\n          {\\n            \\\"name\\\": \\\"id\\\",\\n            \\\"in\\\": \\\"query\\\",\\n            \\\"required\\\": true,\\n            \\\"description\\\": \\\"The user's ID.\\\",\\n            \\\"example\\\": 1234,\\n            \\\"schema\\\": {\\n              \\\"type\\\": \\\"integer\\\",\\n              \\\"format\\\": \\\"int32\\\"\\n            }\\n          }\\n        ],\\n        \\\"responses\\\": {\\n          \\\"200\\\": {\\n            \\\"description\\\": \\\"Information about the user.\\\",\\n            \\\"headers\\\": {\\n              \\\"x-next\\\": {\\n                \\\"description\\\": \\\"A link to the next page of responses.\\\",\\n                \\\"schema\\\": {\\n                  \\\"type\\\": \\\"string\\\"\\n                }\\n              }\\n            },\\n            \\\"content\\\": {\\n              \\\"application/json\\\": {\\n                \\\"schema\\\": {\\n                  \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n    }\\n  },\\n  \\\"components\\\": {\\n    \\\"schemas\\\": {\\n      \\\"User\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"id\\\",\\n          \\\"name\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"id\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int64\\\"\\n          },\\n          \\\"name\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          },\\n          \\\"tag\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      },\\n      \\\"Error\\\": {\\n        \\\"type\\\": \\\"object\\\",\\n        \\\"required\\\": [\\n          \\\"code\\\",\\n          \\\"message\\\"\\n        ],\\n        \\\"properties\\\": {\\n          \\\"code\\\": {\\n            \\\"type\\\": \\\"integer\\\",\\n            \\\"format\\\": \\\"int32\\\"\\n          },\\n          \\\"message\\\": {\\n            \\\"type\\\": \\\"string\\\"\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\"\n                    }\n                ],\n                \"relations\": [\n                    {\n                        \"id\": \"66b88a55-9e52-41b0-8577-7b6798ff5bee\",\n                        \"model\": \"apiDefinition\",\n                        \"type\": \"apiDefinition\",\n                        \"modelId\": \"66b88a55-9e52-41b0-8577-7b6798ff5bee\"\n                    },\n                    {\n                        \"id\": \"66b88a55-9e52-41b0-8577-7b6798ff5bee\",\n                        \"model\": \"schema\",\n                        \"type\": \"schema\",\n                        \"modelId\": \"66b88a55-9e52-41b0-8577-7b6798ff5bee\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"42429610-70a1-4ab6-b5c9-37cd77ff7273","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"efb4ba34-13c2-483f-bca2-1913cba1f2ec","name":"Rate Limit Exceeded","originalRequest":{"method":"GET","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"748c0367-6e64-4b9c-9f02-a2b8d297dc38"},{"name":"Update an API","id":"983bf3bc-466d-44aa-97dc-b963ac485143","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api\": {\n\t\t\"name\": \"{{apiName}}\",\n        \"summary\": \"{{apiSummary}}\",\n\t\t\"description\": \"{{apiDescription}}\"\n\t}\n}"},"url":"https://api.getpostman.com/apis/{{apiId}}","description":"<p>Updates an API. Include at least one of the following properties in the <code>api</code> object:</p>\n<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the API's name.</li>\n<li><code>summary</code> — A <strong>string</strong> value that contains a summary of the API.</li>\n<li><code>description</code> — A <strong>string</strong> value that contains the description of the API.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"b5294359-5cfc-4c04-9d71-8f918aea47a1","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"Test API A\",\n        \"summary\": \"Test API A Schema\",\n        \"description\": \"This is Test API A.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"createdAt\": \"2022-06-29T20:46:58.000Z\",\n        \"updatedAt\": \"2022-06-29T20:46:58.000Z\",\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\",\n        \"name\": \"Test API A\",\n        \"summary\": \"Test API A Schema\",\n        \"description\": \"This is Test API A.\",\n        \"createdBy\": \"12345678\",\n        \"updatedBy\": \"12345678\"\n    }\n}"},{"id":"4ee64292-f5a3-4798-870b-86a0c4833737","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"Test API A\",\n        \"summary\": \"Test API A Schema\",\n        \"description\": \"This is Test API A.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"44834d5a-0466-4092-b336-505c40a4ad98","name":"Rate Limit Exceeded","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"api\": {\n        \"name\": \"Test API A\",\n        \"summary\": \"Test API A Schema\",\n        \"description\": \"This is Test API A.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"983bf3bc-466d-44aa-97dc-b963ac485143"},{"name":"Delete an API","id":"fed26b03-2f38-456f-bdfc-23cd13738316","request":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/{{apiId}}","description":"<p>Deletes an API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}},"urlObject":{"protocol":"https","path":["apis","{{apiId}}"],"host":["api","getpostman","com"],"query":[],"variable":[]}},"response":[{"id":"90454122-1eaa-46e0-bf12-3bbeb22f41ed","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"id\": \"5360b75f-447e-467c-9299-12fd6c92450d\"\n    }\n}"},{"id":"b7cff4a2-092d-4c49-be60-2052de08cb59","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"instanceNotFoundError\",\n        \"message\": \"We could not find the API you are looking for\"\n    }\n}"},{"id":"ff522b01-d934-4247-ae9d-7e8bd72d18f1","name":"Rate Limit Exceeded","originalRequest":{"method":"DELETE","header":[],"url":"https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rateLimited\",\n    \"message\": \"Rate limit exceeded. Please retry after 1669048687\"\n}"}],"_postman_id":"fed26b03-2f38-456f-bdfc-23cd13738316"}],"id":"fb6d1bf9-36b2-4571-9230-95ca0ca99739","description":"<p><strong>These endpoints are deprecated.</strong></p>\n","_postman_id":"fb6d1bf9-36b2-4571-9230-95ca0ca99739","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"f0ecfa1b-52c9-400f-8486-33d6a231d979","description":"<p><strong>These endpoints are deprecated.</strong></p>\n","_postman_id":"f0ecfa1b-52c9-400f-8486-33d6a231d979","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"id":"8e7f9e5e-a847-46fa-96d0-93720a1a90bb","description":"<p><strong>These endpoints are deprecated.</strong> At a future time they will no longer be available.</p>\n","_postman_id":"8e7f9e5e-a847-46fa-96d0-93720a1a90bb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","id":"c8142d51-e97c-46b6-bd77-52bb66712c9a","name":"Postman API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"7d02743f-5925-4b7a-b3ad-7a7314e84e0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ebdfefce-eb5c-450a-a0c3-f6683d62e6f8","type":"text/javascript","exec":[""]}}],"variable":[{"id":"6fb29bcb-e9ba-406b-b9da-85a3b086e6e6","key":"postman-api-key","value":""},{"id":"8337c11e-14bc-4d39-b3f6-72d35b682733","key":"baseUrl","value":"https://api.getpostman.com"},{"id":"b7bf4588-1427-4336-b7ce-83f6d6c73abb","key":"euUrl","value":"https://api.eu.postman.com"},{"id":"a7c72014-5691-4ef2-a4ba-81838b0b5ddd","key":"SCIM-apiKey","value":""}]}