Agency Hosting: Website Setups
Get Agency Plan website setup status
Returns the current status of an Agency Plan website setup started via the setups endpoint.
Poll this endpoint using the setup_uuid returned from the provisioning request until status becomes completed, at which point website_uid identifies the new website.
get/api/agency-hosting/v1/orders/{order_id}/websites/setups/{setup_uuid}
Path parameters
order_idinteger required
Example:123456
Agency Plan order ID
setup_uuidstring uuid required
Example:0193b6d4-fabb-70e0-8ea4-cfe060a45898
Website setup UUID
Response
Success response
Example response
{
"website_uid": "zpwlGlp19",
"status": "running"
}