All integrations

Hostinger

DEVELOPER · DEVELOPER

Hosting accounts, WordPress installs, VPS machines, and domains in that account.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

hostinger_delete_api_agency_hosting_v1_websites_by_website_uidWRITE

Permanently deletes an Agency Plan website. Deletion is processed asynchronously: the website is immediately transitioned to a deleting state and the underlying server resources are removed in the background.

api
hostinger_delete_api_agency_hosting_v1_websites_by_website_uid_cacheWRITE

Clears cache for all domains associated with an Agency Plan website, including its preview domain. This operation clears all cache types for the website.

api
hostinger_delete_api_agency_hosting_v1_websites_by_website_uid_cron_jobs_by_uuidWRITE

Permanently deletes the cron job identified by its uuid from an Agency Plan website. The operation is idempotent: deleting a cron job that does not exist succeeds without error.

api
hostinger_delete_api_agency_hosting_v1_websites_by_website_uid_databases_by_database_nameWRITE

Permanently deletes a MySQL database and all its data from an Agency Plan website, including its users. The operation is idempotent: deleting a database that does not exist succeeds without error.

api
hostinger_delete_api_agency_hosting_v1_websites_by_website_uid_databases_by_database_name_users_by_database_user_nameWRITE

Permanently deletes a database user from an Agency Plan website database, revoking all access it had. The operation is idempotent: deleting a user that does not exist succeeds without error.

api
hostinger_delete_api_agency_hosting_v1_websites_by_website_uid_domains_by_domainWRITE

Unlinks a domain from the specified Agency Plan website. The website stops serving traffic on this domain immediately. Website files and database are preserved, and any other linked domains remain accessible. If this is the only domain on the website, unlinking leaves the website without an accessible domain.

api
hostinger_delete_api_billing_v1_payment_methods_by_paymentmethodidWRITE

Delete a payment method from your account. Use this endpoint to remove unused payment methods from user accounts. Changes the account's billing configuration, which affects every subscription that renews against it -- not only the one named here.

api
hostinger_delete_api_billing_v1_subscriptions_by_subscriptionid_auto_renewal_disableWRITE

Disable auto-renewal for a subscription. Use this endpoint when disable auto-renewal for a subscription. Changes the account's billing configuration, which affects every subscription that renews against it -- not only the one named here.

api
hostinger_delete_api_dns_v1_zones_by_domainWRITE

Delete DNS records for the selected domain. To filter which records to delete, add the `name` of the record and `type` to the filter. Multiple filters can be provided with single request. If you have multiple records with the same name and type, and you want to delete only part of them, refer to the `Update zone records` endpoint. Use this endpoint to remove specific DNS records from domains.

api
hostinger_delete_api_domains_v1_forwarding_by_domainWRITE

Delete domain forwarding data. Use this endpoint to remove redirect configuration from domains.

api
hostinger_delete_api_domains_v1_irtp_by_domainWRITE

Cancel a pending IRTP verification. Use this endpoint to back out of a WHOIS change that is stuck waiting on registrant confirmation, for example when the confirmation email cannot be received, without waiting out the 5-day expiry.

api
hostinger_delete_api_domains_v1_move_incoming_by_domainWRITE

Reject an incoming move for a specified domain. The domain stays in the account which initiated the move. Moves you have already accepted cannot be rejected anymore. Use this endpoint to decline a domain you do not want to take over.

api
hostinger_delete_api_domains_v1_move_outgoing_by_domainWRITE

Cancel an outgoing move for a specified domain. The move can only be cancelled while the receiving account has not accepted it yet. The domain stays in your account. Use this endpoint to withdraw a move you no longer want to complete.

api
hostinger_delete_api_domains_v1_portfolio_by_domain_domain_lockWRITE

Disable domain lock for the domain. Domain lock needs to be disabled before transferring the domain to another registrar. Use this endpoint to prepare domains for transfer to other registrars.

api
hostinger_delete_api_domains_v1_portfolio_by_domain_privacy_protectionWRITE

Disable privacy protection for the domain. When privacy protection is disabled, domain owner's personal information is visible in public WHOIS database. Use this endpoint to make domain owner's information publicly visible.

api
hostinger_delete_api_domains_v1_whois_by_whoisidWRITE

Delete WHOIS contact profile. Use this endpoint to remove unused contact profiles from account.

api
hostinger_delete_api_domains_v1_whois_default_by_whoisidWRITE

Unset WHOIS contact profile as default. The profile itself is kept, it is only no longer pre-selected for its TLD. Use this endpoint to stop reusing contact information for new registrations.

api
hostinger_delete_api_ecommerce_v1_stores_by_store_idWRITE

Soft-delete a store owned by your account. The underlying store data is preserved; only the store is marked as deleted.

api
hostinger_delete_api_ecommerce_v1_stores_by_store_id_products_by_product_idWRITE

Delete a product and its variants from the store. A subscription product with active subscribers is archived instead of deleted so its data stays available.

api
hostinger_delete_api_ecommerce_v1_stores_by_store_id_products_by_product_id_variants_by_variant_idWRITE

Delete a single variant from the product.

api
hostinger_delete_api_hosting_v1_accounts_by_username_cron_jobs_by_uidWRITE

Permanently deletes the cron job identified by its uid. The uid is returned by the list cron jobs endpoint.

api
hostinger_delete_api_hosting_v1_accounts_by_username_databases_by_nameWRITE

Permanently deletes a database and its remote connections. The database name must be the full name returned by the list databases endpoint.

api
hostinger_delete_api_hosting_v1_accounts_by_username_databases_by_name_remote_connectionsWRITE

Permanently removes a remote-access rule, revoking the given host's remote access to the database. Identify the rule with the required ip query parameter (the IPv4/IPv6 address, or "%", exactly as returned by the list remote connections endpoint). The database name must be the full name returned by the list databases endpoint.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_cache_clearWRITE

Permanently clears all server-side cache for the website at once. Use it when content was updated and needs to be visible immediately, or after making major changes. Also purges the Hostinger CDN cache when CDN is enabled on the website. For a WordPress installation living in a subdirectory, pass the directory query parameter to clear its cache.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_git_auto_deployments_settingsWRITE

Removes the Git auto-deployment settings of the website. Files already deployed stay on the website; pushes stop deploying until settings are saved again. Succeeds also when nothing is configured.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_runtime_logsWRITE

Empties the Node.js application's runtime log file. This cannot be undone, so confirm with the user before calling it. Returns success even when no log file exists yet. Use it before reproducing a problem so the next `Get Node.js runtime logs` call returns only fresh entries; start that call with `period` again instead of reusing a `from_line` from before the clear.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_parked_domains_by_parkeddomainWRITE

Delete an existing parked or alias domain from the selected website. Use this endpoint to remove parked domains that are no longer needed.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_redirectsWRITE

Permanently deletes the redirect identified by its source URL. Pass the `from` value exactly as returned by the list redirects endpoint.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_sslWRITE

Removes the SSL certificate assigned to the website, turns the HTTPS redirect off and cancels a pending installation retry. The website serves plain HTTP until a new installation completes. `Get SSL status` reports `not_installed` as soon as the call returns; the call also succeeds when no certificate is assigned, so repeating it is safe. Returns 422 for free subdomains (their certificate is managed by the platform) and while an installation is `installing`.

api
hostinger_delete_api_hosting_v1_accounts_by_username_websites_by_domain_subdomains_by_subdomainWRITE

Delete an existing subdomain from the selected website. Use this endpoint to remove subdomains that are no longer needed.

api
hostinger_delete_api_hosting_v1_accounts_by_username_wordpress_by_softwareWRITE

Delete the specified WordPress installation, with optional file and database removal. This removes all associated components including plugins, themes, staging websites and any other related data. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_delete_api_hosting_v1_websites_by_domainWRITE

This endpoint permanently removes a website and all of its data. This action cannot be undone. Before calling it, make sure the user understands the consequences and explicitly confirms that they want to proceed. All website files, databases and related configuration will be removed. The hosting plan itself is kept, so a new website can be created on it afterwards. Supported websites: main and addon domain websites on web hosting plans, and Website Builder websites. Parked domains and subdomains cannot be deleted with this endpoint. The domain must be the exact website domain, not a preview domain or an alias. Returns 404 when the domain does not exist or does not belong to the authenticated client. Website removal is processed asynchronously and can take a few minutes to complete. The response returns before the removal finishes.

api
hostinger_delete_api_mail_v1_aliases_by_aliasidWRITE

Delete an alias. Messages sent to the alias address are no longer delivered to the mailbox.

api
hostinger_delete_api_mail_v1_api_tokens_by_tokenidWRITE

Revoke an API token. The token immediately loses access to the Hostinger Email API (https://api.mail.hostinger.com/). This action cannot be undone. Changes the account's Mail API tokens: a revoked token stops working immediately for everything that uses it.

api
hostinger_delete_api_mail_v1_autoreplies_by_autoreplyidWRITE

Delete the autoreply of a mailbox. The mailbox stops sending automatic replies immediately.

api
hostinger_delete_api_mail_v1_catchalls_by_catchallidWRITE

Delete a catch-all. Messages sent to unknown addresses of the domain are no longer routed to the mailbox.

api
hostinger_delete_api_mail_v1_forwarders_by_forwarderidWRITE

Delete a forwarder. The mailbox stops forwarding messages to the destination address immediately.

api
hostinger_delete_api_mail_v1_mailboxes_by_mailboxidWRITE

Delete a mailbox. The mailbox is soft-deleted and stays restorable for a limited period before it is permanently removed.

api
hostinger_delete_api_mail_v1_webhooks_by_webhookidWRITE

Permanently delete a webhook. This action cannot be undone. After deletion the URL no longer receives event notifications.

api
hostinger_delete_api_reach_v1_contacts_by_uuidWRITE

Delete a contact with the specified UUID. This endpoint permanently removes a contact from the email marketing system. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot delete contacts of any other profile. Use `DELETE /api/reach/v1/profiles/{profileUuid}/contacts/{contactUuid}` instead. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_contacts_by_contactuuidWRITE

Permanently delete a contact from a profile. The contact is removed together with its custom field values and tag assignments.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_contacts_fields_by_fielduuidWRITE

Delete a custom contact field. Every value contacts hold for the field is deleted with it, and for the choice types so are its options. The contacts themselves are not affected.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_forms_by_formuuidWRITE

Permanently delete a form together with its template. A form that has already captured submissions cannot be deleted, so that the contacts it collected are never silently discarded - pause the form instead to stop it collecting new ones. Views alone do not block deletion.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_segmentation_segments_by_segmentuuidWRITE

Delete a segment. Only the segment definition is removed. The contacts that matched it are left untouched.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_tags_by_taguuidWRITE

Delete a tag and remove it from every contact carrying it. The contacts themselves are not deleted. This is idempotent: deleting a tag that does not exist in the profile still succeeds.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_tags_by_taguuid_contactsWRITE

Remove a tag from many contacts at once. Pass `contact_uuids` to target specific contacts, or `all_contacts` to target every contact in the profile. The work is queued, so a success response means it was accepted rather than finished. The tag itself and the contacts are not deleted.

api
hostinger_delete_api_reach_v1_profiles_by_profileuuid_tags_by_taguuid_contacts_by_contactuuidWRITE

Remove a tag from a single contact. Unlike the bulk endpoint this is applied immediately rather than queued. Neither the tag nor the contact is deleted.

api
hostinger_delete_api_vps_v1_firewall_by_firewallidWRITE

Delete a specified firewall. Any virtual machine that has this firewall activated will automatically have it deactivated. Use this endpoint to remove unused firewall configurations.

api
hostinger_delete_api_vps_v1_firewall_by_firewallid_rules_by_ruleidWRITE

Delete a specific firewall rule from a specified firewall. Any virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually. Use this endpoint to remove specific firewall rules.

api
hostinger_delete_api_vps_v1_post_install_scripts_by_postinstallscriptidWRITE

Delete a post-install script from your account. Use this endpoint to remove unused automation scripts.

api
hostinger_delete_api_vps_v1_public_keys_by_publickeyidWRITE

Delete a public key from your account. Deleting public key from account does not remove it from virtual machine Use this endpoint to remove unused SSH keys from account.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_downWRITE

Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up associated resources including networks, volumes, and images. This operation is irreversible and will delete all project data. Use this when you want to permanently remove a project and free up system resources.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_hostnameWRITE

Reset hostname and PTR record of a specified virtual machine to default value. Use this endpoint to restore default hostname configuration for VPS instances.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_monarxWRITE

Uninstall the Monarx malware scanner on a specified virtual machine. If Monarx is not installed, the request will still be processed without any effect. Use this endpoint to remove malware scanner from VPS instances.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_ptr_by_ipaddressidWRITE

Delete a PTR (Pointer) record for a specified virtual machine. Once deleted, reverse DNS lookups to the virtual machine's IP address will no longer return the previously configured hostname. Use this endpoint to remove reverse DNS configuration from VPS instances.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_recoveryWRITE

Stop recovery mode for a specified virtual machine. If virtual machine is not in recovery mode, this operation will fail. Use this endpoint to exit system rescue mode and return VPS to normal operation.

api
hostinger_delete_api_vps_v1_virtual_machines_by_virtualmachineid_snapshotWRITE

Delete a snapshot of a specified virtual machine. Use this endpoint to remove VPS snapshots.

api
hostinger_get_api_agency_hosting_v1_domainsREAD

Returns a paginated list of domains associated with Agency Plan websites accessible to the authenticated client. Use the website_uuids filter to narrow results to specific websites.

api
hostinger_get_api_agency_hosting_v1_ordersREAD

Returns a paginated list of Agency Plan orders accessible to the authenticated client.

api
hostinger_get_api_agency_hosting_v1_orders_by_order_id_datacentersREAD

Lists the datacenters available for provisioning a new website on the given Agency Plan hosting order. Each datacenter includes a `pinger_url` you can ping from the client to measure round-trip latency; comparing the results across datacenters lets you pick the nearest one (lowest ping) before choosing its `code` as the `datacenter_code` when creating a website setup.

api
hostinger_get_api_agency_hosting_v1_orders_by_order_id_disk_usage_metricsREAD

Returns aggregated disk and inode usage for the Agency Plan order over the selected time frame, plus the plan quotas. Figures cover the whole order account. Values may be up to one hour stale. CPU, memory, and process usage are on the resource-usage-metrics endpoint.

api
hostinger_get_api_agency_hosting_v1_orders_by_order_id_resource_usage_metricsREAD

Returns aggregated CPU, memory, and process usage for the Agency Plan order over the selected time frame, plus the plan quotas and a per-website breakdown. Each website is identified by uid. Suspended and deleted websites are excluded from both the order totals and the per-website breakdown. Values may be up to one hour stale. Disk and inode usage are on the disk-usage-metrics endpoint.

api
hostinger_get_api_agency_hosting_v1_orders_by_order_id_websites_php_settings_versionsREAD

Lists the PHP versions available to websites created under an Agency Plan order, determined by the server the order is hosted on. Use this before creating a website; for a website that already exists, call the website-scoped versions endpoint instead.

api
hostinger_get_api_agency_hosting_v1_orders_by_order_id_websites_setups_by_setup_uuidREAD

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.

api
hostinger_get_api_agency_hosting_v1_websitesREAD

Retrieve a paginated list of Agency Plan websites (H5G, Builder, and Horizons) accessible to the authenticated client. This endpoint returns websites from your hosting accounts as well as websites from other client hosting accounts that have shared access with you. The response shape differs per platform — see the `platform` field on each item. Use `website_types` to list only websites of a given detected type, e.g. only WordPress websites (`website_types=wordpress`) or only Node.js websites (`website_types=nodejs`). Combine with `order_ids`, `states`, or `domain` for more targeted results.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uidREAD

Retrieves detailed information about a specific Agency Plan website, including configuration, status, metadata, hosting plan details, and resource quotas.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_cron_jobsREAD

Returns a paginated list of cron jobs configured for an Agency Plan website. Each entry includes the schedule expression and the command executed on that schedule.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_databasesREAD

Returns a paginated list of MySQL databases created for an Agency Plan website. Each entry includes the database's non-system users.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_php_settings_extensionsREAD

Lists every PHP extension available to an Agency Plan website and whether it is currently enabled.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_php_settings_optionsREAD

Lists the php.ini directives that can be configured for an Agency Plan website, each with its default, the value currently in effect, and the values it accepts.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_php_settings_versionsREAD

Lists the PHP versions an Agency Plan website can be switched to. The version the website is currently running is returned as settings.php.version by the website details endpoint.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_processesREAD

Lists active and recently completed asynchronous processes for an Agency Plan website. Each process has a unique ID (for tracking), a type, and a status (running, completed, failed). Poll this endpoint after initiating async operations (SSL setup, backups, cloning) to track progress.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_wordpress_settingsREAD

Returns the current WordPress settings for an Agency Plan website: installed core version, LiteSpeed Cache plugin status, object cache status, and maintenance mode status.

api
hostinger_get_api_agency_hosting_v1_websites_by_website_uid_wordpress_settings_versionsREAD

Lists the WordPress core versions available for installation on an Agency Plan website.

api
hostinger_get_api_billing_v1_catalogREAD

Retrieve catalog items available for order. Prices in catalog items is displayed as cents (without floating point), e.g: float `17.99` is displayed as integer `1799`. Use this endpoint to view available services and pricing before placing orders.

api
hostinger_get_api_billing_v1_payment_methodsREAD

Retrieve available payment methods that can be used for placing new orders. If you want to add new payment method, please use hPanel (https://hpanel.hostinger.com/billing/payment-methods). Use this endpoint to view available payment options before creating orders.

api
hostinger_get_api_billing_v1_subscriptionsREAD

Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active services and billing status.

api
hostinger_get_api_dns_v1_snapshots_by_domainREAD

Retrieve DNS snapshots for a domain. Use this endpoint to view available DNS backup points for restoration.

api
hostinger_get_api_dns_v1_snapshots_by_domain_by_snapshotidREAD

Retrieve particular DNS snapshot with contents of DNS zone records. Use this endpoint to view historical DNS configurations for domains.

api
hostinger_get_api_dns_v1_zones_by_domainREAD

Retrieve DNS zone records for a specific domain. Use this endpoint to view current DNS configuration for domain management.

api
hostinger_get_api_domains_v1_forwarding_by_domainREAD

Retrieve domain forwarding data. Use this endpoint to view current redirect configuration for domains.

api
hostinger_get_api_domains_v1_irtp_by_domainREAD

Retrieve a pending IRTP verification for a domain. Both the old and new registrant must confirm it before the WHOIS change takes effect. Use this endpoint to check the status of a WHOIS change awaiting registrant confirmation.

api
hostinger_get_api_domains_v1_move_incomingREAD

Retrieve all domains other Hostinger accounts are moving to your account. Moves of every status are returned, including the ones which already completed. Use this endpoint to find domains waiting for you to accept them.

api
hostinger_get_api_domains_v1_move_incoming_by_domainREAD

Retrieve the incoming move for a specified domain. Returns 404 when no account is moving this domain to you. Use this endpoint to check whether a domain addressed to you is still waiting to be accepted.

api
hostinger_get_api_domains_v1_move_outgoingREAD

Retrieve all domains you are moving to other Hostinger accounts. Only moves which have not completed yet are returned. Use this endpoint to track moves you have initiated and the accounts they are addressed to.

api
hostinger_get_api_domains_v1_move_outgoing_by_domainREAD

Retrieve the outgoing move for a specified domain. Returns 404 when the domain has no move in progress. Use this endpoint to track the status of a move you have initiated for a single domain.

api
hostinger_get_api_domains_v1_portfolioREAD

Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio.

api
hostinger_get_api_domains_v1_portfolio_by_domainREAD

Retrieve detailed information for specified domain. Use this endpoint to view comprehensive domain configuration and status.

api
hostinger_get_api_domains_v1_portfolio_by_domain_auth_codeREAD

Retrieve the authorization (EPP) code for a specified domain so it can be transferred away from Hostinger to another registrar. Requesting a new code invalidates any code retrieved previously. Use this endpoint to obtain the code required to transfer a domain to another registrar.

api
hostinger_get_api_domains_v1_portfolio_by_domain_renewalREAD

Retrieve renewal information for a specified domain, including its status and current expiration date. Use this endpoint to build renewal automation and expiry monitoring for a single domain.

api
hostinger_get_api_domains_v1_transfersREAD

Retrieve all domain transfers in your portfolio. Use this endpoint to monitor incoming and outgoing registrar transfers across your domains.

api
hostinger_get_api_domains_v1_transfers_by_domainREAD

Retrieve the transfer for a specified domain. Use this endpoint to track an incoming or outgoing registrar transfer and its status.

api
hostinger_get_api_domains_v1_whoisREAD

Retrieve WHOIS contact profiles. Use this endpoint to view available contact profiles for domain registration.

api
hostinger_get_api_domains_v1_whois_by_whoisidREAD

Retrieve a WHOIS contact profile. Use this endpoint to view domain registration contact information.

api
hostinger_get_api_domains_v1_whois_by_whoisid_usageREAD

Retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains use specific contact profiles.

api
hostinger_get_api_ecommerce_v1_miscellaneous_custom_storefront_instructionsREAD

Retrieve step-by-step setup instructions, formatted as Markdown, for connecting a custom sales channel to your store and keeping your catalog, orders, shipping and payments in sync through the Ecommerce API.

api
hostinger_get_api_ecommerce_v1_storesREAD

Retrieve the stores associated with your account.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_discountsREAD

List a store's discounts. Filter by free text over code and name, or by disabled state. Amounts for fixed discounts are integers in the smallest currency unit; percentage discounts carry a whole-number value between 1 and 100.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_metadataREAD

Get a store's readiness metadata: whether payment methods and shipping are configured, plus its default currency. Useful to verify prerequisites before building a storefront.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_ordersREAD

List a store's orders newest first as summaries. Filter by status, payment or fulfilment status, customer email, order number or a free-text query. Amounts are in the smallest currency unit. Retrieve a single order for its line items, addresses and fulfilments.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_orders_by_order_idREAD

Retrieve one order in full: line items (each with the id the fulfil endpoint needs), addresses, the totals breakdown and fulfilments with tracking. Amounts are in the smallest currency unit.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_payment_providersREAD

List a store's payment providers, split into providers already connected to the store and gateways available to install. Never exposes gateway credentials, secrets, or configuration.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_productsREAD

List a store's products newest first as lean summaries (name, status, thumbnail, variant count and price range). Prices are integers in the smallest currency unit and live on variants. Filter by status, free text or a set of product ids. Use include=variants to embed each product's variants with prices and inventory, and include=media to embed its media.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_products_by_product_id_variantsREAD

List a product's variants, ordered by rank, with their options, prices and inventory. Prices are integers in the smallest currency unit and live on variants.

api
hostinger_get_api_ecommerce_v1_stores_by_store_id_sales_channelsREAD

List a store's active sales channels with their full metadata.

api
hostinger_get_api_horizons_v1_websitesREAD

List the Hostinger Horizons websites the user owns.\n Use this tool when the user asks which websites they have, or when you need a website ID before editing, publishing or cloning a website.\n Each website is returned with its ID, status, domain and the URL to open it in Hostinger Horizons interface.\n The complete list of websites is returned in a single response - it is not paginated.

api
hostinger_get_api_horizons_v1_websites_by_websiteidREAD

Get the link for the user to open their website in Hostinger Horizons interface.\n Use this tool when the user wants the link to an existing website, or when you need its website URL before or after editing it.\n Websites can be edited with the `Edit website` tool, or by the user in Hostinger Horizons interface in the provided website URL.

api
hostinger_get_api_hosting_v1_accounts_by_username_cron_jobsREAD

Returns the list of cron jobs configured for the specified account, including their schedule and command.

api
hostinger_get_api_hosting_v1_accounts_by_username_cron_jobs_by_uid_outputREAD

Returns the output captured from the last execution of the cron job identified by its uid. The uid is returned by the list cron jobs endpoint.

api
hostinger_get_api_hosting_v1_accounts_by_username_databasesREAD

Returns a paginated list of databases for the specified account. Use the domain and is_assigned filters to find databases assigned to a specific domain.

api
hostinger_get_api_hosting_v1_accounts_by_username_databases_by_name_phpmyadmin_linkREAD

Returns a direct sign-on link to phpMyAdmin for the specified database. Use this when a visual database interface is needed for SQL queries, imports, exports, or table management. The database name must be the full name returned by the list databases endpoint.

api
hostinger_get_api_hosting_v1_accounts_by_username_databases_remote_connectionsREAD

Returns the remote-access rules for the specified account: the remote hosts (IPv4/IPv6 addresses, or "%" for any host) allowed to connect to the account databases. Use the domain filter to only return rules for databases assigned to a specific domain.

api
hostinger_get_api_hosting_v1_accounts_by_username_domains_by_domain_filesREAD

List files and directories under a website's document root. Use `directory` to browse a subdirectory relative to the document root. Symlinked entries are listed but never traversed into or resolved.

api
hostinger_get_api_hosting_v1_accounts_by_username_domains_by_domain_files_contentREAD

Get a single file's content, relative to a website's document root. Read-only; refuses symlinks, oversized files, non-text file types, and files identified as containing secrets (e.g. credential files) — none of these are returned by this endpoint.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_git_auto_deployments_settingsREAD

Returns the Git auto-deployment settings of the website: which repository and branch deploy into which directory, and whether pushes trigger a deployment. `is_enabled` false keeps the repository link but ignores pushes. When the website has no auto-deployment configured every field is null. Save settings with `Update Git auto-deployment settings`.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_buildsREAD

Retrieve a paginated list of Node.js build processes for a specific website. Each build represents a single run of the Node.js build pipeline. Use the `states` query parameter to filter results by build state (pending, running, completed, failed). Use the `uuid` from a build to poll its output via the `Get Node.js Build Logs` endpoint.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_by_uuidREAD

Returns one build by UUID: its state (`pending`, `running`, `completed`, `failed`), the options it ran with and timestamps. Poll this while a build is pending or running. When it is failed, read `Get NodeJS build logs` and `Analyse failed Node.js build` for the cause. Returns 404 when the UUID does not belong to a build of this website.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_by_uuid_analysisREAD

Returns an AI analysis of why a build failed and how to fix it, based on the build logs, the project file list and package.json. Only builds in the `failed` state can be analysed; any other state returns 422. When no analysis could be produced both `analysis` and `solution` are null, in which case read `Get NodeJS build logs` instead. Each call runs the analysis again, so call it once per failed build and keep the result. Limited to 5 calls per minute per API client (429 above that).

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_by_uuid_logsREAD

Retrieve logs from a specific Node.js build process. To stream live output while a build is running, poll this endpoint repeatedly while the build state is `running`, passing the previously returned `lines` count as `from_line` to fetch only new output since the last call. Log content may contain ANSI escape sequences (color codes).

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_settingsREAD

Returns the build settings stored for the website: framework (`app_type`), Node.js version, root and output directory, build script, entry file and package manager. Stored settings drive Git auto-deployment builds. A build started through the API uses the values sent in that request and saves them here only when no settings exist yet. Returns 404 until the first build or the first settings update stores them. Use this after a failed build to check whether the framework or the entry file were detected wrong, then fix them with the `Update Node.js build settings` endpoint.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_settings_envREAD

Lists the Node.js environment variables currently set for the website. Values are always masked as `` and cannot be read back through this API. Use this endpoint to see which keys are configured or to verify a change, not to read values. To change variables, use the `Replace Node.js environment variables` endpoint. It replaces the whole set, so never copy the masked values from this response into that request; send the full desired set with real values taken from the project `.env` file or the user prompt instead.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_settings_from_archiveREAD

Auto-detect Node.js build settings from a package.json inside an archive already on the server. Use this before calling `Start Node.js Build` to preview what settings will be used, or to let the user review and override values (framework, node version, root directory, output directory, build script) before committing to a build. The archive must already be present on the website's file storage. Use the `Generate Upload URL` endpoint to obtain credentials and upload the archive first.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_runtime_logsREAD

Returns the Node.js application's runtime console log entries, oldest first, each with timestamp, level and message. On the first call send `period` (`1h`, `1d`, `1w` or `1m`) and optionally `levels` and `limit` (1-5000, default 1000); when more entries match than `limit`, the newest are kept. To poll for new entries send `total_lines + 1` from the previous response as `from_line` and omit `period`; `period` and `from_line` cannot be combined. Lines that are not JSON with a timestamp, level and message are skipped, so `logs` may hold fewer than `limit` entries while `total_lines` counts every raw line. Entries with a timestamp before `last_deployed_at` belong to the previous deployment. Returns an empty `logs` list when the application has not written a log file yet.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_vulnerabilitiesREAD

Lists known npm package vulnerabilities detected on a Node.js website, enriched with advisory metadata (severity, CVSS score, CVE, advisory URL). Results are sorted from the most severe to the least severe, then by publish date (newest first). Use the `severities` query parameter to filter. Vulnerabilities with `is_patchable` set to `true` can be auto-fixed via the `Patch Node.js Vulnerabilities` endpoint, which opens a GitHub pull request with updated package versions. Auto-fix is only available for websites deployed from a connected GitHub repository. Vulnerabilities with `is_patching_in_progress` set to `true` are already included in an open patch pull request; while any patch pull request is open, new patch requests for this website are rejected until it is merged or closed. Data comes from periodic dependency scans, so it may lag behind the latest deployment. An empty list means the most recent scan found no vulnerabilities; it does not guarantee the current deployment is vulnerability-free. Available on Business and Cloud Hosting plans.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_parked_domainsREAD

Retrieve all parked or alias domains created under the selected website. Use this endpoint to inspect parked domain configuration for a specific website, including the parent domain and root directory assigned to each parked domain.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_php_detailsREAD

Returns the full PHP configuration for the website: current version, available versions (supported and unsupported), enabled/disabled extensions, options with their current value, default, type and the plan limit (`max`), and conflicting extension groups. Use it to check the current PHP setup before updating the version, extensions or options.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_php_php_infoREAD

Returns the full phpinfo page (HTML) for the website. Use it to debug PHP issues or inspect the complete PHP environment of the website.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_redirectsREAD

Returns a paginated list of redirects configured for the selected website.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_ssl_statusREAD

Returns the SSL state of the website: the certificate `status` and `provider`, whether the certificate is a lifetime one managed by the platform, whether HTTP requests are redirected to HTTPS, when the certificate stops being valid and the last installation error. `installing` and `waiting_for_retry` mean an installation is in progress. `failed` means the last installation gave up, or the website was not updated for 60 minutes while `installing`; `last_error` holds the reason when it is a known message, otherwise it is null. `expired` means the assigned certificate's validity has ended. `not_installed` means no certificate is assigned. Free subdomains use a platform-managed certificate: with no installation recorded they report `active` with `provider` and `expires_at` null.

api
hostinger_get_api_hosting_v1_accounts_by_username_websites_by_domain_subdomainsREAD

Retrieve all subdomains created under the selected website. Use this endpoint to inspect subdomain configuration for a specific website, including the parent domain and root directory assigned to each subdomain.

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_hostinger_plugins_ai_option_statusREAD

Show the current AI option status for the Hostinger Tools plugin on the specified WordPress installation. Filter by `option` to return a single option, or omit it to return all options. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_jwt_tokenREAD

Return a JWT token used to authenticate requests against the specified WordPress installation, including its MCP (Model Context Protocol) endpoint. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_litespeed_cache_statusREAD

Show the LiteSpeed Cache status for the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_maintenance_statusREAD

Show the maintenance mode status for the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_memcached_statusREAD

Show the Memcached object cache status for the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_pluginsREAD

List plugins installed on a WordPress installation, including their status, available updates and known vulnerabilities. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_availableREAD

List plugins recommended for installation on a WordPress installation that are not yet installed. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_themesREAD

List themes installed on a WordPress installation, including their status, available updates and known vulnerabilities. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_updatesREAD

List available WordPress core updates for the specified installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_accounts_by_username_wordpress_by_software_versionREAD

Show the WordPress core version for the specified installation, along with known vulnerabilities affecting it. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_get_api_hosting_v1_datacentersREAD

Retrieve a list of datacenters available for setting up hosting plans based on available datacenter capacity and hosting plan of your order. The first item in the list is the best match for your specific order requirements.

api
hostinger_get_api_hosting_v1_git_installationsREAD

Lists the Git provider accounts the customer has connected. Only installations with status `active` are returned unless the `status` filter says otherwise. An empty list means the customer has no active installation. Check `status=suspended` and `status=pending` as well. If there is none at all, a Git provider (GitHub or GitLab) has to be connected once in hPanel (Websites, Manage, Advanced, Git; or Add Website, Node.js Web App, Import Git Repository); this endpoint then lists the new installation. Use `uuid` as the path parameter of `List Git installation repositories`, and as `installation_uuid` in `Start Node.js build` with `source_type` `git` and in `Update Git auto-deployment settings`.

api
hostinger_get_api_hosting_v1_git_installations_by_uuid_repositoriesREAD

Lists the repositories the Git installation can access, read live from the provider. Works for github and gitlab installations. Use an active installation: a suspended or pending one is still queried and the call fails with whatever the provider answers. The list is cut at the first 500 repositories in the order the provider returns them; when the account has more, name the repository directly instead of searching this list. `owner`, `name` and a branch (`default_branch` or another one) go into `source_options` of `Start Node.js build` or into `Update Git auto-deployment settings`. Returns 404 when the installation does not belong to the customer. Limited to 10 calls per minute per API client (429 above that).

api
hostinger_get_api_hosting_v1_ordersREAD

Retrieve a paginated list of orders accessible to the authenticated client. This endpoint returns orders of your hosting accounts as well as orders of other client hosting accounts that have shared access with you. Use the available query parameters to filter results by order statuses or specific order IDs for more targeted results.

api
hostinger_get_api_hosting_v1_websitesREAD

Retrieve a paginated list of websites (CloudLinux, Builder, and Horizons) accessible to the authenticated client. This endpoint returns websites from your hosting accounts as well as websites from other client hosting accounts that have shared access with you. Each website includes a `website_type` field describing the type of website detected on the underlying platform (`wordpress`, `builder`, `horizons`, `nodejs`, or `other`). Some fields, such as `vhost_type`, `username`, and `root_directory`, only apply to CloudLinux websites and are null for other platforms. Use `website_types` to list only websites of a given detected type, e.g. only WordPress websites (`website_types=wordpress`) or only Node.js websites (`website_types=nodejs`). Combine with the other available query parameters to filter by username, order ID, enabled status, or domain name for more targeted results.

api
hostinger_get_api_hosting_v1_wordpress_installationsREAD

List WordPress installations accessible to the authenticated client. Use this endpoint to discover existing WordPress installations and to poll for installation status after calling the install endpoint. When a newly requested installation appears in this list, WordPress is ready. Filter by username and domain to narrow results to a specific website. Each installation includes a `valid` flag and, when invalid, a `validationError` describing why.

api
hostinger_get_api_hosting_v1_wordpress_pluginsREAD

Search the WordPress.org plugin directory for plugins available to install. Use the returned `slug` values with POST /api/hosting/v1/accounts/{username}/wordpress/{software}/plugins/install.

api
hostinger_get_api_hosting_v1_wordpress_plugins_is_woocommerce_installedREAD

Check whether WooCommerce is installed on any WordPress installation of a domain. Optionally filter by domain to scope the check.

api
hostinger_get_api_hosting_v1_wordpress_plugins_suggestedREAD

List curated plugin suggestions grouped by website type. Use the returned `slug` values with POST /api/hosting/v1/accounts/{username}/wordpress/{software}/plugins/install.

api
hostinger_get_api_hosting_v1_wordpress_themesREAD

List WordPress themes available to install. Use the returned `slug` values with POST /api/hosting/v1/accounts/{username}/wordpress/{software}/themes/install.

api
hostinger_get_api_mail_v1_api_tokensREAD

Retrieve a paginated list of Hostinger Email API (https://api.mail.hostinger.com/) tokens across all your mail orders, optionally filtered by order. Plaintext tokens are never included; they are returned only when a token is created.

api
hostinger_get_api_mail_v1_ordersREAD

Retrieve a paginated list of mail orders associated with your account. Use this endpoint to monitor your mail services, including their status, plan, attached domain, and expiration details.

api
hostinger_get_api_mail_v1_orders_by_orderid_aliasesREAD

Retrieve a paginated list of aliases across all mailboxes of a mail order.

api
hostinger_get_api_mail_v1_orders_by_orderid_autorepliesREAD

Retrieve a paginated list of autoreplies across all mailboxes of a mail order.

api
hostinger_get_api_mail_v1_orders_by_orderid_catchallsREAD

Retrieve a paginated list of catch-alls across all mailboxes of a mail order.

api
hostinger_get_api_mail_v1_orders_by_orderid_forwardersREAD

Retrieve a paginated list of forwarders across all mailboxes of a mail order.

api
hostinger_get_api_mail_v1_orders_by_orderid_logs_accessREAD

Retrieve paginated access logs for the domain attached to the given mail order. Supports filtering by account, date range, protocol, status, and deletion flag. Results are sorted by timestamp descending.

api
hostinger_get_api_mail_v1_orders_by_orderid_logs_actionREAD

Retrieve paginated account action logs (administrative and user actions) for the given mail order. Supports filtering by account, date range, and status. Results are sorted by timestamp descending.

api
hostinger_get_api_mail_v1_orders_by_orderid_logs_inboundREAD

Retrieve paginated inbound (received mail) delivery logs for the domain attached to the given mail order. Supports filtering by account, date range, status, sender, and recipient. Results are sorted by timestamp descending.

api
hostinger_get_api_mail_v1_orders_by_orderid_logs_mailbox_actionsREAD

Retrieve paginated mailbox action logs (message and mailbox events) for a mailbox in the given mail order. The mailbox email must belong to the order's domain. Supports date range and event type filters. Results are sorted by timestamp descending.

api
hostinger_get_api_mail_v1_orders_by_orderid_logs_outboundREAD

Retrieve paginated outbound (sent mail) delivery logs for the domain attached to the given mail order. Supports filtering by account, date range, status, sender, and recipient. Results are sorted by timestamp descending.

api
hostinger_get_api_mail_v1_orders_by_orderid_mailboxesREAD

Retrieve a paginated list of mailboxes belonging to a mail order. Use this endpoint to monitor mailboxes of your mail service, including their status, enabled protocols, attached resource counts, and periodically synced usage numbers (usage may lag behind live values).

api
hostinger_get_api_mail_v1_orders_by_orderid_planREAD

Retrieve the plan the given mail order was purchased with, including domain-level and mailbox-level quotas, limits, and protocol availability.

api
hostinger_get_api_mail_v1_orders_by_orderid_webhooksREAD

Retrieve a paginated list of webhooks belonging to the given mail order. Supports filtering by mailbox and status. The webhook secret is never included; it is returned only when a webhook is created or its secret is regenerated.

api
hostinger_get_api_mail_v1_orders_by_orderid_webhooks_delivery_logsREAD

Retrieve a paginated list of webhook delivery logs for the given mail order, including delivery outcome, duration, and retry counts. Supports filtering by mailbox.

api
hostinger_get_api_mail_v1_webhooks_by_webhookidREAD

Retrieve the details of a single webhook. The webhook secret is never included; it is returned only when a webhook is created or its secret is regenerated.

api
hostinger_get_api_reach_v1_contactsREAD

Get a list of contacts, optionally filtered by group and subscription status. This endpoint returns a paginated list of contacts with their basic information. You can filter contacts by group UUID and subscription status. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot list contacts of any other profile. Use `GET /api/reach/v1/profiles/{profileUuid}/contacts` instead, which also replaces the group filter with a tag filter. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_get_api_reach_v1_contacts_groupsREAD

Get a list of all contact groups. This endpoint returns a list of contact groups that can be used to organize contacts. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_get_api_reach_v1_profilesREAD

This endpoint returns all profiles available to the client, including their basic information.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_automationsREAD

Get a paginated list of the automations in a profile. Every automation comes with the counts of contacts that entered it, are moving through it, finished it or failed on the way. Those counts describe the contact journey and are not email engagement metrics - for opens, clicks and unsubscribes use the campaign statistics endpoint instead.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_automations_by_automationuuidREAD

Get a single automation with the counts of contacts that entered it, are moving through it, finished it or failed on the way. This describes the automation itself. To see the workflow it runs, use the steps endpoint.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_automations_by_automationuuid_stepsREAD

Get the workflow of an automation as a flat list of steps. The steps form a tree rather than a straight line: follow `parent_uuid` to reconstruct the branches, and use `step_order` to order the steps that share a parent. An automation with no steps yet returns an empty list.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_campaignsREAD

Get a paginated list of the campaigns in a profile. Each campaign carries its headline engagement rates. Filter by status to find drafts, scheduled, sending or sent campaigns, keeping in mind that a fully sent campaign has the status `publish`. By default only regular campaigns are returned - pass `type` to get the emails sent by automations or the double opt-in confirmations instead.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_campaigns_by_campaignuuidREAD

Get a single campaign with its sender, subject, template reference, targeting and delivery progress. This describes how the campaign was set up and how far it has got. For opens, clicks and unsubscribes use the campaign statistics endpoint.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_campaigns_by_campaignuuid_statisticsREAD

Get the performance of a campaign: delivery, opens, clicks and unsubscribes, with the matching rates. Every count is unique contacts rather than raw events, so a contact who opens the same email five times is counted once.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_contactsREAD

Get a paginated list of contacts belonging to a profile. Contacts can be filtered by subscription status, by tag, and by an email search term. The `meta.total` field of the response is the number of contacts matching the filters, so calling this endpoint without filters gives the profile's total contact count.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_contacts_by_contactuuidREAD

Get the full details of a single contact. Alongside the contact's own attributes this returns the tags assigned to it and the values it holds for the profile's custom contact fields.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_contacts_fieldsREAD

Get the custom contact fields defined in a profile. Custom fields let you store your own attributes on contacts. The returned uuids are what you pass to the contact update endpoint to set values, and choice fields also list the options available to pick from.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_domainsREAD

Get the sending domain connected to the profile, its verification status and any suspended sender addresses. Campaigns only go out once a domain is connected and active, so this is the cheapest way to check that precondition before building one. A profile with no domain connected returns the same shape with every field set to `null`. For the individual MX, SPF, DKIM and DMARC records behind the status, use the DNS status endpoint.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_domains_dns_statusREAD

Retrieve the DNS configuration status for a profile's domain. This endpoint reports the state of MX, SPF, DKIM and DMARC records, including the actual records found and the suggested records required for correct email delivery.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_featuresREAD

List which plan features the profile can use. This is the feature lock matrix, not a usage quota. `available` means the feature can be used right now and `locked` means it is not part of the base plan, so an upgrade is needed. For remaining emails, recipients and AI credits use the limits endpoint instead. Worth checking before building something that cannot be activated afterwards, such as an automation on a plan without automation activation.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_formsREAD

Get a paginated list of the signup forms in a profile. Each form carries a reference to the template that renders it. Get the form details for a directly usable template URL and for the tags the form puts on the contacts it captures.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_forms_by_formuuidREAD

Get a single form with the URL of its hosted template and the tags it applies to the contacts it captures. There is no ready-made embed snippet in the response - either serve the template HTML yourself or build your own embed around the form uuid.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_limitsREAD

Get how much of the plan is left for the current period. Two things to keep in mind before you build alerting on this. The period is a calendar month rather than a billing anniversary, so the counters reset on the 1st no matter when the subscription started. And usage is tracked per order, so every profile on the same order shares one pool and reports the same numbers here. Only the current period is available, past usage is not kept.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_segmentation_filters_attributesREAD

List every attribute a segment condition can filter on, with the operators each attribute accepts, the value format they expect and, where the value is constrained, the allowed values. The list is profile specific: it includes the profile's custom contact fields, its tags and its 20 most recently published campaigns, so the valid attributes cannot be hardcoded. Read it before creating or updating a segment to discover the valid `attribute`, `operator` and `value` combinations.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_segmentation_segmentsREAD

Get a paginated list of the segments defined in a profile. Each entry carries the number of contacts currently matching it, which is recalculated on read rather than stored. Use `count_type` to count either every matching contact or only the subscribed ones.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_segmentation_segments_by_segmentuuidREAD

Get a single segment of a profile, including the conditions that define it. To retrieve the contacts currently matching those conditions, use the segment contacts endpoint instead.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_segmentation_segments_by_segmentuuid_contactsREAD

Retrieve contacts associated with a specific segment for a given profile. This endpoint allows you to fetch and filter contacts that belong to a particular segment, identified by its UUID, scoped to a specific profile.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_segmentation_segments_by_segmentuuid_countREAD

Count the contacts currently matching a segment without listing them. Cheaper than paging through the segment contacts endpoint when only the size is needed.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_tagsREAD

Get all tags defined in a profile. Tags are the way contacts are grouped in Reach, and can be used to filter the contact list or to build segments.

api
hostinger_get_api_reach_v1_profiles_by_profileuuid_templatesREAD

Get a list of the email templates in a profile, most recently updated first. Templates are the reusable email bodies a campaign is built from. The list is not paginated and only the metadata is returned - the template content itself is not exposed. Use the `uuid` of a template as the `template_uuid` when creating a campaign.

api
hostinger_get_api_reach_v1_segmentation_segmentsREAD

Get a list of all contact segments. This endpoint returns a list of contact segments that can be used to organize contacts. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot list the segments of any other profile. Use `GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments` instead. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_get_api_reach_v1_segmentation_segments_by_segmentuuidREAD

Get details of a specific segment. This endpoint retrieves information about a single segment identified by UUID. Segments are used to organize and group contacts based on specific criteria. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot read segments of any other profile. Use `GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}` instead. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_get_api_reach_v1_segmentation_segments_by_segmentuuid_contactsREAD

Retrieve contacts associated with a specific segment. This endpoint allows you to fetch and filter contacts that belong to a particular segment, identified by its UUID. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot read segments of any other profile. Use `GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/contacts` instead. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_get_api_v2_direct_verifications_activeREAD

Retrieve a list of pending and completed domain verifications. MEASURED BROKEN 2026-09-18: Hostinger validates the request and then answers 404 '[Hosting:9999] The route v2/direct/verifications/active could not be found' for every well-formed `domains` array, from an internal router. A bogus token answers 401 on the same call, so this is a provider-side defect rather than an authorization or plan problem. Expect a 404 until Hostinger repairs it.

api
hostinger_get_api_vps_v1_data_centersREAD

Retrieve all available data centers. Use this endpoint to view location options before deploying VPS instances.

api
hostinger_get_api_vps_v1_firewallREAD

Retrieve all available firewalls. Use this endpoint to view existing firewall configurations.

api
hostinger_get_api_vps_v1_firewall_by_firewallidREAD

Retrieve firewall by its ID and rules associated with it. Use this endpoint to view specific firewall configuration and rules.

api
hostinger_get_api_vps_v1_post_install_scriptsREAD

Retrieve post-install scripts associated with your account. Use this endpoint to view available automation scripts for VPS deployment.

api
hostinger_get_api_vps_v1_post_install_scripts_by_postinstallscriptidREAD

Retrieve post-install script by its ID. Use this endpoint to view specific automation script details.

api
hostinger_get_api_vps_v1_public_keysREAD

Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authentication.

api
hostinger_get_api_vps_v1_templatesREAD

Retrieve available OS templates for virtual machines. Use this endpoint to view operating system options before creating or recreating VPS instances.

api
hostinger_get_api_vps_v1_templates_by_templateidREAD

Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view specific template specifications before deployment.

api
hostinger_get_api_vps_v1_virtual_machinesREAD

Retrieve all available virtual machines. Use this endpoint to view available VPS instances.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineidREAD

Retrieve detailed information about a specified virtual machine. Use this endpoint to view comprehensive VPS configuration and status.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_actionsREAD

Retrieve actions performed on a specified virtual machine. Actions are operations or events that have been executed on the virtual machine, such as starting, stopping, or modifying the machine. This endpoint allows you to view the history of these actions, providing details about each action, such as the action name, timestamp, and status. Use this endpoint to view VPS operation history and troubleshoot issues.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_actions_by_actionidREAD

Retrieve detailed information about a specific action performed on a specified virtual machine. Use this endpoint to monitor specific VPS operation status and details.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_backupsREAD

Retrieve backups for a specified virtual machine. Use this endpoint to view available backup points for VPS data recovery.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_dockerREAD

Retrieves a list of all Docker Compose projects currently deployed on the virtual machine. This endpoint returns basic information about each project including name, status, file path and list of containers with details about their names, image, status, health and ports. Container stats are omitted in this endpoint. If you need to get detailed information about container with stats included, use the `Get project containers` endpoint. Use this to get an overview of all Docker projects on your VPS instance.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectnameREAD

Retrieves the complete project information including the docker-compose.yml file contents, project metadata, and current deployment status. This endpoint provides the full configuration and state details of a specific Docker Compose project. Use this to inspect project settings, review the compose file, or check the overall project health.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_containersREAD

Retrieves a list of all containers belonging to a specific Docker Compose project on the virtual machine. This endpoint returns detailed information about each container including their current status, port mappings, and runtime configuration. Use this to monitor the health and state of all services within your Docker Compose project.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_logsREAD

Retrieves aggregated log entries from all services within a Docker Compose project. This endpoint returns recent log output from each container, organized by service name with timestamps. The response contains the last 300 log entries across all services. Use this for debugging, monitoring application behavior, and troubleshooting issues across your entire project stack.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_metricsREAD

Retrieve historical metrics for a specified virtual machine. It includes the following metrics: - CPU usage - Memory usage - Disk usage - Network usage - Uptime Use this endpoint to monitor VPS performance and resource utilization over time.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_monarxREAD

Retrieve scan metrics for the Monarx (https://www.monarx.com/) malware scanner installed on a specified virtual machine. The scan metrics provide detailed information about malware scans performed by Monarx, including number of scans, detected threats, and other relevant statistics. This information is useful for monitoring security status of the virtual machine and assessing effectiveness of the malware scanner. Use this endpoint to monitor VPS security scan results and threat detection.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_public_keysREAD

Retrieve public keys attached to a specified virtual machine. Use this endpoint to view SSH keys configured for specific VPS instances.

api
hostinger_get_api_vps_v1_virtual_machines_by_virtualmachineid_snapshotREAD

Retrieve snapshot for a specified virtual machine. Use this endpoint to view current VPS snapshot information.

api
hostinger_patch_api_agency_hosting_v1_websites_by_website_uid_php_settings_versionWRITE

Switches an Agency Plan website to a different PHP version. Call the available versions endpoint first to see which versions can be selected. The website restarts on the new version, so requests served during the switch may fail and code that is incompatible with the target version will break.

api
hostinger_patch_api_agency_hosting_v1_websites_by_website_uid_wordpress_settings_versionWRITE

Changes the installed WordPress core version on an Agency Plan website to one of the versions available for installation.

api
hostinger_patch_api_billing_v1_subscriptions_by_subscriptionid_auto_renewal_enableWRITE

Enable auto-renewal for a subscription. Use this endpoint when enable auto-renewal for a subscription. COSTS MONEY LATER: this does not charge anything now, and that is the trap -- it commits the account to a future recurring charge, or changes which stored card every other charge is taken from. Nobody is asked again when the money actually moves.

api
hostinger_patch_api_ecommerce_v1_stores_by_store_id_products_by_product_idWRITE

Update a product's name, description or status. Set status to published to make it buyable, draft to hide it, or archived to retire it. Variants, prices and inventory are managed through the variant endpoints, not here. Returns the updated product summary.

api
hostinger_patch_api_ecommerce_v1_stores_by_store_id_products_by_product_id_variants_batchWRITE

Update up to 100 existing variants in place by id — title, inventory, stock tracking and prices. Variants omitted from the request are left untouched. Prices replace the variant's existing prices in full. Returns the updated variants.

api
hostinger_patch_api_ecommerce_v1_stores_by_store_id_sales_channels_by_sales_channel_idWRITE

Update a custom sales channel. The merchant-facing `name` and the public `url` (returned as the channel `domain`) can be changed. Pass `null` to clear a value.

api
hostinger_patch_api_hosting_v1_accounts_by_username_databases_by_name_change_passwordWRITE

Changes the password for the specified database user. The database name must be the full name returned by the list databases endpoint. The password must also be updated in any website configuration that uses this database.

api
hostinger_patch_api_hosting_v1_accounts_by_username_databases_by_name_repairWRITE

Repairs corrupted database tables asynchronously. Use when database errors, crashes, or corruption are reported. The database name must be the full name returned by the list databases endpoint.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_cache_toggleWRITE

Turns server-side caching for the website on or off, based on the enabled flag. Enable it for faster page loads, reduced server load, and improved user experience; recommended for production websites. Disabling may impact performance; to temporarily bypass caching while developing or debugging, prefer toggling cacheless mode instead. Does nothing if caching is already in the requested state.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_cacheless_mode_toggleWRITE

Turns development (cacheless) mode on or off, based on the enabled flag. When enabled, nothing is cached, effectively turning off all caching for the website; use it while actively developing, testing changes, debugging issues, or when real-time updates must be visible. Disable it after finishing development work to restore the performance benefits of caching.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_php_extensionsWRITE

Enables or disables PHP extensions (modules) for the website. Use the Get PHP details endpoint to check the current extension states before changing them.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_php_extensions_resetWRITE

Resets all PHP extensions of the website to their default state. Use it to recover from extension conflicts or restore the original configuration.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_php_optionsWRITE

Updates PHP options for the website (e.g. `memory_limit`, `max_execution_time`, `upload_max_filesize`). Only provide the options you want to change, inside the `options` object. Values above the account plan limit are silently capped to that limit, so the request can succeed with a smaller applied value. Call the Get PHP details endpoint afterwards to read the applied value.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_php_versionWRITE

Changes the PHP version of the website. Use the Get PHP details endpoint to see the versions available for the website.

api
hostinger_patch_api_hosting_v1_accounts_by_username_websites_by_domain_ssl_https_redirect_toggleWRITE

Turns the HTTP to HTTPS redirect of the website on or off, based on `is_enabled`. Does nothing when the redirect is already in the requested state. Turning it on requires an installed certificate (`status` `active` or `expired` on `Get SSL status`) and returns 422 when there is none; turning it off is always accepted.

api
hostinger_patch_api_hosting_v1_accounts_by_username_wordpress_by_software_hostinger_plugins_ai_option_statusWRITE

Enable or disable an AI option for the Hostinger Tools plugin on the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_patch_api_hosting_v1_accounts_by_username_wordpress_by_software_maintenance_toggleWRITE

Enable or disable maintenance mode for the specified WordPress installation, based on the `enabled` flag. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_patch_api_hosting_v1_accounts_by_username_wordpress_by_software_memcached_toggleWRITE

Activate or deactivate the Memcached object cache for the specified WordPress installation, based on the `enabled` flag. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_patch_api_mail_v1_forwarders_by_forwarderid_keep_copyWRITE

Enable or disable keeping a copy of forwarded messages in the mailbox.

api
hostinger_patch_api_mail_v1_mailboxes_by_mailboxid_passwordWRITE

Change the password of a mailbox.

api
hostinger_patch_api_mail_v1_webhooks_by_webhookidWRITE

Partially update a webhook. Only the fields included in the request body are changed; omitted fields retain their current values. Pass `"description": null` to clear the description.

api
hostinger_patch_api_reach_v1_profiles_by_profileuuid_contacts_by_contactuuidWRITE

Update a contact's attributes and custom field values. Only the properties present in the request body are changed, so a partial body is enough to change a single attribute. Sending a property as `null` clears it. The response carries the contact's core attributes. Read back its tags, custom field values, source and note with `GET /api/reach/v1/profiles/{profileUuid}/contacts/{contactUuid}`.

api
hostinger_patch_api_reach_v1_profiles_by_profileuuid_contacts_fields_by_fielduuidWRITE

Rename a custom contact field and, for the choice types, replace its option set. Options carrying a uuid are kept and relabelled, options without one are created, and any existing option left out of the list is deleted along with the values contacts hold for it. The field type and slug cannot be changed.

api
hostinger_patch_api_reach_v1_profiles_by_profileuuid_tags_by_taguuidWRITE

Rename a tag. The contacts assigned to the tag are unaffected. Names are unique within a profile, so renaming a tag to a name that is already taken is rejected.

api
hostinger_post_api_agency_hosting_v1_orders_by_order_id_websites_setupsWRITE

Provisions a new website on one of your Agency Plan hosting orders. Choose the datacenter, stack (`flavor`), and PHP version for the site. Optionally attach your own `domain` — omit it, set it to `null`, or leave it unavailable and a free `*.hostingersite.com` subdomain is generated instead — and/or install WordPress by supplying the `wordpress` details (admin account, site title, and language). Common setups: - Plain PHP site: `flavor` set to `php-fpm`, with `settings.php.version`; omit `wordpress` and `type`. - WordPress site: `flavor` set to the desired WordPress version (e.g. `wp-7.0`), plus the `wordpress` block (admin account, title, language). - Static/Node.js frontend app: `flavor` set to `php-fpm` and `type` set to `node-static`. Provisioning runs in the background, so the response returns immediately with a setup UUID that identifies the job. The new website becomes reachable once provisioning finishes.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_build_assetsWRITE

Builds and deploys a Node.js application for an Agency Plan website from an already-uploaded archive. Upload the archive to file browser first, then provide its relative path from document root in this request. Website contents are overwritten by the build result, which is deployed to public_html.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_cron_jobsWRITE

Creates a cron job for an Agency Plan website from a schedule expression and a command. Returns the created cron job, including its uuid, which is required to delete the cron job.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_databasesWRITE

Creates a MySQL database with a dedicated user for an Agency Plan website. The database name, username, and password must all be provided by the caller.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_databases_by_database_name_usersWRITE

Creates a user for an existing database on an Agency Plan website. Each database supports a single non-system user; creating a user for a database that already has one fails.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_domainsWRITE

Links a domain to the specified Agency Plan website so it can serve traffic for that domain.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_files_import_archiveWRITE

Imports an Agency Plan website from an already-uploaded archive. Upload the archive to the website's root directory via file browser first, then provide its filename in this request. Website contents are overwritten by the archive contents. Supported archive types: .zip, .tar, .tar.gz, .tgz.

api
hostinger_post_api_agency_hosting_v1_websites_by_website_uid_files_upload_urlsWRITE

Generate a file browser upload URL with authentication credentials for uploading files to an Agency Plan website's file storage. Returns `url`, `auth_key` and `rest_auth_key`. Use these to upload a file to the website's file storage via the TUS resumable upload protocol (TUS 1.0.0). Send `X-Auth: {auth_key}` and `X-Auth-Rest: {rest_auth_key}` headers on every request below. 1. Create the upload: `POST` to `{url}/{relative_file_path}?override=true` with headers `upload-length: {file size in bytes}` and `upload-offset: 0`. Expect `201 Created`. 2. Upload the file: send the file bytes to the same location (any TUS 1.0.0 client, or `PATCH` requests with an `upload-offset` header tracking progress) until complete. `relative_file_path` is the destination path inside the website's file storage, e.g. `app.zip`. Instead of a TUS client, plain `curl` also works: ``` FILE=app.zip SIZE=$(stat -f%z "$FILE") # stat -c%s on Linux curl -i -X POST "{url}/${FILE}?override=true" \ -H "X-Auth: {auth_key}" \ -H "X-Auth-Rest: {rest_auth_key}" \ -H "Tus-Resumable: 1.0.0" \ -H "Upload-Length: ${SIZE}" \ -H "Upload-Offset: 0" -> 201 Created: curl -i -X PATCH "{url}/${FILE}?override=true" \ -H "X-Auth: {auth_key}" \ -H "X-Auth-Rest: {rest_auth_key}" \ -H "Tus-Resumable: 1.0.0" \ -H "Content-Type: application/offset+octet-stream" \ -H "Upload-Offset: 0" \ --data-binary "@${FILE}" -> 204 No Content, Upload-Offset response header equals SIZE when done: ```.

api
hostinger_post_api_billing_v1_ordersWRITE

Create a purchase order for any Hostinger product. This unified endpoint places an order for one or more catalog items and works across all Hostinger products, leveraging the existing billing infrastructure. Use the catalog endpoint (#tag/billing-catalog) to look up the `item_id` values available for purchase. If no payment method is provided, your default payment method will be used automatically. If the response is `202 Accepted`, the payment is still being processed and the order will complete asynchronously once the payment is confirmed. This endpoint only places the order. Product-specific provisioning (e.g. VPS setup or domain registration) is not performed here — once the order completes, use the relevant product endpoints or hPanel (https://hpanel.hostinger.com/) to finalize setup. Use this endpoint to purchase any product available in the catalog. SPENDS MONEY: this places a PAID order against the account's billing profile and stored payment method. It is not a dry run and there is no confirmation step.

api
hostinger_post_api_billing_v1_payment_methods_by_paymentmethodidWRITE

Set the default payment method for your account. Use this endpoint to configure the primary payment method for future orders. COSTS MONEY LATER: this does not charge anything now, and that is the trap -- it commits the account to a future recurring charge, or changes which stored card every other charge is taken from. Nobody is asked again when the money actually moves.

api
hostinger_post_api_billing_v1_subscriptions_by_subscriptionid_renewWRITE

Create a renewal order for an existing Hostinger subscription. This endpoint places a renewal order for a single subscription, leveraging the existing billing infrastructure. Use the subscriptions endpoint (#tag/billing-subscriptions) to look up the `subscriptionId` values available for renewal. If no payment method is provided, your default payment method will be used automatically. If the response is `202 Accepted`, the payment is still being processed and the renewal will complete asynchronously once the payment is confirmed. Use this endpoint to renew any subscription available in your account. SPENDS MONEY: this places a PAID order against the account's billing profile and stored payment method. It is not a dry run and there is no confirmation step.

api
hostinger_post_api_dns_v1_snapshots_by_domain_by_snapshotid_restoreWRITE

Restore DNS zone to the selected snapshot. Use this endpoint to revert domain DNS to a previous configuration.

api
hostinger_post_api_dns_v1_zones_by_domain_resetWRITE

Reset DNS zone to the default records. Use this endpoint to restore domain DNS to original configuration.

api
hostinger_post_api_dns_v1_zones_by_domain_validateWRITE

Validate DNS records prior to update for the selected domain. If the validation is successful, the response will contain `200 Success` code. If there is validation error, the response will fail with `422 Validation error` code. Use this endpoint to verify DNS record validity before applying changes.

api
hostinger_post_api_domains_v1_availabilityWRITE

Check availability of domain names across multiple TLDs. Multiple TLDs can be checked at once. If you want alternative domains with response, provide only one TLD and set `with_alternatives` to `true`. TLDs should be provided without leading dot (e.g. `com`, `net`, `org`). Endpoint has rate limit of 90 requests per minute. Use this endpoint to verify domain availability before purchase.

api
hostinger_post_api_domains_v1_availability_alternatives_from_descriptionWRITE

Suggest available domain names based on a free-text description of your project. Suggestions are generated by an AI model, so they differ between calls. Endpoint has rate limit of 90 requests per minute. Use this endpoint to find a domain name when you only know what the website is about.

api
hostinger_post_api_domains_v1_availability_alternatives_from_domainWRITE

Suggest available domain names based on a domain name you already have in mind. Suggestions are generated by an AI model, so they differ between calls. Endpoint has rate limit of 90 requests per minute. Use this endpoint when the domain you wanted is taken and you need close alternatives.

api
hostinger_post_api_domains_v1_forwardingWRITE

Create domain forwarding configuration. Use this endpoint to set up domain redirects to other URLs.

api
hostinger_post_api_domains_v1_move_outgoing_by_domainWRITE

Initiate a move of a specified domain to another Hostinger account. The receiving account has to already exist and accept the move before the domain changes hands. The domain must be active. The subscription it belongs to is resolved automatically, and the request is rejected with a 404 status code when the domain has no domain subscription of its own. Domains protected by premium protection require an additional verification step, such requests are rejected with a 428 status code. Use this endpoint to hand a domain over to another Hostinger user.

api
hostinger_post_api_domains_v1_portfolioWRITE

Purchase and register a new domain name. If registration fails, login to hPanel (https://hpanel.hostinger.com/) and check domain registration status. If no payment method is provided, your default payment method will be used automatically. If the response is `202 Accepted`, the payment is still being processed and the domain was not registered. Once the order completes, register the domain from hPanel (https://hpanel.hostinger.com/). If no WHOIS information is provided, default contact information for that TLD will be used. Before making request, ensure WHOIS information for desired TLD exists in your account. Some TLDs require `additional_details` to be provided and these will be validated before completing purchase. Use this endpoint to register new domains for users. SPENDS MONEY: this places a PAID order against the account's billing profile and stored payment method. It is not a dry run and there is no confirmation step.

api
hostinger_post_api_domains_v1_portfolio_by_domain_setupWRITE

Register a domain you have already paid for but which has not been set up yet. Use this endpoint when an order completed without registering the domain, for example when `Purchase new domain` returned `202 Accepted` and the domain was added to your account without being registered, or when an earlier setup attempt failed. No new order is placed and no payment is taken: the subscription you already own is used, for the period you already paid for. A domain is left awaiting setup when the details needed to register it were missing or invalid as the order completed. Domains ordered elsewhere can be awaiting setup for the same reason. Complete the missing information, then call this endpoint. If the order itself has not completed yet, the domain is not on your account, wait until it appears in `Get domain list`. If `domain_contacts` is omitted, the default WHOIS profile of that TLD is used for all four roles. The profile must exist and be complete for the TLD, an incomplete profile is the most common reason a domain is left awaiting setup. Create one with `Create WHOIS profile`. Some TLDs require `additional_details`. These are validated before setup, so a missing or invalid value is rejected without any registration being attempted. The domain is set up with the default nameservers and without privacy protection. Use `Update domain nameservers` and `Enable privacy protection` afterwards to change either. A successful response means the setup request was accepted, not that the domain is already registered. Poll `Get domain list` for the outcome, the domain appears in `Get domain details` only once it is registered. Use this endpoint to finish registering a domain that is awaiting setup on your account.

api
hostinger_post_api_domains_v1_portfolio_claimWRITE

Claim a free domain available on your account and register it. Unlike purchasing a domain, this consumes a free domain you already have, so no payment method is required. A successful response means the domain is registered. If registration fails, login to hPanel (https://hpanel.hostinger.com/) and check domain registration status. If no WHOIS information is provided, default contact information for that TLD will be used. Before making request, ensure WHOIS information for desired TLD exists in your account. Some TLDs require `additional_details` to be provided and these will be validated before claiming. Requests which cannot be fulfilled are rejected with an error code in the response body, for example `2037` when no free domain is available. Use this endpoint to register a domain using a free domain from your account. CONSUMES A ONE-TIME ENTITLEMENT: this spends the free domain (or free transfer) allowance included with the account's plan. It costs nothing at the till and CANNOT BE UNDONE -- the allowance is gone, on whatever domain this call names.

api
hostinger_post_api_domains_v1_transfers_claimWRITE

Claim a free domain transfer available on your account and start the transfer. Unlike purchasing a transfer, this consumes a free domain transfer you already have, so no payment method is required. Before making request, unlock the domain at the current registrar and get its authorization code. The transfer is validated first, so domains which cannot be transferred are rejected before the free domain transfer is consumed. A successful response means the transfer has been started. Completion depends on the current registrar and can be followed with the transfer list endpoint (#tag/domains-transfer). If no WHOIS information is provided, default contact information for that TLD will be used. Before making request, ensure WHOIS information for desired TLD exists in your account. Requests which cannot be fulfilled are rejected with an error code in the response body. Use this endpoint to transfer a domain using a free domain transfer from your account. CONSUMES A ONE-TIME ENTITLEMENT: this spends the free domain (or free transfer) allowance included with the account's plan. It costs nothing at the till and CANNOT BE UNDONE -- the allowance is gone, on whatever domain this call names.

api
hostinger_post_api_domains_v1_whoisWRITE

Create WHOIS contact profile. Use this endpoint to add new contact information for domain registration.

api
hostinger_post_api_ecommerce_v1_storesWRITE

Create a new store for your account. A primary sales channel is created alongside the store.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_discountsWRITE

Create a discount for a store. Fixed discounts take an amount in the smallest currency unit (e.g. $10 is 1000); percentage discounts take a whole-number value between 1 and 100. Free-shipping discounts ignore value. Returns the created discount.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_orders_by_order_id_cancelWRITE

Cancel the order and optionally email the customer. Returns the updated order summary.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_orders_by_order_id_fulfillWRITE

Create a fulfilment for the order and attach tracking in one call. Omit items to fulfil every remaining unfulfilled item. Returns the updated order summary.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_payment_methods_manualWRITE

Enable a manual payment method so the store can accept orders without an online payment provider.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_payment_providers_by_provider_id_connect_linkWRITE

Create an onboarding link for connecting a payment gateway to the store. Returns the gateway onboarding URL for the merchant to open and a deep-link into the store admin.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_products_by_product_id_imagesWRITE

Fetch a raster image (JPEG, PNG, GIF or WebP, max 15MB) from a URL and attach it to a product in a single call. Image downloads require HTTPS on port 443 without embedded credentials. At most one redirect is allowed, and its destination must meet the same requirements. Private or reserved network destinations, unsupported URLs and longer redirect chains are rejected. The image is virus-scanned and validated by content, then stored on the CDN. Set is_thumbnail to make it the product's primary image.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_products_by_product_id_images_upload_urlWRITE

Returns a signed URL to upload a product image to (multipart/form-data POST). Then call the attach-image endpoint with the returned object_name to scan and attach it to the product.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_products_by_product_id_variantsWRITE

Add a variant to a product along one or more option dimensions (e.g. Size, Color). Options missing from the product are created automatically; provide a value for every option the product already has. Prices are integers in the smallest currency unit and default to the store currency. Returns the created variant.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_products_digitalWRITE

Create a published digital product with a single variant and an optional external download link.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_products_physicalWRITE

Create a published physical product with a single variant priced in the store currency.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_sales_channelsWRITE

Create a sales channel for a store. A "custom" channel is headless: build your own frontend and keep your catalog, orders, shipping and payments in sync through the Ecommerce API. A "quick-link" channel is a hosted one-page store whose handle is auto-generated.

api
hostinger_post_api_ecommerce_v1_stores_by_store_id_shippingWRITE

Set the flat-rate shipping price for a store, creating the shipping zone if it does not exist yet.

api
hostinger_post_api_horizons_v1_websitesWRITE

Create new Hostinger Horizons website from the given message.\n Use this tool when user asks you to create a website, landing page, blog or any other type of application.\n This tool initiates the website creation process and returns a website URL and ID. The generation happens asynchronously.\n After invoking this tool, your chat reply must be EXACTLY 1 sentence summarizing that Hostinger Horizons is now creating their website and it will be ready in a few minutes and you should provide the website URL to the user immediately Do not write code.\n\nTo edit afterwards, use the `Edit website` tool with the returned website ID, or the user can go to Hostinger Horizons interface in the provided website URL. If the tool call fails with an error, you should provide a clear explanation of the error and do not generate code yourself in the chat. \n TECHNOLOGY STACK CONSTRAINTS (STRICTLY ENFORCED):\n The environment is limited to the following technologies. You MUST NOT use, suggest, or implement any technology outside this list:\n \n - Language: JavaScript ONLY. - Languages like TypeScript, Rust, Python, Java, PHP, etc., are STRICTLY PROHIBITED.\n - Framework: React.\n - Navigation: React Router.\n - Styling: TailwindCSS.\n - Components: shadcn/ui (built with @radix-ui primitives).\n - Icons: Lucide React.\n - Animations: Framer Motion.\n \n BACKEND & DATA STORAGE:\n - Horizons integrated backend is the EXCLUSIVE solution for persistent data storage, authentication, and database needs.\n - Local databases (SQLite, MySQL, etc.) are STRICTLY PROHIBITED.\n - Third-party services (Firebase, AWS Amplify) are allowed ONLY if explicitly requested by the user.\n \n MAPS:\n - OpenStreetMap is the default provider.\n - Alternative providers (Google Maps, Mapbox) are allowed ONLY if explicitly requested by the user.\n.

api
hostinger_post_api_horizons_v1_websites_by_websiteid_cloneWRITE

Clone a Hostinger Horizons website into a new website.\n Use this tool when the user wants a copy of an existing website, for example to try out changes without touching the original.\n This tool returns the ID and URL of the newly created copy. The original website is left untouched.\n To edit the copy, use the `Edit website` tool with the returned website ID, or the user can open the provided website URL in Hostinger Horizons interface.

api
hostinger_post_api_horizons_v1_websites_by_websiteid_messagesWRITE

Edit an existing Hostinger Horizons website with a follow-up message.\n Use this tool when the user wants to change, extend or fix a website that already exists.\n This tool queues the requested changes and returns the website URL and ID. The changes are applied asynchronously.\n After invoking this tool, your chat reply must be EXACTLY 1 sentence summarizing that Hostinger Horizons is now applying the requested changes and they will be ready in a few minutes, and you should provide the website URL to the user immediately. Do not write code.\n If the tool call fails with an error, you should provide a clear explanation of the error and do not generate code yourself in the chat.

api
hostinger_post_api_horizons_v1_websites_by_websiteid_publishWRITE

Publish a Hostinger Horizons website so its latest changes go live.\n Use this tool when the user asks to publish, deploy or make their website live.\n This tool starts the publish process and returns the URL the website will be live on. Publishing happens asynchronously and takes a few minutes.\n After invoking this tool, your chat reply must be EXACTLY 1 sentence summarizing that the website is being published and you should provide the published URL to the user immediately.

api
hostinger_post_api_hosting_v1_accounts_by_username_cron_jobsWRITE

Creates a cron job for the specified account from a schedule expression and a command. Returns the created cron job, including its uid, which is required to delete the cron job or fetch its output.

api
hostinger_post_api_hosting_v1_accounts_by_username_databasesWRITE

Creates a database with a database user and password for the specified account. The database name and user are automatically prefixed with the account username when needed.

api
hostinger_post_api_hosting_v1_accounts_by_username_databases_by_name_remote_connectionsWRITE

Allows a remote host to connect to the specified database. Provide an IPv4/IPv6 address, or "%" to allow any host. The database name must be the full name returned by the list databases endpoint.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_deployWRITE

Deploy a static application from an archive file. WARNING: this overwrites the website's existing contents and cannot be undone — verify this is intended before calling this endpoint. This endpoint allows you to deploy a static application from an archive file that has been uploaded to the website's directory. This only works for static sites (pre-built HTML/CSS/JS with no build step). For Node.js applications, use `Create NodeJS build from archive` instead, or `Start Node.js build` if the archive is already uploaded. For WordPress sites, use `Import WordPress website`.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_buildsWRITE

Start a Node.js build process using files already present on the website's file storage. WARNING: on success this overwrites the website's existing contents and cannot be undone — verify this is intended before calling this endpoint. With `source_type` `archive`, `source_options.archive_path` must point to an existing archive file on the server (relative to the website document root). Use the `Generate Upload URL` endpoint to obtain credentials and upload the archive first. To auto-detect build settings from an archive before starting, first call the `Get Node.js Build Settings from Archive` endpoint. With `source_type` `git`, `source_options` carries `owner`, `repository`, `branch` and `installation_uuid`. Take the installation from `List Git installations` and the owner and repository from `List Git installation repositories`; the branch is cloned at its current head. The installation must belong to the same customer as the website. The returned build `uuid` can be used to poll progress and retrieve logs via the `Get Node.js Build Logs` endpoint.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_server_restartWRITE

Restarts the Node.js server process for the website. Does not rebuild or redeploy the application. Use it to apply environment or configuration changes, or to recover a hung application. Only applicable to server-side applications (Express, Next.js, NestJS, etc.). Static front-end apps (React, Vue, Vite) have no persistent server process, so restarting them has no effect. Returns success even when the website has no server process to restart.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_vulnerabilities_patchWRITE

Patches the selected Node.js vulnerabilities by updating the affected package versions in `package.json` and opening a GitHub pull request in the connected repository. The customer reviews and merges the pull request; merging triggers the automatic deployment. Auto-fix is only available for websites deployed from a connected GitHub repository. Websites deployed from an archive have no auto-fix path and return a 404. The Hostinger GitHub App needs write access to the repository; without it the request fails with a 403 explaining the missing permission. Only vulnerabilities with `is_patchable` set to `true` can be patched. Non-patchable IDs in the selection are skipped; the pull request covers the patchable subset, listed in `patched_vulnerability_ids`. Selections without any patchable vulnerability are rejected with a 422. Only one patch pull request can be open at a time per website; close or merge it before patching again. Available on Business and Cloud Hosting plans.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_parked_domainsWRITE

Create a parked or alias domain for the selected website. Provide a domain name or IP address to park on the website so it serves the same content as the parent domain.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_redirectsWRITE

Creates a redirect from a URL on the selected website to another URL or IP address.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_ssl_setupWRITE

Requests a lifetime SSL certificate for the website. The installation runs in the background; `Get SSL status` reports `active` or `failed` when it ends. An `active` lifetime certificate does not block the request: a new installation is requested, which is how a certificate is reinstalled. Returns 422 for free subdomains (their certificate is managed by the platform), while an installation is `installing` or `waiting_for_retry`, when the website's certificate was revoked (it cannot be reissued), and when an uploaded custom certificate is installed; that one has to be uninstalled first.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_subdomainsWRITE

Create a new subdomain for the selected website. Provide a subdomain prefix and, optionally, a custom directory or the website public directory to use as the subdomain root.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_wordpress_importWRITE

Import WordPress website to the specified domain. WARNING: this overwrites the website's existing contents and cannot be undone — verify this is intended before calling this endpoint. This endpoint allows you to import a WordPress website from archive and database files that have been uploaded to the website's directory.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_wordpress_plugins_deployWRITE

Deploy a WordPress plugin from an already uploaded directory. This endpoint allows you to deploy a WordPress plugin that has been uploaded to the website's directory. The plugin will be activated and made available in the WordPress admin panel.

api
hostinger_post_api_hosting_v1_accounts_by_username_websites_by_domain_wordpress_themes_deployWRITE

Deploy a WordPress theme from an already uploaded directory. This endpoint allows you to deploy a WordPress theme that has been uploaded to the website's directory. The theme can be optionally activated after deployment.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_litespeed_cache_purgeWRITE

Purge the LiteSpeed Cache for the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_login_linksWRITE

Create temporary auto-login links for the specified WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_activateWRITE

Activate an installed plugin on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the activation job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_deactivateWRITE

Deactivate an installed plugin on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the deactivation job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_hostinger_updateWRITE

Update a Hostinger plugin to its latest version on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the update job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_installWRITE

Install one or more plugins on an existing WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). Use GET /api/hosting/v1/wordpress/plugins to discover the plugin slugs available for installation. This operation is asynchronous: a successful response only means the install job has been queued, not that the plugins are ready.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_uninstallWRITE

Uninstall one or more plugins from a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the uninstall job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_plugins_updateWRITE

Update one or more installed plugins to their latest version on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the update job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_themes_activateWRITE

Activate an installed theme on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the activation job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_themes_installWRITE

Install a theme on an existing WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). When the theme is one of the Hostinger themes (hostinger-blog, hostinger-affiliate-theme, hostinger-ai-theme), the optional `palette`, `layout`, and `font` fields are forwarded to the custom installer (defaults: palette1, layout1, default). For any other theme they are ignored. This operation is asynchronous: a successful response only means the install job has been queued, not that the theme is ready.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_themes_uninstallWRITE

Uninstall one or more themes from a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the uninstall job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_themes_updateWRITE

Update one or more installed themes to their latest version on a WordPress installation. Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the update job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_by_software_updateWRITE

Update the WordPress core for the specified installation (minor update or a specific version). Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field). This operation is asynchronous: a successful response only means the update job has been queued.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_installationsWRITE

Install WordPress on an existing website. The website must already exist before calling this endpoint. To create a new website first, use POST /api/hosting/v1/websites and poll GET /api/hosting/v1/websites until it appears. Call GET /api/hosting/v1/wordpress/installations filtered by username and domain before proceeding to check whether WordPress is already installed on the target domain/path. If WordPress already exists and `overwrite` is false (the default), the async job will fail. This operation is asynchronous: a successful response only means the install job has been queued, not that WordPress is ready. Installation typically takes 1-2 minutes. Poll GET /api/hosting/v1/wordpress/installations filtered by username and domain to track progress. When the installation appears in that list, WordPress is ready.

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_installations_check_is_validWRITE

Check whether one or more WordPress installations are valid and working correctly. Detects broken installations caused by missing files, broken plugins, themes and similar issues. Provide the WordPress installation (software) identifiers in the body. They can be obtained from GET /api/hosting/v1/wordpress/installations (the `id` field).

api
hostinger_post_api_hosting_v1_accounts_by_username_wordpress_installations_detectWRITE

Trigger a background scan to detect WordPress installations for the account. This operation is asynchronous: a successful response only means the scan has been queued. Poll GET /api/hosting/v1/wordpress/installations to fetch the detected installations once the scan completes.

api
hostinger_post_api_hosting_v1_domains_free_subdomainsWRITE

Generate a unique free subdomain that can be used for hosting services without purchasing custom domains. Free subdomains allow you to start using hosting services immediately and you can always connect a custom domain to your site later.

api
hostinger_post_api_hosting_v1_domains_verify_ownershipWRITE

Verify ownership of a single domain and return the verification status. Use this endpoint to check if a domain is accessible for you before using it for new websites. If the domain is accessible, the response will have `is_accessible: true`. If not, add the given TXT record to your domain's DNS records and try verifying again. Keep in mind that it may take up to 10 minutes for new TXT DNS records to propagate. Skip this verification when using Hostinger's free subdomains (*.hostingersite.com).

api
hostinger_post_api_hosting_v1_files_upload_urlsWRITE

Generate a file browser upload URL with authentication credentials for uploading files directly to a website's file storage. Returns `url`, `auth_key` and `rest_auth_key`. Use these to upload a file to the website's `public_html` directory via the TUS resumable upload protocol (TUS 1.0.0). Send `X-Auth: {auth_key}` and `X-Auth-Rest: {rest_auth_key}` headers on every request below. 1. Create the upload: `POST` to `{url}/{relative_file_path}?override=true` with headers `upload-length: {file size in bytes}` and `upload-offset: 0`. Expect `201 Created`. 2. Upload the file: send the file bytes to the same location (any TUS 1.0.0 client, or `PATCH` requests with an `upload-offset` header tracking progress) until complete. `relative_file_path` is the destination path inside `public_html`, e.g. `app.zip`. Instead of a TUS client, plain `curl` also works: ``` FILE=app.zip SIZE=$(stat -f%z "$FILE") # stat -c%s on Linux curl -i -X POST "{url}/${FILE}?override=true" \ -H "X-Auth: {auth_key}" \ -H "X-Auth-Rest: {rest_auth_key}" \ -H "Tus-Resumable: 1.0.0" \ -H "Upload-Length: ${SIZE}" \ -H "Upload-Offset: 0" -> 201 Created: curl -i -X PATCH "{url}/${FILE}?override=true" \ -H "X-Auth: {auth_key}" \ -H "X-Auth-Rest: {rest_auth_key}" \ -H "Tus-Resumable: 1.0.0" \ -H "Content-Type: application/offset+octet-stream" \ -H "Upload-Offset: 0" \ --data-binary "@${FILE}" -> 204 No Content, Upload-Offset response header equals SIZE when done: ```.

api
hostinger_post_api_hosting_v1_websitesWRITE

Create a new website for the authenticated client. Provide the domain name and associated order ID to create a new website. The datacenter_code parameter is required when creating the first website on a new hosting plan - this will set up and configure new hosting account in the selected datacenter. Subsequent websites will be hosted on the same datacenter automatically. Website creation takes up to a few minutes to complete. Check the websites list endpoint to see when your new website becomes available.

api
hostinger_post_api_mail_v1_catchalls_by_catchallid_confirmation_resendWRITE

Resend the confirmation email to the mailbox address of an unconfirmed catch-all.

api
hostinger_post_api_mail_v1_forwarders_by_forwarderid_confirmation_resendWRITE

Resend the confirmation email to the destination address of an unconfirmed forwarder.

api
hostinger_post_api_mail_v1_mailboxes_by_mailboxid_aliasesWRITE

Create an alias for the given mailbox. The alias address is formed from the given local part and the domain of the mailbox. Messages sent to the alias are delivered to the mailbox.

api
hostinger_post_api_mail_v1_mailboxes_by_mailboxid_autorepliesWRITE

Create an automatic reply for the given mailbox. A mailbox can have only one autoreply. Omit `starts_at` to activate the autoreply immediately and omit `ends_at` to keep it active indefinitely.

api
hostinger_post_api_mail_v1_mailboxes_by_mailboxid_catchallsWRITE

Create a catch-all that routes all messages sent to unknown addresses of the domain to the given mailbox. The mailbox address receives a confirmation email and the catch-all becomes active only after it is confirmed. A domain can have only one catch-all.

api
hostinger_post_api_mail_v1_mailboxes_by_mailboxid_forwardersWRITE

Create a forwarder from the given mailbox to the destination address. The destination receives a confirmation email and forwarding becomes active only after it is confirmed.

api
hostinger_post_api_mail_v1_mailboxes_by_mailboxid_webhooksWRITE

Create a webhook for the given mailbox. The generated secret is returned only in this response and is sent as a bearer token with every delivery.

api
hostinger_post_api_mail_v1_orders_by_orderid_api_tokensWRITE

Create an API token for the given mail order. The token grants access to the Hostinger Email API (https://api.mail.hostinger.com/), where you can provision and manage the mailboxes it is scoped to. The plaintext token is returned only in this response, never again. A maximum of 10 tokens can exist per order. Use `scope.has_all_mailboxes` to cover all current and future mailboxes, or list specific mailboxes in `scope.mailbox_ids`. Changes the account's Mail API tokens: a revoked token stops working immediately for everything that uses it.

api
hostinger_post_api_mail_v1_orders_by_orderid_mailboxesWRITE

Create a mailbox under the given mail order. The full email address is composed from the given local part and the domain of the order.

api
hostinger_post_api_mail_v1_webhooks_by_webhookid_regenerate_secretWRITE

Regenerate the secret of a webhook. The previous secret is immediately invalidated. The new secret is returned only in this response and is sent as a bearer token with every delivery.

api
hostinger_post_api_mail_v1_webhooks_by_webhookid_testWRITE

Send a test delivery to the webhook URL and return the result. Test requests are rate limited upstream.

api
hostinger_post_api_reach_v1_contactsWRITE

Create a new contact in the email marketing system. This endpoint allows you to create a new contact with basic information like name, email, and surname. If double opt-in is enabled, the contact will be created with a pending status and a confirmation email will be sent. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_campaignsWRITE

Create a campaign in a profile. The campaign is created as a draft, so nothing is sent and no contact is touched. It has no audience yet either - targeting and scheduling are not part of this request, the draft is finished and sent from the Reach interface.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_contactsWRITE

Create a new contact in the email marketing system. This endpoint allows you to create a new contact with basic information like name, email, and surname. If double opt-in is enabled, the contact will be created with a pending status and a confirmation email will be sent.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_contacts_bulkWRITE

Create many contacts in a profile in a single call. The contacts are imported in the background, so a success response means the import was accepted rather than finished. Contacts whose email already exists in the profile are left as they are. If double opt-in is enabled, new contacts start off pending and are sent a confirmation email.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_contacts_fieldsWRITE

Define a new custom contact field in a profile. The `slug` is derived from the label and, like the field type, cannot be changed later. Use the returned uuid to set values on contacts.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_segmentation_filters_contactsWRITE

Preview the contacts matching a set of conditions without saving a segment. The body is the same set of conditions accepted when creating or updating a segment, so this is how to check who a filter reaches, and how many, before persisting it. Nothing is stored and no contact is modified. Call the segment filter attributes endpoint first to discover the valid `attribute`, `operator` and `value` combinations.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_segmentation_segmentsWRITE

Create a segment in a profile. A segment is a saved set of conditions rather than a fixed list, so its membership changes as contacts change. Creating one does not modify any contact.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_tagsWRITE

Create tags in a profile. Names that already exist in the profile are not duplicated: the existing tag is returned instead, so the call is safe to repeat. Every tag in the request is returned, whether it was created now or already existed.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_tags_by_taguuid_contactsWRITE

Assign a tag to many contacts at once. Pass `contact_uuids` to target specific contacts, or `all_contacts` to target every contact in the profile. The work is queued, so a success response means it was accepted rather than finished. Contacts that already carry the tag are left alone.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_tags_by_taguuid_contacts_by_contactuuidWRITE

Assign a tag to a single contact. Unlike the bulk endpoint this is applied immediately rather than queued. Assigning a tag the contact already carries succeeds without duplicating it.

api
hostinger_post_api_reach_v1_profiles_by_profileuuid_templatesWRITE

Create an email template in a profile. The template holds the HTML body a campaign reuses, so it can be created before any campaign exists. Only the template metadata comes back - keep the returned `uuid` to reference it as the `template_uuid` of a campaign.

api
hostinger_post_api_reach_v1_segmentation_segmentsWRITE

Create a new contact segment. This endpoint allows creating a new contact segment that can be used to organize contacts. The segment can be configured with specific criteria like email, name, subscription status, etc. Deprecated. This endpoint cannot target a profile, so it always falls back to the client's default profile and cannot create segments in any other profile. Use `POST /api/reach/v1/profiles/{profileUuid}/segmentation/segments` instead. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_post_api_vps_v1_firewallWRITE

Create a new firewall. Use this endpoint to set up new firewall configurations for VPS security.

api
hostinger_post_api_vps_v1_firewall_by_firewallid_activate_by_virtualmachineidWRITE

Activate a firewall for a specified virtual machine. Only one firewall can be active for a virtual machine at a time. Use this endpoint to apply firewall rules to VPS instances.

api
hostinger_post_api_vps_v1_firewall_by_firewallid_deactivate_by_virtualmachineidWRITE

Deactivate a firewall for a specified virtual machine. Use this endpoint to remove firewall protection from VPS instances.

api
hostinger_post_api_vps_v1_firewall_by_firewallid_rulesWRITE

Create new firewall rule for a specified firewall. By default, the firewall drops all incoming traffic, which means you must add accept rules for all ports you want to use. Any virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually. Use this endpoint to add new security rules to firewalls.

api
hostinger_post_api_vps_v1_firewall_by_firewallid_syncWRITE

Sync a firewall's rules to every virtual machine it's assigned to. Firewall can lose sync with a virtual machine if the firewall has new rules added, removed or updated. Use this endpoint to apply updated firewall rules to all VPS instances assigned to the firewall.

api
hostinger_post_api_vps_v1_firewall_by_firewallid_sync_by_virtualmachineidWRITE

Deprecated: use `POST /api/vps/v1/firewall/{firewallId}/sync` instead, which syncs the firewall to all virtual machines assigned to it. Sync a firewall for a specified virtual machine. Firewall can lose sync with virtual machine if the firewall has new rules added, removed or updated. Use this endpoint to apply updated firewall rules to VPS instances. DEPRECATED by Hostinger; it still answers, but prefer the current replacement in the same product family.

api
hostinger_post_api_vps_v1_post_install_scriptsWRITE

Add a new post-install script to your account, which can then be used after virtual machine installation. The script contents will be saved to the file `/post_install` with executable attribute set and will be executed once virtual machine is installed. The output of the script will be redirected to `/post_install.log`. Maximum script size is 48KB. Use this endpoint to create automation scripts for VPS setup tasks.

api
hostinger_post_api_vps_v1_public_keysWRITE

Add a new public key to your account. Use this endpoint to register SSH keys for VPS authentication.

api
hostinger_post_api_vps_v1_public_keys_attach_by_virtualmachineidWRITE

Attach existing public keys from your account to a specified virtual machine. Multiple keys can be attached to a single virtual machine. Use this endpoint to enable SSH key authentication for VPS instances.

api
hostinger_post_api_vps_v1_virtual_machinesWRITE

Purchase and setup a new virtual machine. If virtual machine setup fails for any reason, login to hPanel (https://hpanel.hostinger.com/) and complete the setup manually. If no payment method is provided, your default payment method will be used automatically. If the response is `202 Accepted`, the payment is still being processed and the virtual machine was not set up. Login to hPanel (https://hpanel.hostinger.com/) and complete the setup manually. Use this endpoint to create new VPS instances. SPENDS MONEY: this places a PAID order against the account's billing profile and stored payment method. It is not a dry run and there is no confirmation step.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_backups_by_backupid_restoreWRITE

Restore a backup for a specified virtual machine. The system will then initiate the restore process, which may take some time depending on the size of the backup. All data on the virtual machine will be overwritten with the data from the backup. Use this endpoint to recover VPS data from backup points.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_dockerWRITE

Deploy new project from docker-compose.yaml contents or download contents from URL. URL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to docker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents. If project with the same name already exists, existing project will be replaced.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_restartWRITE

Restarts all services in a Docker Compose project by stopping and starting containers in the correct dependency order. This operation preserves data volumes and network configurations while refreshing the running containers. Use this to apply configuration changes or recover from service failures.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_startWRITE

Starts all services in a Docker Compose project that are currently stopped. This operation brings up containers in the correct dependency order as defined in the compose file. Use this to resume a project that was previously stopped or to start services after a system reboot.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_stopWRITE

Stops all running services in a Docker Compose project while preserving container configurations and data volumes. This operation gracefully shuts down containers in reverse dependency order. Use this to temporarily halt a project without removing data or configurations.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_docker_by_projectname_updateWRITE

Updates a Docker Compose project by pulling the latest image versions and recreating containers with new configurations. This operation preserves data volumes while applying changes from the compose file. Use this to deploy application updates, apply configuration changes, or refresh container images to their latest versions.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_monarxWRITE

Install the Monarx malware scanner on a specified virtual machine. Monarx (https://www.monarx.com/) is a security tool designed to detect and prevent malware infections on virtual machines. By installing Monarx, users can enhance the security of their virtual machines, ensuring that they are protected against malicious software. Use this endpoint to enable malware protection on VPS instances.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_ptr_by_ipaddressidWRITE

Create or update a PTR (Pointer) record for a specified virtual machine. Use this endpoint to configure reverse DNS lookup for VPS IP addresses.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_recoveryWRITE

Initiate recovery mode for a specified virtual machine. Recovery mode is a special state that allows users to perform system rescue operations, such as repairing file systems, recovering data, or troubleshooting issues that prevent the virtual machine from booting normally. Virtual machine will boot recovery disk image and original disk image will be mounted in `/mnt` directory. Use this endpoint to enable system rescue operations on VPS instances.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_recreateWRITE

Recreate a virtual machine from scratch. The recreation process involves reinstalling the operating system and resetting the virtual machine to its initial state. Snapshots, if there are any, will be deleted. Password Requirements: Password will be checked against leaked password databases. Requirements for the password are: - At least 12 characters long - At least one uppercase letter - At least one lowercase letter - At least one number - Is not leaked publicly This operation is irreversible and will result in the loss of all data stored on the virtual machine! Use this endpoint to completely rebuild VPS instances with fresh OS installation.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_restartWRITE

Restart a specified virtual machine by fully stopping and starting it. If the virtual machine was stopped, it will be started. Use this endpoint to reboot VPS instances.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_setupWRITE

Setup newly purchased virtual machine with `initial` state. Use this endpoint to configure and initialize purchased VPS instances.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_snapshotWRITE

Create a snapshot of a specified virtual machine. A snapshot captures the state and data of the virtual machine at a specific point in time, allowing users to restore the virtual machine to that state if needed. This operation is useful for backup purposes, system recovery, and testing changes without affecting the current state of the virtual machine. Creating new snapshot will overwrite the existing snapshot! Use this endpoint to capture VPS state for backup and recovery purposes.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_snapshot_restoreWRITE

Restore a specified virtual machine to a previous state using a snapshot. Restoring from a snapshot allows users to revert the virtual machine to that state, which is useful for system recovery, undoing changes, or testing. Use this endpoint to revert VPS instances to previous saved states.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_startWRITE

Start a specified virtual machine. If the virtual machine is already running, the request will still be processed without any effect. Use this endpoint to power on stopped VPS instances.

api
hostinger_post_api_vps_v1_virtual_machines_by_virtualmachineid_stopWRITE

Stop a specified virtual machine. If the virtual machine is already stopped, the request will still be processed without any effect. This is a compute-only power state change and does not affect billing. To stop future charges, disable auto-renewal on the owning subscription. Use this endpoint to power off running VPS instances.

api
hostinger_put_api_agency_hosting_v1_websites_by_website_uid_domains_by_from_domainWRITE

Changes the primary domain for an Agency Plan website. Provide the current domain in the path and the new domain in the request body. Set domain to null to revert to the temporary domain.

api
hostinger_put_api_agency_hosting_v1_websites_by_website_uid_php_settings_extensionsWRITE

Replaces the set of PHP extensions enabled on an Agency Plan website with the ones provided. Any toggleable extension not in the request is disabled, so call the extensions endpoint first and send the full desired set. Extensions compiled into PHP, reported with the "built-in" state, are always active and are unaffected.

api
hostinger_put_api_agency_hosting_v1_websites_by_website_uid_php_settings_optionsWRITE

Replaces the custom php.ini values on an Agency Plan website with the ones provided. Any option not in the request is reset to its default, so call the options endpoint first and send the full desired set. Sending an empty array resets every option to its default.

api
hostinger_put_api_dns_v1_zones_by_domainWRITE

Update DNS records for the selected domain. Using `overwrite = true` will replace existing records with the provided ones. Otherwise existing records will be updated and new records will be added. Use this endpoint to modify domain DNS configuration.

api
hostinger_put_api_domains_v1_forwarding_by_domainWRITE

Update domain forwarding configuration. Use this endpoint to modify existing redirect configuration for domains.

api
hostinger_put_api_domains_v1_move_incoming_by_domainWRITE

Accept an incoming move for a specified domain. The provided WHOIS profiles become the contacts of the domain, so they must belong to your account and satisfy the requirements of the TLD. Only the contact types the domain actually uses are applied, but all four profile IDs have to be provided. The move has to still be waiting for your decision, already accepted moves cannot be accepted again. Accepting does not complete the move. A confirmation email is sent to the email address of the new owner contact, and the domain changes hands only after the change is confirmed from it. Until then the move stays in the `activating` status, which can be followed with the incoming move endpoint (#tag/domains-move). Use this endpoint to take ownership of a domain offered to you.

api
hostinger_put_api_domains_v1_portfolio_by_domain_domain_lockWRITE

Enable domain lock for the domain. When domain lock is enabled, the domain cannot be transferred to another registrar without first disabling the lock. Use this endpoint to secure domains against unauthorized transfers.

api
hostinger_put_api_domains_v1_portfolio_by_domain_nameserversWRITE

Set nameservers for a specified domain. Be aware, that improper nameserver configuration can lead to the domain being unresolvable or unavailable. Use this endpoint to configure custom DNS hosting for domains.

api
hostinger_put_api_domains_v1_portfolio_by_domain_privacy_protectionWRITE

Enable privacy protection for the domain. When privacy protection is enabled, domain owner's personal information is hidden from public WHOIS database. Use this endpoint to protect domain owner's personal information from public view.

api
hostinger_put_api_domains_v1_whois_changeWRITE

Change WHOIS contact profile for a domain. Repoints the given contact roles to a new WHOIS profile and submits the change to the registry. The profile currently assigned to those roles is resolved automatically; the request fails if the given roles are not all on the same profile today. Changing transfer sensitive fields on the owner contact starts an IRTP verification. The change is processed asynchronously. Use this endpoint to move a registered domain onto different contact information.

api
hostinger_put_api_domains_v1_whois_default_by_whoisidWRITE

Set WHOIS contact profile as default. The default profile is pre-selected for the TLD it belongs to when registering new domains. Use this endpoint to avoid picking contact information for every registration.

api
hostinger_put_api_hosting_v1_accounts_by_username_websites_by_domain_git_auto_deployments_settingsWRITE

Creates or replaces the Git auto-deployment settings of the website: repository, branch, the directory under the document root to deploy into, and `is_enabled`. Send the full set; `is_enabled` defaults to true and `directory` to the document root. `installation_uuid` must be an installation from `List Git installations` that belongs to the same customer as the website. For PHP and static websites, saving with `is_enabled` true deploys the branch right away and every later push to that branch deploys again. For Node.js and Website Builder websites saving does not clone anything. On a Node.js website start the first deploy with `Start Node.js build` using `source_type` `git`; pushes then trigger new builds with the build settings stored for the website.

api
hostinger_put_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_settingsWRITE

Replaces the build settings stored for the website. Send the full set: `node_version` is required and every nullable field you omit is stored as null. Creates the settings when none exist yet. This does not start a build. Stored settings drive Git auto-deployment builds; a build started through the API uses the values sent in that request, so to rebuild with corrected settings call `Start Node.js build` with the same values. Typical fixes: a wrong `app_type` after auto-detection, or a missing `entry_file` for express, fastify, nest, nuxt and hono apps.

api
hostinger_put_api_hosting_v1_accounts_by_username_websites_by_domain_nodejs_builds_settings_envWRITE

Replaces the website's Node.js environment variables with the ones provided. This is a full replace: any variable not in the request is deleted, and sending an empty `env_vars` array deletes every variable. Saving writes the values and restarts the running Node.js process. A restart is enough for apps that read environment variables at process start, such as Express or NestJS. It is not enough for frameworks that bake variables into the build. Next.js standalone is one of those: build-time values (including `NEXT_PUBLIC_*`) need a fresh build. After this call, use the `Start Node.js build` endpoint so those apps pick up the new values. The `List Node.js environment variables` endpoint returns masked values (``), so never copy values from it into this request. Always send the full desired set with real values taken from the project `.env` file or the user prompt.

api
hostinger_put_api_mail_v1_autoreplies_by_autoreplyidWRITE

Replace the autoreply with the given content and schedule. Omitted optional fields are cleared: omit `starts_at` to activate the autoreply immediately and omit `ends_at` to keep it active indefinitely.

api
hostinger_put_api_reach_v1_profiles_by_profileuuid_segmentation_segments_by_segmentuuidWRITE

Rename a segment and/or replace the conditions that define it. `name` is always required. Omit `conditions` to rename without touching the conditions; supply them and they replace the existing set entirely rather than being merged into it. Contacts are never modified, but which of them match the segment can change immediately.

api
hostinger_put_api_vps_v1_firewall_by_firewallid_rulesWRITE

Replaces all firewall rules within a specified firewall group with the provided set of rules in a single atomic operation, instead of creating or deleting rules one by one. Any virtual machine using this firewall group will need to be synchronized after replacing rules; pass the "sync" parameter to trigger synchronization immediately.

api
hostinger_put_api_vps_v1_firewall_by_firewallid_rules_by_ruleidWRITE

Update a specific firewall rule from a specified firewall. Any virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually. Use this endpoint to modify existing firewall rules.

api
hostinger_put_api_vps_v1_post_install_scripts_by_postinstallscriptidWRITE

Update a specific post-install script. Use this endpoint to modify existing automation scripts.

api
hostinger_put_api_vps_v1_virtual_machines_by_virtualmachineid_hostnameWRITE

Set hostname for a specified virtual machine. Changing hostname does not update PTR record automatically. If you want your virtual machine to be reachable by a hostname, you need to point your domain A/AAAA records to virtual machine IP as well. Use this endpoint to configure custom hostnames for VPS instances.

api
hostinger_put_api_vps_v1_virtual_machines_by_virtualmachineid_nameserversWRITE

Set nameservers for a specified virtual machine. Be aware, that improper nameserver configuration can lead to the virtual machine being unable to resolve domain names. Use this endpoint to configure custom DNS resolvers for VPS instances.

api
hostinger_put_api_vps_v1_virtual_machines_by_virtualmachineid_panel_passwordWRITE

Set panel password for a specified virtual machine. If virtual machine does not use panel OS, the request will still be processed without any effect. Requirements for password are same as in the recreate virtual machine endpoint (/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines/{virtualMachineId}/recreate). Use this endpoint to configure control panel access credentials for VPS instances.

api
hostinger_put_api_vps_v1_virtual_machines_by_virtualmachineid_root_passwordWRITE

Set root password for a specified virtual machine. Requirements for password are same as in the recreate virtual machine endpoint (/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines/{virtualMachineId}/recreate). Use this endpoint to update administrator credentials for VPS instances.

api

Put Hostinger behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.