openapi: 3.0.3 info: title: RingCentral Adaptive Cards API Info API description: RingCentral API specification version: 1.0.58-20240529-47eda8bd contact: name: RingCentral Developers Support url: https://developers.ringcentral.com/support termsOfService: https://www.ringcentral.com/legal/apilitos.html license: name: RingCentral API License Agreement url: https://www.ringcentral.com/legal/apilitos.html servers: - url: https://platform.ringcentral.com description: Production API entry point - url: https://media.ringcentral.com description: Production Media entry point - url: https://platform.devtest.ringcentral.com description: Developer sandbox API entry point - url: https://platform.devtest.ringcentral.com description: Developer sandbox Media entry point security: - OAuth2: [] tags: - name: API Info paths: /restapi: get: tags: - API Info summary: Get API Versions description: Returns current API version(s) and server info. operationId: readAPIVersions responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/ApiVersionsList' x-availability: High x-throttling-group: NoThrottling /restapi/{apiVersion}: get: tags: - API Info summary: Get Version Info description: Returns current API version info by apiVersion. operationId: readAPIVersion parameters: - name: apiVersion in: path description: API version to be requested, for example 'v1.0' required: true schema: type: string responses: '200': description: API Version content: application/json: schema: $ref: '#/components/schemas/ApiVersionInfo' x-availability: High x-throttling-group: NoThrottling components: schemas: ApiVersionsList: type: object properties: uri: type: string format: uri description: Canonical URI of the API version apiVersions: type: array description: 'Full API version information: uri, number, release date' items: $ref: '#/components/schemas/ApiVersionInfo' serverVersion: type: string description: Server version serverRevision: type: string description: Server revision example: uri: https://platform.ringcentral.com/restapi apiVersions: - uri: https://platform.ringcentral.com/restapi/v1.0 versionString: 1.0.34 releaseDate: '2018-02-09T00:00:00.000Z' uriString: v1.0 serverVersion: 10.0.4.7854 serverRevision: 32f2a96b769c ApiVersionInfo: type: object properties: uri: type: string format: uri description: Canonical URI of API version versionString: type: string description: Version of the RingCentral REST API releaseDate: type: string format: date-time description: Release date of this version uriString: type: string description: URI part determining the current version example: uri: https://platform.ringcentral.com/restapi/v1.0 versionString: 1.0.34 releaseDate: '2018-02-09T00:00:00.000Z' uriString: v1.0 securitySchemes: OAuth2: type: oauth2 flows: authorizationCode: authorizationUrl: https://platform.ringcentral.com/restapi/oauth/authorize tokenUrl: https://platform.ringcentral.com/restapi/oauth/token refreshUrl: https://platform.ringcentral.com/restapi/oauth/token scopes: {} x-tagGroups: - name: Voice popular: true tags: - Business Hours - Call Blocking - Call Control - Call Forwarding - Call Handling Rules - Interaction Rules - State-based Rules - Call Flip - Call Log - Call History - Call Log Export - Call Monitoring Groups - Call Queues - Call Recordings - Call Recording Settings - Device SIP Registration - Greetings - IVR - RingOut - Verification Calls - name: SMS and Fax popular: true tags: - Fax - Message Exports - Message Store - Pager Messages - SMS - High Volume SMS - SMS Log Export - SMS Templates - Voicemail Broadcasting - name: Social Messaging popular: true tags: - Identities - Contents - name: Team Messaging popular: true tags: - Adaptive Cards - Bots - Calendar Events - Chats - Conversations - Compliance Exports - Contacts - Incoming Webhooks - Notes - Posts - Profile - Tasks - Teams - name: Video popular: true tags: - Bridge Management - Delegation Management - Meetings History - Meeting Recordings - RCM Meetings (Legacy) - RCM Webinars (Legacy) - name: Webinar popular: true tags: - Webinars and Sessions - Invitees - Historical Webinars - Historical Recordings - Registration Management - Registrants - Webinar Analytics - Webinar Subscriptions - name: Analytics popular: true tags: - Business Analytics - name: Artificial Intelligence popular: true tags: - Insights - Audio - Text - Status - name: Authentication tags: - OAuth 2.0 / OpenID Connect - Interoperability - name: Account tags: - Company - Custom Fields - Features - Licenses - Tax Locations - Cost Centers - Multi-Site - Phone Numbers - Presence - Regional Settings - User Permissions - User Settings - Audit Trail - Calling Rates - Appearance Customization - Account Integrations - name: Provisioning tags: - Automatic Location Updates - Devices - Extensions - Paging Only Groups - Park Locations - Phone Lines - SCIM - Shared Lines - Group Call Pickup - Delegated Lines Groups - Directed Call Pickup - IVR Apps - Video Configuration - Number Porting - SMB - Account Federation - Integrations - Enterprise Portal API - Push to Talk Provisioning - BYOC - name: Address Book tags: - External Contacts - Internal Contacts - Hybrid Directory Contacts - Overlay Contacts - External Shared Directory - name: Roles and Permissions tags: - Permissions - Role Management - Site Administration - User Groups - name: Events & Notifications tags: - Subscriptions - name: User Integrations tags: - Token Management - Calendar Management - Calendar Event Management - Calendar Presence Link - Cloud Personal Contacts - Cloud Shared Contacts - Cloud Directory - Deprecated Calendar API - name: Rooms tags: - Rooms Client API - Rooms Management API - name: App Management tags: - App Gallery - App Rating Review - Bot Provisioning - name: Workflow Builder tags: - Flows - Flow Editor - Flow Log - Flow Templates - name: Utilities tags: - API Info - Application Settings - Async Tasks - User Notifications - Client Versions - End-to-End Encryption