v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Agency Hosting: Domains

Link domain to Agency Plan website

Links a domain to the specified Agency Plan website so it can serve traffic for that domain.

post/api/agency-hosting/v1/websites/{website_uid}/domains

Path parameters

website_uidstring required
Example:zpwlGlp19

Agency Plan website UID

Request body

domainstring required

Fully qualified domain name to link to the website

Example request

{
  "domain": "example.com"
}

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}