{ "opencollection": "1.0.0", "info": { "name": "RingCentral Events Bank Questions Registrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Registrations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the list of registrations for an Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/events/:eventId/registrations", "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 the list of registrations for an Event" }, { "info": { "name": "Create a registration for event", "type": "http" }, "http": { "method": "POST", "url": "https://api.events.ringcentral.com/v1/events/:eventId/registrations", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "eventId identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "You can only update \\`metadata\\` for Registrations" }, { "info": { "name": "Retrieve registration details", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/registrations/:registrationId", "params": [ { "name": "registrationId", "value": "", "type": "path", "description": "registrationId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve registration details" }, { "info": { "name": "Update registration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.events.ringcentral.com/v1/registrations/:registrationId", "params": [ { "name": "registrationId", "value": "", "type": "path", "description": "registrationId identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "You can only update \\`metadata\\` for Registrations" } ] } ], "bundled": true }