{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Application Custom Domain API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Custom Domain", "type": "folder" }, "items": [ { "info": { "name": "List application custom domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/customDomain", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "List application custom domains" }, { "info": { "name": "Add custom domain to the application.", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/customDomain", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a custom domain to this application in order not to use qovery autogenerated domain" }, { "info": { "name": "Edit a Custom Domain", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/application/:applicationId/customDomain/:customDomainId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "To edit a Custom Domain you must have the project user permission" }, { "info": { "name": "Delete a Custom Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/application/:applicationId/customDomain/:customDomainId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ] }, "docs": "To delete an CustomDomain you must have the project user permission" }, { "info": { "name": "Get Custom Domain status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/customDomain/:customDomainId/status", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ] }, "docs": "Get Custom Domain status" }, { "info": { "name": "Check Application Custom Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/checkCustomDomain", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Check Application Custom Domain" } ] } ], "bundled": true }