{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Fax 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": "Fax", "type": "folder" }, "items": [ { "info": { "name": "Create Fax Message", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/extension/:extensionId/fax", "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" }, { "name": "extensionId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral extension/user\n(can be set to \"~\" to indicate that the extension associated with current authorization session should be used)\n" } ], "body": { "type": "multipart-form", "data": [ { "name": "attachment", "type": "text", "value": "" }, { "name": "faxResolution", "type": "text", "value": "" }, { "name": "to", "type": "text", "value": "" }, { "name": "sendTime", "type": "text", "value": "" }, { "name": "isoCode", "type": "text", "value": "" }, { "name": "coverIndex", "type": "text", "value": "" }, { "name": "coverPageText", "type": "text", "value": "" } ] } }, "docs": "Creates and sends/re-sends a fax message. Re-send can be implemented\nif sending has failed. Fax attachment size (both single and total) is\nlimited to 50Mb.\n" }, { "info": { "name": "List Fax Cover Pages", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/fax-cover-page", "params": [ { "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 fax cover pages available for the current extension." } ] } ], "bundled": true }