{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Bucket SSL Certificate API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bucket SSL Certificate", "type": "folder" }, "items": [ { "info": { "name": "Get Bucket SSL Certificate", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/buckets/:bucketName/ssl_certificate", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "The name of the bucket" } ] }, "docs": "Returns the stored certificate detail of a bucket, if applicable." }, { "info": { "name": "Add SSL Certificate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telnyx.com/v2/storage/buckets/:bucketName/ssl_certificate", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "The name of the bucket" } ], "body": { "type": "multipart-form", "data": [ { "name": "certificate", "type": "text", "value": "" }, { "name": "private_key", "type": "text", "value": "" } ] } }, "docs": "Uploads an SSL certificate and its matching secret so that you can use Telnyx's storage as your CDN." }, { "info": { "name": "Remove SSL Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/storage/buckets/:bucketName/ssl_certificate", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "Bucket Name" } ] }, "docs": "Deletes an SSL certificate and its matching secret." } ] } ], "bundled": true }