v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
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

website_uidstring nullable

UID of the website created by the setup, available once provisioning completes

status'running' | 'completed'

Website setup status

Example response

{
  "website_uid": "zpwlGlp19",
  "status": "running"
}