List available WordPress versions
Lists the WordPress core versions available for installation on an Agency Plan website.
Lists the WordPress core versions available for installation on an Agency Plan website.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
website_uidstringRequiredExample:
Agency Plan website UID
zpwlGlp19Responses
200
Success response
application/json
versionstringOptionalExample:
WordPress core version.
6.5.5401
Unauthenticated response
application/json
500
Error response
application/json
get/api/agency-hosting/v1/websites/{website_uid}/wordpress/settings/versions
GET /api/agency-hosting/v1/websites/{website_uid}/wordpress/settings/versions HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"version": "6.5.5"
}
]Last updated
Was this helpful?