{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Device SIP Registration 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": "Device SIP Registration", "type": "folder" }, "items": [ { "info": { "name": "Register Device", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/client-info/sip-provision", "body": { "type": "json", "data": "{}" } }, "docs": "Creates SIP registration of a device/application (WebPhone, Mobile, Softphone).\n" } ] } ], "bundled": true }