{ "opencollection": "1.0.0", "info": { "name": "RingCentral Events Bank Questions Tickets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Ticket Types for an Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/events/:eventId/tickets", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "eventId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve Ticket Types for an Event" }, { "info": { "name": "Retrieve Ticket Type Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/tickets/:ticketId", "params": [ { "name": "ticketId", "value": "", "type": "path", "description": "ticketId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve Ticket Type Details" } ] } ], "bundled": true }