{"info":{"_postman_id":"a4a1abe7-5a88-1c67-8d69-b5686288c557","name":"LaunchCDN API","description":"<html><head></head><body><p>The LaunchCDN API makes it easy for you to deploy domains, and get information about the domains in your account.</p>\n<p>API access is available to all customers.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8992709","collectionId":"a4a1abe7-5a88-1c67-8d69-b5686288c557","publishedId":"SVtPZXFH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-03T08:33:01.000Z"},"item":[{"name":"Test Connection","item":[{"name":"https://api.launchcdn.com/v1/testconnection/","id":"826969c8-f5df-4ac1-a18b-62ee8bc4e777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","type":"text","value":"1001"},{"key":"auth","type":"text","value":"authkey"}]},"url":"https://api.launchcdn.com/v1/testconnection/","description":"<p>Test API credentials to see if they work. Useful if you're developing an integration for multiple end users who will supply their own API credentials.</p>\n","urlObject":{"protocol":"https","path":["v1","testconnection",""],"host":["api","launchcdn","com"],"query":[],"variable":[]}},"response":[{"id":"511c122e-5e28-4c0e-97f1-4db4e8b916d5","name":"Failed Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","type":"text","value":"1001"},{"key":"auth","type":"text","value":"authkey"}]},"url":"https://api.launchcdn.com/v1/testconnection/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"message\": \"Auth values not valid.\"\n}"},{"id":"a4c3c9ff-934e-4ad4-9e99-6ab5463e7d85","name":"Successful Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"}]},"url":"https://api.launchcdn.com/v1/testconnection/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api.launchcdn.com","path":"/","secure":false,"value":"1a596d9a91a3f09d3cecd3a9cb170f51","key":"SPSI"}],"responseTime":null,"body":"{\n    \"result\": \"success\",\n    \"message\": \"Successfully authenticated\"\n}"}],"_postman_id":"826969c8-f5df-4ac1-a18b-62ee8bc4e777"}],"id":"8eda09ad-5240-40e4-bac7-e7680fd8cb3b","_postman_id":"8eda09ad-5240-40e4-bac7-e7680fd8cb3b","description":""},{"name":"Deploy Domains","item":[{"name":"https://api.launchcdn.com/v1/deploy/","id":"9bf72b83-8606-2a33-6510-67a25d83b8cb","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","description":"<p>User ID from customer's LaunchCDN Account</p>\n"},{"key":"auth","value":"authkey","description":"<p>API Auth Key from customer's LaunchCDN Account</p>\n"},{"key":"domain","value":"supportexample.com","description":"<p>Domain Name to deploy</p>\n"},{"key":"type","value":"wordpress","description":"<p>Please send either \"static\" or \"wordpress\" for this field.</p>\n"},{"key":"protocol","value":"3","description":"<p>Please send a value of 1-4 for this field. Note that not all CDNs support HTTPS, so you will receive an error if you select that for a CDN that is unsupported.<br />\n1 - http://<br />\n2 - <a href=\"http://www\">http://www</a>.<br />\n3 - https://<br />\n4 - <a href=\"https://www\">https://www</a>.</p>\n"},{"key":"cdnprovider","value":"cloudflare","description":"<p>Please send one of the following CDN providers:<br />\namazon - Amazon CloudFront<br />\ncloudflare - Cloudflare<br />\nonapp - OnApp<br />\nbunnycdn - Bunny.net</p>\n"},{"key":"wpuser","value":"jason","description":"<p>WordPress Username - only required for WordPress sites</p>\n"},{"key":"wppass","value":"FDSAbj2bfdsaj2!","description":"<p>WordPress Password - only required for WordPress sites</p>\n"},{"key":"wpsitename","value":"Jason's Support Example","description":"<p>WordPress Site Name - only required for WordPress sites</p>\n"},{"key":"wpsitedesc","value":"Not just another WordPress blog","description":"<p>WordPress Site Description - only required for WordPress sites</p>\n"},{"key":"mxoption","value":"forward","description":"<p>Please send one of the following values:<br />\nforward - E-mail Forwarding<br />\nfastmail - Fastmail MX Records<br />\nzoho - Zoho MX Records<br />\nprotonmail - ProtomMail MX Records<br />\nrunbox - Runbox MX Records<br />\nyandex - Yandex MX Records</p>\n"},{"key":"mxuser","value":"jason","description":"<p>For e-mail forwarding only, please send the username that will be used for forwarding</p>\n"},{"key":"mxtarget","value":"user@supportexample.com","description":"<p>For e-mail forwarding only, please send the target email address for email forwarding</p>\n"}]},"url":"https://api.launchcdn.com/v1/deploy/","description":"<p>Deploy a new domain to your account.</p>\n","urlObject":{"protocol":"https","path":["v1","deploy",""],"host":["api","launchcdn","com"],"query":[],"variable":[]}},"response":[{"id":"2e6c96f2-6af9-68f3-4c1f-622a79484e4a","name":"Successful Deployment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","description":"User ID from customer's LaunchCDN Account"},{"key":"auth","value":"authkey","description":"API Auth Key from customer's LaunchCDN Account"},{"key":"domain","value":"supportexample.com","description":"Domain Name to deploy"},{"key":"type","value":"wordpress","description":"Please send either \"static\" or \"wordpress\" for this field."},{"key":"protocol","value":"3","description":"Please send a value of 1-4 for this field. Note that not all CDNs support HTTPS, so you will receive an error if you select that for a CDN that is unsupported.<br>\n1 - http://<br>\n2 - http://www.<br>\n3 - https://<br>\n4 - https://www."},{"key":"cdnprovider","value":"cloudflare","description":"Please send one of the following CDN names:<br>\namazon - Amazon CloudFront<br>\ncloudflare - Cloudflare<br>\ncdnnet - CDN.Net<br>\nbunnycdn - BunnyCDN<br>\nverizon - Verizon EdgeCast<br>\nstackpathv2 - StackPath<br>\nbitmitigate - BitMitigate<br>\nbelugacdn - BelugaCDN"},{"key":"wpuser","value":"jason","description":"WordPress Username - only required for WordPress sites"},{"key":"wppass","value":"FDSAbj2bfdsaj2!","description":"WordPress Password - only required for WordPress sites"},{"key":"wpsitename","value":"Jason's Support Example","description":"WordPress Site Name - only required for WordPress sites"},{"key":"wpsitedesc","value":"Not just another WordPress blog","description":"WordPress Site Description - only required for WordPress sites"},{"key":"mxoption","value":"forward","description":"Please send one of the following values:<br>\nforward - E-mail Forwarding<br>\nfastmail - Fastmail MX Records<br>\nzoho - Zoho MX Records<br>\nprotonmail - ProtomMail MX Records<br>\nrunbox - Runbox MX Records<br>\nyandex - Yandex MX Records"},{"key":"mxuser","value":"jason","description":"For e-mail forwarding only, please send the username that will be used for forwarding"},{"key":"mxtarget","value":"user@supportexample.com","description":"For e-mail forwarding only, please send the target email address for email forwarding"}]},"url":"https://api.launchcdn.com/v1/deploy/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api.launchcdn.com","path":"/","secure":false,"value":"1a596d9a91a3f09d3cecd3a9cb170f51","key":"SPSI"}],"responseTime":"1282","body":"{\n    \"result\": \"success\",\n}"},{"id":"a1147b91-e5c8-d210-e88f-d4fd5424a1ec","name":"Failed Deployment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","description":"User ID from customer's LaunchCDN Account"},{"key":"auth","value":"authkey","description":"API Auth Key from customer's LaunchCDN Account"},{"key":"domain","value":"supportexample.com","description":"Domain Name to deploy"},{"key":"type","value":"wordpress","description":"Please send either \"static\" or \"wordpress\" for this field."},{"key":"protocol","value":"3","description":"Please send a value of 1-4 for this field. Note that not all CDNs support HTTPS, so you will receive an error if you select that for a CDN that is unsupported.<br>\n1 - http:// <br>\n2 - http://www.<br>\n3 - https://<br>\n4 - https://www."},{"key":"cdnprovider","value":"cloudflare","description":"Please send one of the following CDN names:<br>\namazon - Amazon CloudFront<br>\ncloudflare - Cloudflare<br>\ncdnnet - CDN.Net<br>\nbunnycdn - BunnyCDN<br>\nverizon - Verizon EdgeCast<br>\nstackpathv2 - StackPath<br>"},{"key":"wpuser","value":"jason","description":"WordPress Username - only required for WordPress sites"},{"key":"wppass","value":"FDSAbj2bfdsaj2!","description":"WordPress Password - only required for WordPress sites"},{"key":"wpsitename","value":"Jason's Support Example","description":"WordPress Site Name - only required for WordPress sites"},{"key":"wpsitedesc","value":"Not just another WordPress blog","description":"WordPress Site Description - only required for WordPress sites"},{"key":"mxoption","value":"forward","description":"Please send one of the following values:<br>\nforward - E-mail Forwarding<br>\nfastmail - Fastmail MX Records<br>\nzoho - Zoho MX Records<br>\nprotonmail - ProtomMail MX Records<br>\nrunbox - Runbox MX Records<br>\nyandex - Yandex MX Records<br>"},{"key":"mxuser","value":"jason","description":"For e-mail forwarding only, please send the username that will be used for forwarding"},{"key":"mxtarget","value":"user@supportexample.com","description":"For e-mail forwarding only, please send the target email address for email forwarding"}]},"url":"https://api.launchcdn.com/v1/deploy/"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":"0","body":"{\n  \"result\": \"error\",\n  \"message\": \"Error message that can be displayed to customer.\"\n}"}],"_postman_id":"9bf72b83-8606-2a33-6510-67a25d83b8cb"}],"id":"b6fb007e-90e8-cd6c-05cd-45861ff41581","_postman_id":"b6fb007e-90e8-cd6c-05cd-45861ff41581","description":""},{"name":"Get Domain Info","item":[{"name":"https://api.launchcdn.com/v1/getsingledomain/","id":"bf60b615-343f-af20-1455-f37c104749ba","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"},{"key":"domain","value":"supportexample.com","type":"text"}]},"url":"https://api.launchcdn.com/v1/getsingledomain/","description":"<p>Get details about a single domain in your account.</p>\n","urlObject":{"protocol":"https","path":["v1","getsingledomain",""],"host":["api","launchcdn","com"],"query":[],"variable":[]}},"response":[{"id":"3bfc980e-3db8-9529-ac1a-223469cf3603","name":"Successful Request for WordPress Site","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"},{"key":"domain","value":"supportexample.com","type":"text"}]},"url":"https://api.launchcdn.com/v1/getsingledomain/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api.launchcdn.com","path":"/","secure":false,"value":"1a596d9a91a3f09d3cecd3a9cb170f51","key":"SPSI"}],"responseTime":"1648","body":"{\n    \"result\": \"success\",\n    \"data\": {\n        \"domain\": \"supportexample.com\",\n        \"hosting_type\": \"wordpress\",\n        \"username\": \"jason\",\n        \"password\": \"FDSAbj2bfdsaj2!\",\n        \"nameservers\": [\n            \"perry.ns.cloudflare.com\",\n            \"dew.ns.cloudflare.com\"\n        ],\n      \"ftpserver\": \"ftp.serverhost.net\",\n      \"ftpusername\": \"supportex\",\n      \"ftppassword\": \"AJteSTk4UIAUAysqjc3to\",    }\n}"},{"id":"89ab0367-2079-767e-79ff-6ef53473d882","name":"Successful Request for Static Site","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"},{"key":"domain","value":"supportexample.com","type":"text"}]},"url":"https://api.launchcdn.com/v1/getsingledomain/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api.launchcdn.com","path":"/","secure":false,"value":"1a596d9a91a3f09d3cecd3a9cb170f51","key":"SPSI"}],"responseTime":"1549","body":"{\n    \"result\": \"success\",\n    \"data\": {\n        \"domain\": \"supportexample.com\",\n        \"hosting_type\": \"static\",\n        \"ftpserver\": \"ftp.serverhost.net\",\n        \"username\": \"etohumck\",\n        \"password\": \"gg9E6k#*nJ20QP\",\n        \"nameservers\": [\n            \"perry.ns.cloudflare.com\",\n            \"dew.ns.cloudflare.com\"\n        ]\n    }\n}"}],"_postman_id":"bf60b615-343f-af20-1455-f37c104749ba"},{"name":"https://api.launchcdn.com/v1/getalldomains/","id":"59ca7f68-f430-fc7e-0761-c1998f822e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"}]},"url":"https://api.launchcdn.com/v1/getalldomains/","description":"<p>Get a list of all domains hosted in an account.</p>\n","urlObject":{"protocol":"https","path":["v1","getalldomains",""],"host":["api","launchcdn","com"],"query":[],"variable":[]}},"response":[{"id":"88a81001-c462-493e-af79-e7fc466dc2f6","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"}]},"url":"https://api.launchcdn.com/v1/getalldomains/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"result\": \"success\",\n  \"results\": 2,\n  \"data\": [\n    {\n      \"domain\": \"staticexample.com\",\n      \"hosting_type\": \"static\",\n      \"serverhostname\": \"ftp.serverhost.net\",\n      \"username\": \"staticexa\",\n      \"password\": \"Tk4UIAc3toAJteSqjUAys\",\n      \"nameservers\": [\n        \"dns1.pointhq.com\",\n        \"dns2.pointhq.com\",\n        \"dns3.pointhq.com\"\n      ]\n    },\n    {\n      \"domain\": \"wordpressexample.com\",\n      \"hosting_type\": \"wordpress\",\n      \"username\": \"WordPress User\",\n      \"password\": \"*N#1PHUm*p%fV)G3RC\",\n      \"nameservers\": [\n        \"perry.ns.cloudflare.com\",\n        \"dew.ns.cloudflare.com\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"59ca7f68-f430-fc7e-0761-c1998f822e99"}],"id":"875bd355-2e30-83da-5d4b-82bd4b8e5acb","_postman_id":"875bd355-2e30-83da-5d4b-82bd4b8e5acb","description":""},{"name":"Get WordPress Admin Link","item":[{"name":"https://api.launchcdn.com/v1/loginlink/","id":"109b3f2f-c225-4c05-a048-d117918972b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"},{"key":"domain","value":"supportexample.com","type":"text"}]},"url":"https://api.launchcdn.com/v1/loginlink/","urlObject":{"protocol":"https","path":["v1","loginlink",""],"host":["api","launchcdn","com"],"query":[],"variable":[]}},"response":[{"id":"70603103-5b7a-4d5c-b98f-37892e9d9deb","name":"Successful Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"1001","type":"text"},{"key":"auth","value":"authkey","type":"text"},{"key":"domain","value":"supportexample.com","type":"text"}]},"url":"https://api.launchcdn.com/v1/loginlink/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\",\n    \"sign_on_url\": \"https://www.supportexample.com/special-login-link\",\n}"}],"_postman_id":"109b3f2f-c225-4c05-a048-d117918972b1"}],"id":"df77e1fb-2007-4417-adf1-75066d0420b9","description":"<p>Save time and get a WordPress admin link to directly login to your site.</p>\n","_postman_id":"df77e1fb-2007-4417-adf1-75066d0420b9"}]}