{ "opencollection": "1.0.0", "info": { "name": "Zuper REST Assets Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{dc_region}.zuperpro.com/api/organization", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)" }, { "name": "count", "value": "", "type": "query", "description": "Number of records per page (max 1000)" }, { "name": "sort", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of customer organizations." }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://{dc_region}.zuperpro.com/api/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer organization." }, { "info": { "name": "Get Organization Details", "type": "http" }, "http": { "method": "GET", "url": "https://{dc_region}.zuperpro.com/api/organization/:organization_uid", "params": [ { "name": "organization_uid", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific organization." }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PUT", "url": "https://{dc_region}.zuperpro.com/api/organization/:organization_uid", "params": [ { "name": "organization_uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing organization record." }, { "info": { "name": "Delete Organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://{dc_region}.zuperpro.com/api/organization/:organization_uid", "params": [ { "name": "organization_uid", "value": "", "type": "path" } ] }, "docs": "Delete an organization record." } ] } ], "bundled": true }