{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Container Custom Domain API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Container Custom Domain", "type": "folder" }, "items": [ { "info": { "name": "List container custom domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/customDomain", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "List container custom domains" }, { "info": { "name": "Add custom domain to the container.", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/container/:containerId/customDomain", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a custom domain to this container in order not to use qovery autogenerated domain" }, { "info": { "name": "Edit a Custom Domain", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/container/:containerId/customDomain/:customDomainId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container 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/container/:containerId/customDomain/:customDomainId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container 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/container/:containerId/customDomain/:customDomainId/status", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ] }, "docs": "Get Custom Domain status" }, { "info": { "name": "Check Container Custom Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/checkCustomDomain", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "Check Container Custom Domain" } ] } ], "bundled": true }