{ "info": { "_postman_id": "8c819798-c8c8-41b8-8f79-da3206288855", "name": "Upwind Management REST API v1 access-management API", "description": "Upwind Management REST API \u2014 administrative and data endpoints for the Upwind cloud security platform (threats, vulnerabilities, configurations, inventory, API security, workflows, access management). Reconstructed faithfully from the embedded OpenAPI operation definitions published in the Upwind docs (docs.upwind.io) by the API Evangelist enrichment pipeline; operation content is verbatim from the provider.\n\nContact Support:\n Name: Upwind Support\n Email: support@upwind.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "lastUpdatedBy": "35240", "uid": "35240-8c819798-c8c8-41b8-8f79-da3206288855" }, "item": [ { "name": "v2", "item": [ { "name": "organizations", "item": [ { "name": "{organization-id}", "item": [ { "name": "access-management", "item": [ { "name": "groups", "item": [ { "name": "{group-id}", "item": [ { "name": "members", "item": [ { "name": "bulk", "item": [ { "name": "Add members to a group", "id": "765c6ca3-8e69-4f26-afc4-e69b50c1b4f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "id": "f7ef123b-25a8-4b92-883d-16de51dc1cda", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "793f3d4a-5e71-4547-baf1-b4a0cc4b59f8", "key": "group-id", "value": "", "description": "(Required) The unique identifier for the group." } ] }, "description": "A POST request adds the specified members to an access-management group." }, "response": [ { "id": "6baa4aff-e94c-4f8e-ae58-fc1260ce31b4", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-6baa4aff-e94c-4f8e-ae58-fc1260ce31b4" }, { "id": "5b5a835d-d9b0-4d90-8617-a57ea1a5acf3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-5b5a835d-d9b0-4d90-8617-a57ea1a5acf3" }, { "id": "d33b074a-d6b3-4bc6-bb3c-b475f66e184e", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-d33b074a-d6b3-4bc6-bb3c-b475f66e184e" }, { "id": "f9f0a3e3-61e2-4bba-8a9f-018c54d17b72", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-f9f0a3e3-61e2-4bba-8a9f-018c54d17b72" }, { "id": "86d0cf81-2ffb-4088-b6f9-a030c88385fc", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-86d0cf81-2ffb-4088-b6f9-a030c88385fc" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-765c6ca3-8e69-4f26-afc4-e69b50c1b4f3" }, { "name": "Remove members from a group", "id": "23d2f935-0b98-4932-a04f-746248404e72", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "id": "f2a5e740-0045-49bd-a009-92de8cee7c9d", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "b1e8c68a-53a9-4583-950f-5bd611d4a262", "key": "group-id", "value": "", "description": "(Required) The unique identifier for the group." } ] }, "description": "A DELETE request removes the specified members from an access-management group." }, "response": [ { "id": "db240209-01ee-4d8a-9f16-5b6ac6173956", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-db240209-01ee-4d8a-9f16-5b6ac6173956" }, { "id": "796ef9d7-7e15-4822-be5c-cd92a7c733eb", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-796ef9d7-7e15-4822-be5c-cd92a7c733eb" }, { "id": "623db4a4-8282-4859-9f33-69dee47e8682", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-623db4a4-8282-4859-9f33-69dee47e8682" }, { "id": "337894b6-8cac-4ad8-a351-9f4fa1ed225b", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-337894b6-8cac-4ad8-a351-9f4fa1ed225b" }, { "id": "b06fc1e2-ba5d-476e-8cd9-d714643aead4", "name": "Rate Limit Exceeded", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id/members/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id", "members", "bulk" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-b06fc1e2-ba5d-476e-8cd9-d714643aead4" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-23d2f935-0b98-4932-a04f-746248404e72" } ], "id": "01dad9b9-3144-4d9c-822a-da32fe7918b6", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-01dad9b9-3144-4d9c-822a-da32fe7918b6" } ], "id": "03aad46e-aaae-47ec-acb0-1fe2dcd84f60", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-03aad46e-aaae-47ec-acb0-1fe2dcd84f60" }, { "name": "Get a group", "id": "6be4eb11-daa3-4f2b-a1dc-83aa47136c41", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "id": "25d0a089-64aa-42e9-a951-818110ab06aa", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "b694e647-c902-46ef-97bf-9bd8f7c1e5b2", "key": "group-id", "value": "", "description": "(Required) The unique identifier for the group." } ] }, "description": "A GET request sent to the endpoint root followed by a unique identifier returns detailed information about a specific access-management group." }, "response": [ { "id": "ce2e4833-ea51-41aa-b345-f8b9965bc549", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n },\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-ce2e4833-ea51-41aa-b345-f8b9965bc549" }, { "id": "23f40ba1-cfee-40ed-aa9d-8b075cc67c54", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-23f40ba1-cfee-40ed-aa9d-8b075cc67c54" }, { "id": "ecca342d-1714-41c6-aceb-ad8c8e0789f3", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-ecca342d-1714-41c6-aceb-ad8c8e0789f3" }, { "id": "48b9da7d-3519-4517-aa6f-9fac8823c3c5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-48b9da7d-3519-4517-aa6f-9fac8823c3c5" }, { "id": "3d72474b-d42f-4a39-baee-d77d1e324470", "name": "Rate Limit Exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-3d72474b-d42f-4a39-baee-d77d1e324470" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-6be4eb11-daa3-4f2b-a1dc-83aa47136c41" }, { "name": "Update a group", "id": "664c4486-6614-46dd-88f0-f1f84012435f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "id": "662fa30e-343c-4166-94b4-37e2331684a8", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "c586ceb2-c51a-4f44-8e18-fe2b86df60c1", "key": "group-id", "value": "", "description": "(Required) The unique identifier for the group." } ] }, "description": "A PATCH request sent to the endpoint root followed by a unique identifier updates the properties of a specific access-management group." }, "response": [ { "id": "61879fec-d36d-44e6-9543-5903340a1ef9", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n },\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-61879fec-d36d-44e6-9543-5903340a1ef9" }, { "id": "55e175a3-48f2-4fb1-9078-172a70b7b8d3", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-55e175a3-48f2-4fb1-9078-172a70b7b8d3" }, { "id": "3c6d9417-7914-4426-bf77-62043cb96370", "name": "Forbidden", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-3c6d9417-7914-4426-bf77-62043cb96370" }, { "id": "6c3841a7-8192-4f03-9f78-d7e6a3cbae93", "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-6c3841a7-8192-4f03-9f78-d7e6a3cbae93" }, { "id": "83ba9795-cb96-47b9-a0ab-9ab48361f982", "name": "Rate Limit Exceeded", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/:group-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", ":group-id" ], "variable": [ { "key": "organization-id" }, { "key": "group-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-83ba9795-cb96-47b9-a0ab-9ab48361f982" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-664c4486-6614-46dd-88f0-f1f84012435f" } ], "id": "e62457e9-1860-4048-b0a7-d9301822729c", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-e62457e9-1860-4048-b0a7-d9301822729c" }, { "name": "search", "item": [ { "name": "Search groups", "id": "7f770110-b577-4604-8521-077ed2aa03a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"permissions_scope_id\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"identity_provider_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "id": "6fd1913a-d1f6-4595-88fd-4da6cde1467e", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint root's search path returns a paginated list of access-management groups matching the specified filter conditions." }, "response": [ { "id": "f1fd4eb4-3a85-4619-9a9e-0e3336b51c31", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"permissions_scope_id\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"identity_provider_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n },\n {\n \"create_time\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n },\n {\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\"\n }\n ],\n \"update_time\": \"\",\n \"user_count\": \"\"\n }\n ],\n \"metadata\": {\n \"limit\": \"\",\n \"next_cursor\": \"\",\n \"previous_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-f1fd4eb4-3a85-4619-9a9e-0e3336b51c31" }, { "id": "afdc0525-0b1a-442d-810e-9a31cceba870", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"permissions_scope_id\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"identity_provider_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-afdc0525-0b1a-442d-810e-9a31cceba870" }, { "id": "49fb881f-4062-445a-8f74-0699de371653", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"permissions_scope_id\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"identity_provider_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-49fb881f-4062-445a-8f74-0699de371653" }, { "id": "31338ab1-e39c-4698-bf8b-5156a1b2b06f", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"permissions_scope_id\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"identity_provider_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/groups/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "groups", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-31338ab1-e39c-4698-bf8b-5156a1b2b06f" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-7f770110-b577-4604-8521-077ed2aa03a4" } ], "id": "a082acf7-bc41-42ef-9de3-7a401f62c522", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-a082acf7-bc41-42ef-9de3-7a401f62c522" } ], "id": "e178ea4a-4f94-4be8-8943-7d842752088f", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-e178ea4a-4f94-4be8-8943-7d842752088f" }, { "name": "members", "item": [ { "name": "search", "item": [ { "name": "Search members", "id": "88abb52c-58b2-43dc-997e-013053a5a35f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"create_time\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"permissions_role_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `email`, `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "id": "e868c270-09ae-4736-9471-5d07f0a886e9", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint root's search path returns a paginated list of organization members matching the specified filter conditions." }, "response": [ { "id": "b357c149-fee0-4de2-a86e-3a25ff4971df", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"create_time\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"permissions_role_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `email`, `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"member_name\": \"\",\n \"permissions\": [\n {\n \"group_id\": \"\",\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\",\n \"source\": \"direct\"\n },\n {\n \"group_id\": \"\",\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\",\n \"source\": \"direct\"\n }\n ]\n },\n {\n \"create_time\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"identity_provider_name\": \"\",\n \"member_name\": \"\",\n \"permissions\": [\n {\n \"group_id\": \"\",\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\",\n \"source\": \"group\"\n },\n {\n \"group_id\": \"\",\n \"role_ids\": [\n \"\",\n \"\"\n ],\n \"scope_id\": \"\",\n \"scope_name\": \"\",\n \"source\": \"direct\"\n }\n ]\n }\n ],\n \"metadata\": {\n \"limit\": \"\",\n \"next_cursor\": \"\",\n \"previous_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-b357c149-fee0-4de2-a86e-3a25ff4971df" }, { "id": "2f956c35-a603-4b10-92f8-046f2abb6b52", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"create_time\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"permissions_role_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `email`, `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-2f956c35-a603-4b10-92f8-046f2abb6b52" }, { "id": "556a9476-439c-4a60-a692-aee75028c2df", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"create_time\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"permissions_role_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `email`, `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-556a9476-439c-4a60-a692-aee75028c2df" }, { "id": "169e0ef4-5579-4da7-bb76-e49a98d6715c", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"create_time\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"permissions_role_name\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `email`, `name`, `create_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-169e0ef4-5579-4da7-bb76-e49a98d6715c" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-88abb52c-58b2-43dc-997e-013053a5a35f" } ], "id": "dbb6cd0b-59e2-46fd-a99f-e12f6c926479", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-dbb6cd0b-59e2-46fd-a99f-e12f6c926479" }, { "name": "Add a member", "id": "8f15e541-1dca-4462-965a-cf96541e36f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"connection_type\": \"social-microsoft\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"last_name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members" ], "variable": [ { "id": "c0fa13b9-a93a-4833-a068-50219dc28df0", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint root invites a new member to the organization with optional permissions and group assignments." }, "response": [ { "id": "b464e2cd-6ce3-41f8-86ad-032c577d98e2", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"connection_type\": \"social-microsoft\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"last_name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members" ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"email\": \"\"\n },\n {\n \"email\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-b464e2cd-6ce3-41f8-86ad-032c577d98e2" }, { "id": "8d7d93db-3edc-4edc-87c0-e26a65bef531", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"connection_type\": \"social-microsoft\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"last_name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-8d7d93db-3edc-4edc-87c0-e26a65bef531" }, { "id": "a7a3d8c5-65fb-4542-994a-a7bfa4a2d71a", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"connection_type\": \"social-microsoft\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"last_name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-a7a3d8c5-65fb-4542-994a-a7bfa4a2d71a" }, { "id": "6fe6b95d-7cfd-408c-a0e2-2af774fc563a", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"connection_type\": \"social-microsoft\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"last_name\": \"\",\n \"permissions\": [\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n },\n {\n \"role_ids\": [\n \"\"\n ],\n \"scope_id\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/members", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "members" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-6fe6b95d-7cfd-408c-a0e2-2af774fc563a" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-8f15e541-1dca-4462-965a-cf96541e36f7" } ], "id": "e8380fc7-a5f5-4078-94c5-040dbbcb663a", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-e8380fc7-a5f5-4078-94c5-040dbbcb663a" }, { "name": "scopes", "item": [ { "name": "{scope-id}", "item": [ { "name": "Delete a scope", "id": "10c9a593-4862-49b0-b2fb-a2d2c0437b86", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "id": "bc824c32-0baf-4d1c-8eed-132899ca5f3e", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "2f8f9abf-afec-41e4-8b13-8c90e2d1c822", "key": "scope-id", "value": "", "description": "(Required) The unique identifier for the scope." } ] }, "description": "A DELETE request sent to the endpoint root followed by a unique identifier deletes a specific access-management scope." }, "response": [ { "id": "aefaddc7-b611-4afd-a356-3bb9e8dfb0bb", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-aefaddc7-b611-4afd-a356-3bb9e8dfb0bb" }, { "id": "bdf8a3a1-9adb-4e4c-9cb2-9f1dc6beecc1", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-bdf8a3a1-9adb-4e4c-9cb2-9f1dc6beecc1" }, { "id": "015dc412-2e5f-4317-95c8-4c9f6a591cb2", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-015dc412-2e5f-4317-95c8-4c9f6a591cb2" }, { "id": "3bdf62d9-e54f-453e-a2e7-c6fdedd01900", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-3bdf62d9-e54f-453e-a2e7-c6fdedd01900" }, { "id": "34dc0280-285d-4b77-8ae2-8e415233e733", "name": "Rate Limit Exceeded", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-34dc0280-285d-4b77-8ae2-8e415233e733" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-10c9a593-4862-49b0-b2fb-a2d2c0437b86" }, { "name": "Get a scope", "id": "45255b9b-ad95-490e-a2f8-3e804255e7e5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "id": "d93acdb4-2608-4cf9-aaa2-b8e6653623bc", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "c107215f-ccc5-4b9a-808c-362dd605d7de", "key": "scope-id", "value": "", "description": "(Required) The unique identifier for the scope." } ] }, "description": "A GET request sent to the endpoint root followed by a unique identifier returns detailed information about a specific access-management scope." }, "response": [ { "id": "c2d419af-527a-42e6-89c4-d82f97bdce1c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n },\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-c2d419af-527a-42e6-89c4-d82f97bdce1c" }, { "id": "6c45d7a9-96c1-449a-99d9-e64ab0d5ff45", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-6c45d7a9-96c1-449a-99d9-e64ab0d5ff45" }, { "id": "dc5d8b28-27c3-4cbd-a98b-a898c9276d1f", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-dc5d8b28-27c3-4cbd-a98b-a898c9276d1f" }, { "id": "3741ae2b-cec9-4c45-bea0-0428d8bb69a5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-3741ae2b-cec9-4c45-bea0-0428d8bb69a5" }, { "id": "e32beb10-d33c-487e-90ee-693f24faa0cd", "name": "Rate Limit Exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-e32beb10-d33c-487e-90ee-693f24faa0cd" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-45255b9b-ad95-490e-a2f8-3e804255e7e5" }, { "name": "Update a scope", "id": "951c8558-ed50-4c87-af37-23854d2676cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "id": "623cf171-87ed-4534-86f1-fc9697e7ca27", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "f0228726-524a-4202-820b-92a29d9f7768", "key": "scope-id", "value": "", "description": "(Required) The unique identifier for the scope." } ] }, "description": "A PATCH request sent to the endpoint root followed by a unique identifier updates an existing access-management scope's name, description, and/or resource filters." }, "response": [ { "id": "91848ef3-ab3a-4181-b161-f516d9cd07fb", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n },\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-91848ef3-ab3a-4181-b161-f516d9cd07fb" }, { "id": "0eafc627-fcfd-4873-b26b-030d5af5639e", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-0eafc627-fcfd-4873-b26b-030d5af5639e" }, { "id": "a6a2fac8-3802-4613-8eac-172d94fb3e38", "name": "Forbidden", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-a6a2fac8-3802-4613-8eac-172d94fb3e38" }, { "id": "f3214548-8981-469c-948b-b49b4b3a6b16", "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-f3214548-8981-469c-948b-b49b4b3a6b16" }, { "id": "dc1feca2-8e80-4227-9cec-7cf4a2569407", "name": "Rate Limit Exceeded", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/:scope-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", ":scope-id" ], "variable": [ { "key": "organization-id" }, { "key": "scope-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-dc1feca2-8e80-4227-9cec-7cf4a2569407" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-951c8558-ed50-4c87-af37-23854d2676cf" } ], "id": "9c7ffc19-adf1-465c-b5f5-7c5bcda7ce5e", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-9c7ffc19-adf1-465c-b5f5-7c5bcda7ce5e" }, { "name": "search", "item": [ { "name": "Search scopes", "id": "eb34d0e0-4749-4c6e-a624-6d85d7f6ddaf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"name\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"create_time\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`, `update_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "id": "a08e7443-fe3b-4950-97ab-5f2dbb93af7f", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint returns a paginated list of access-management scopes matching the specified filter conditions." }, "response": [ { "id": "929a9920-0412-4246-af37-9ba4a215adef", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"name\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"create_time\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`, `update_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n },\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n }\n ],\n \"metadata\": {\n \"limit\": \"\",\n \"next_cursor\": \"\",\n \"previous_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-929a9920-0412-4246-af37-9ba4a215adef" }, { "id": "58cd5d48-4240-477f-aade-dd905f867c1a", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"name\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"create_time\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`, `update_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-58cd5d48-4240-477f-aade-dd905f867c1a" }, { "id": "5e44d796-36a7-4a4b-bd0c-606f7cf5bb2b", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"name\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"create_time\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`, `update_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-5e44d796-36a7-4a4b-bd0c-606f7cf5bb2b" }, { "id": "ba56b563-a943-470c-82d9-6be7b2044e45", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"name\"\n },\n {\n \"operator\": \"lt\",\n \"value\": [],\n \"field\": \"create_time\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`, `create_time`, `update_time`. Default: `create_time:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-ba56b563-a943-470c-82d9-6be7b2044e45" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-eb34d0e0-4749-4c6e-a624-6d85d7f6ddaf" } ], "id": "e0b6f96d-770e-435a-868a-d16e59c5f365", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-e0b6f96d-770e-435a-868a-d16e59c5f365" }, { "name": "Create a scope", "id": "2e93eaeb-f39a-451e-81d1-b73dc7a9961a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes" ], "variable": [ { "id": "5bdbee2d-7bc0-4da4-ba4f-e1542f0cfd04", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint root creates a new access-management scope with the specified name, description, and resource filters." }, "response": [ { "id": "281ab20a-8af9-44fa-a8ae-d8e10c8bb3f7", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes" ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n },\n {\n \"create_time\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"update_time\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-281ab20a-8af9-44fa-a8ae-d8e10c8bb3f7" }, { "id": "5ec64d47-236c-440e-b60b-3907ac2e0689", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-5ec64d47-236c-440e-b60b-3907ac2e0689" }, { "id": "14b5605d-3a00-484f-93a2-9433b4f8eb25", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-14b5605d-3a00-484f-93a2-9433b4f8eb25" }, { "id": "bbaf036b-6a0e-4586-8cf9-341078728ec5", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"resource_filters\": [\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n },\n {\n \"attribute\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/scopes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "scopes" ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-bbaf036b-6a0e-4586-8cf9-341078728ec5" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-2e93eaeb-f39a-451e-81d1-b73dc7a9961a" } ], "id": "fa3b8b4e-daa2-48f6-8f2c-cac4c8fab100", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-fa3b8b4e-daa2-48f6-8f2c-cac4c8fab100" }, { "name": "roles", "item": [ { "name": "{role-id}", "item": [ { "name": "Get a role", "id": "462b5674-d097-4ea1-9373-477f80b4499c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "id": "9df90473-bb19-4ec4-b895-dc54a156f3b4", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." }, { "id": "76285a3c-fdd4-4104-bb20-12eb797e69b5", "key": "role-id", "value": "", "description": "(Required) The unique identifier for the role." } ] }, "description": "A GET request sent to the endpoint root followed by a unique identifier returns detailed information about a specific access-management role." }, "response": [ { "id": "98217166-a288-4b88-87bf-d8a3ce972bca", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "key": "organization-id" }, { "key": "role-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"based_on_role_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"type\": \"Persona\"\n },\n {\n \"based_on_role_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"type\": \"Feature\"\n }\n ]\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-98217166-a288-4b88-87bf-d8a3ce972bca" }, { "id": "167e9763-d9cc-40fb-8182-3a228c61ae81", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "key": "organization-id" }, { "key": "role-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-167e9763-d9cc-40fb-8182-3a228c61ae81" }, { "id": "27baff66-ae41-4e74-b8cd-e1f2d1760aac", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "key": "organization-id" }, { "key": "role-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-27baff66-ae41-4e74-b8cd-e1f2d1760aac" }, { "id": "dba997e2-04d9-4560-a030-9ee48ce535e3", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "key": "organization-id" }, { "key": "role-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-dba997e2-04d9-4560-a030-9ee48ce535e3" }, { "id": "ef33bb6a-c6ad-4d10-be61-51887d37f54d", "name": "Rate Limit Exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/:role-id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", ":role-id" ], "variable": [ { "key": "organization-id" }, { "key": "role-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-ef33bb6a-c6ad-4d10-be61-51887d37f54d" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-462b5674-d097-4ea1-9373-477f80b4499c" } ], "id": "28390361-cc23-4c72-aea9-085dc3518b09", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-28390361-cc23-4c72-aea9-085dc3518b09" }, { "name": "search", "item": [ { "name": "Search roles", "id": "d5c63a4a-dd20-480e-92be-c958ad4f5523", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"type\"\n },\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"type\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`. Default: `name:asc`.", "key": "sort", "value": "" } ], "variable": [ { "id": "0e43c5ff-668b-44b5-96e1-ba88db547a66", "key": "organization-id", "value": "", "description": "(Required) The unique identifier for the Upwind organization." } ] }, "description": "A POST request sent to the endpoint returns a paginated list of access-management roles matching the specified filter conditions." }, "response": [ { "id": "429ced1c-f711-4624-a8c0-c345c5ad4cda", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"type\"\n },\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"type\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`. Default: `name:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"Feature\"\n },\n {\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"Feature\"\n }\n ],\n \"metadata\": {\n \"limit\": \"\",\n \"next_cursor\": \"\",\n \"previous_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-429ced1c-f711-4624-a8c0-c345c5ad4cda" }, { "id": "c9e6cf85-237b-4f2c-93de-e5c87386d379", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"type\"\n },\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"type\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`. Default: `name:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-c9e6cf85-237b-4f2c-93de-e5c87386d379" }, { "id": "cb6fcbae-ae3a-4ff2-92d2-b0d7f4874c4d", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"type\"\n },\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"type\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`. Default: `name:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-cb6fcbae-ae3a-4ff2-92d2-b0d7f4874c4d" }, { "id": "ce24a933-487b-4591-a0ae-9e3e204ee3ee", "name": "Rate Limit Exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"conditions\": [\n {\n \"operator\": \"eq\",\n \"value\": [],\n \"field\": \"type\"\n },\n {\n \"operator\": \"in\",\n \"value\": [],\n \"field\": \"type\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/organizations/:organization-id/access-management/roles/search?limit=50&cursor=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "organizations", ":organization-id", "access-management", "roles", "search" ], "query": [ { "description": "Specifies the maximum number of items to be returned.", "key": "limit", "value": "50" }, { "description": "A cursor for pagination to retrieve the next set of results.", "key": "cursor", "value": "" }, { "description": "Sort results by one or more fields. Format: `field` or `field:asc` or `field:desc`. Multiple fields: `field1,field2:desc`. Allowed fields: `name`. Default: `name:asc`.", "key": "sort", "value": "" } ], "variable": [ { "key": "organization-id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-ce24a933-487b-4591-a0ae-9e3e204ee3ee" } ], "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-d5c63a4a-dd20-480e-92be-c958ad4f5523" } ], "id": "40d057b8-12b4-4f68-8cf2-312dfd7fd566", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-40d057b8-12b4-4f68-8cf2-312dfd7fd566" } ], "id": "354a1859-5f7e-4a79-8310-63d6972d8938", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-354a1859-5f7e-4a79-8310-63d6972d8938" } ], "id": "89fb2541-db6b-48b3-a5f2-e4172ed8c1bc", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-89fb2541-db6b-48b3-a5f2-e4172ed8c1bc" } ], "id": "61f7e2af-5f9b-4321-b95f-e0e7dceeb75f", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-61f7e2af-5f9b-4321-b95f-e0e7dceeb75f" } ], "id": "191d2499-0b4e-4137-b035-880f209b72a3", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-191d2499-0b4e-4137-b035-880f209b72a3" } ], "id": "446c8c85-efab-4991-8ed5-5bfc34d40b8b", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:11.000Z", "uid": "35240-446c8c85-efab-4991-8ed5-5bfc34d40b8b" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.upwind.io/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.upwind.io" } ] }