Domains
Create domain
Connect a supported customer-owned subdomain to a project.
POST
/api/v1/projects/{projectID}/domainsAuthentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
hostnamehostnamerequiredBodyThe lowercase customer-owned subdomain to connect.
Responses
201The pending domain and its DNS instructions.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.
409The request conflicts with the current resource state.
503The required provider or service is not configured or available.