Get website setup status
Returns the current status of an Agency Plan website setup started via the setups endpoint.
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.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
order_idintegerRequiredExample:
Agency Plan order ID
123456setup_uuidstring · uuidRequiredExample:
Website setup UUID
0193b6d4-fabb-70e0-8ea4-cfe060a45898Responses
200
Success response
application/json
website_uidstring · nullableOptionalExample:
UID of the website created by the setup, available once provisioning completes
zpwlGlp19statusstring · enumOptionalExample:
Website setup status
runningPossible values: 401
Unauthenticated response
application/json
500
Error response
application/json
get/api/agency-hosting/v1/orders/{order_id}/websites/setups/{setup_uuid}
GET /api/agency-hosting/v1/orders/{order_id}/websites/setups/{setup_uuid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"website_uid": "zpwlGlp19",
"status": "running"
}Last updated
Was this helpful?