{ "opencollection": "1.0.0", "info": { "name": "RingCentral Events Bank Questions Organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the list of Organizations property of the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/organizations", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the list of Organizations property of the user" }, { "info": { "name": "Retrieve the details of the Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "organizationId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the details of the Organization" }, { "info": { "name": "Returns the list of the organization's templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/organizations/:organizationId/templates", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the list of the organization's templates" } ] } ], "bundled": true }