Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.91 KB

domains.md

File metadata and controls

60 lines (42 loc) · 1.91 KB

import OpenApiEndpoint from "@site/src/components/OpenApiEndpoint";

Domains

Custom domains can be used to give your deployments a unique URL.

List an organization's domains

Get a list of domains associated with an organization. Links to the first, last, next, and previous pages of results are found in the Link  header of the response.

Add a domain to an organization

Add a new domain to the specified organization. Before use, added domain needs to be verified, and TLS certificates for the domain need to be provisioned.

Get a domain by ID

Get metadata about a domain by the given ID.

Associate a domain with a deployment

With this API endpoint, you can associate or disassociate a domain with a deployment. Domain association is required in order to serve the deployment on the domain.

Delete a domain

Delete a domain by the given ID.

Verify a domain

This API endpoint triggers the ownership verification of a domain. It should be called after necessary DNS records are properly set up.

Upload TLS certificate for a domain

Upload TLS certificates for your domain.

Provision TLS certificates for a domain

Provision TLS certificates for your domain.