{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Company 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": "Company", "type": "folder" }, "items": [ { "info": { "name": "Get Account Info", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v2/accounts/:accountId", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ] }, "docs": "Returns basic information about particular RingCentral account" }, { "info": { "name": "Send/Resend Welcome Email", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v2/accounts/:accountId/send-welcome-email", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends/resends welcome email to the system user of confirmed account" }, { "info": { "name": "Send/Resend Activation Email", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v2/accounts/:accountId/send-activation-email", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ] }, "docs": "Sends/resends activation email to the system user of unconfirmed account." }, { "info": { "name": "Get Account Info", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ] }, "docs": "Returns basic information about a particular RingCentral customer account.\n" }, { "info": { "name": "Get Account Service Info", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/service-info", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ] }, "docs": "Returns the information about service plan, available features\nand limitations for a particular RingCentral customer account.\n" }, { "info": { "name": "Get Account Business Address", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/business-address", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ] }, "docs": "Returns business address of a company.\n" }, { "info": { "name": "Update Company Business Address", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/business-address", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the business address of a company that account is linked\nto.\n" }, { "info": { "name": "List Contracted Countries", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/brand/:brandId/contracted-country", "params": [ { "name": "brandId", "value": "", "type": "path" } ] }, "docs": "Returns the list of contracted countries for the given brand." }, { "info": { "name": "List Domestic Countries", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/brand/:brandId/contracted-country/:contractedCountryId", "params": [ { "name": "brandId", "value": "", "type": "path", "description": "Internal identifier of a brand" }, { "name": "contractedCountryId", "value": "", "type": "path", "description": "Internal identifier of a country" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" } ] }, "docs": "Returns the list of domestic countries for account contracted country and brand.\n" } ] } ], "bundled": true }