{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Incoming Webhooks API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Incoming Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/webhooks" }, "docs": "Returns the list of all webhooks associated with the current account." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Internal identifier of a webhook or comma separated list of webhooks IDs" } ] }, "docs": "Returns webhooks(s) with the specified id(s)." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.ringcentral.com/team-messaging/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Internal identifier of a webhook" } ] }, "docs": "Deletes a webhook by ID." }, { "info": { "name": "Activate Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/webhooks/:webhookId/activate", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Internal identifier of a webhook" } ] }, "docs": "Activates a webhook by ID." }, { "info": { "name": "Suspend Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/webhooks/:webhookId/suspend", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Internal identifier of a webhook" } ] }, "docs": "Suspends a webhook by ID." }, { "info": { "name": "List Webhooks in Group", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/groups/:groupId/webhooks", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Internal identifier of a group" } ] }, "docs": "Returns webhooks which are available for the current user by group ID." }, { "info": { "name": "Create Webhook in Group", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/groups/:groupId/webhooks", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Internal identifier of a group" } ] }, "docs": "Creates a new webhook." } ] } ], "bundled": true }