{ "opencollection": "1.0.0", "info": { "name": "batches organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/organizations", "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the list of organizations." }, { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/organizations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create an organization." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "10229182", "type": "path", "description": "Unique identifier of the organization." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the details of an organization." }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "10229182", "type": "path", "description": "Unique identifier of the organization." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update the details of an organization." } ] } ], "bundled": true }