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
Example request
{
"domain": "example.com"
}Response
Success empty response
Example response
{
"message": "Request accepted"
}