Hostinger
hostingerWeb hosting and domain management platform with APIs for billing, domains, DNS, and VPS management
Acciones disponibles (24)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Check Domain AvailabilityHOSTINGER_CHECK_DOMAIN_AVAILABILITYAcciónCheck domain availability. Verify if domain names are available for registration across multiple TLDs. Use this endpoint to check domain availability before purchase. Multiple TLDs can be checked at once. TLDs should be provided without leading dot (e.g., 'com', 'net', 'org'). If you want alternative domain suggestions with the response, provide only one TLD and set with_alternatives to true. Note: This endpoint has a rate limit of 10 requests per minute.
HOSTINGER_CHECK_DOMAIN_AVAILABILITYAcciónCheck domain availability. Verify if domain names are available for registration across multiple TLDs. Use this endpoint to check domain availability before purchase. Multiple TLDs can be checked at once. TLDs should be provided without leading dot (e.g., 'com', 'net', 'org'). If you want alternative domain suggestions with the response, provide only one TLD and set with_alternatives to true. Note: This endpoint has a rate limit of 10 requests per minute.
Parámetros de entrada
tldsstring[]ObligatorioList of TLDs to check availability for (without leading dot, e.g. 'com', 'net', 'org')
domainstringObligatorioDomain name to check availability (without TLD)
with_alternativesbooleanShould response include alternative domain suggestions. When set to true, provide only one TLD
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create VPS Public KeyHOSTINGER_CREATE_PUBLIC_KEYAcciónCreate public key. Add a new public key to your account for VPS SSH authentication. Use this endpoint to register SSH keys that can be used for authenticating to VPS instances. The public key will be associated with your account and can be assigned to VPS during creation or via VPS management endpoints.
HOSTINGER_CREATE_PUBLIC_KEYAcciónCreate public key. Add a new public key to your account for VPS SSH authentication. Use this endpoint to register SSH keys that can be used for authenticating to VPS instances. The public key will be associated with your account and can be assigned to VPS during creation or via VPS management endpoints.
Parámetros de entrada
keystringObligatorioSSH public key content (e.g., ssh-rsa AAAA... user@host).
namestringObligatorioName identifier for the public key.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WHOIS ProfileHOSTINGER_CREATE_WHOIS_PROFILEAcciónCreate a WHOIS contact profile for domain registration. Use this endpoint to add new contact information that can be used when registering domains. The WHOIS profile is required for domain registration and contains contact details such as name, email, phone, and address. The entity_type determines whether the contact is an individual or an organization. The created profile can be applied to domains matching the specified TLD.
HOSTINGER_CREATE_WHOIS_PROFILEAcciónCreate a WHOIS contact profile for domain registration. Use this endpoint to add new contact information that can be used when registering domains. The WHOIS profile is required for domain registration and contains contact details such as name, email, phone, and address. The entity_type determines whether the contact is an individual or an organization. The created profile can be applied to domains matching the specified TLD.
Parámetros de entrada
tldstringObligatorioTLD of the domain (without leading dot)
countrystringObligatorioISO 3166 2-letter country code
entity_typestringObligatorioenumLegal entity type
individualorganizationwhois_detailsobjectObligatorioWHOIS contact details
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Public KeyHOSTINGER_DELETE_PUBLIC_KEYAcciónDelete public key. Use this endpoint to remove unused SSH public keys from your account. Note: Deleting a public key from your account does not remove it from any virtual machines.
HOSTINGER_DELETE_PUBLIC_KEYAcciónDelete public key. Use this endpoint to remove unused SSH public keys from your account. Note: Deleting a public key from your account does not remove it from any virtual machines.
Parámetros de entrada
public_key_idintegerObligatorioThe unique identifier of the public key to delete
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Free SubdomainHOSTINGER_GENERATE_FREE_SUBDOMAINAcciónGenerate a free subdomain. Create 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.
HOSTINGER_GENERATE_FREE_SUBDOMAINAcciónGenerate a free subdomain. Create 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DNS RecordsHOSTINGER_GET_DNS_RECORDSAcciónTool to retrieve DNS records for a domain. Use this endpoint to view current DNS configuration for domain management purposes. Example use cases: - Review current DNS settings before making changes - Check propagation status after DNS updates - Audit DNS configuration for a domain
HOSTINGER_GET_DNS_RECORDSAcciónTool to retrieve DNS records for a domain. Use this endpoint to view current DNS configuration for domain management purposes. Example use cases: - Review current DNS settings before making changes - Check propagation status after DNS updates - Audit DNS configuration for a domain
Parámetros de entrada
domainstringObligatorioThe domain name for which to retrieve DNS records
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain ForwardingHOSTINGER_GET_DOMAIN_FORWARDINGAcciónTool to retrieve domain forwarding configuration. Use when you need to view the current redirect settings for a domain, including the target URL and redirect type (301/302).
HOSTINGER_GET_DOMAIN_FORWARDINGAcciónTool to retrieve domain forwarding configuration. Use when you need to view the current redirect settings for a domain, including the target URL and redirect type (301/302).
Parámetros de entrada
domainstringObligatorioDomain name to get forwarding configuration for
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get VPS Template DetailsHOSTINGER_GET_TEMPLATE_DETAILSAcciónGet template details. Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view specific template specifications before deployment. Example use cases: - Review template details before VPS deployment - Check OS version and documentation links - Verify template availability and specifications
HOSTINGER_GET_TEMPLATE_DETAILSAcciónGet template details. Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view specific template specifications before deployment. Example use cases: - Review template details before VPS deployment - Check OS version and documentation links - Verify template availability and specifications
Parámetros de entrada
template_idintegerObligatorioTemplate ID
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WHOIS ProfileHOSTINGER_GET_WHOIS_PROFILEAcciónGet WHOIS profile. Retrieve a WHOIS contact profile for domain registration contact information. Use this endpoint to view domain registration contact information including registrant, admin, and technical contacts.
HOSTINGER_GET_WHOIS_PROFILEAcciónGet WHOIS profile. Retrieve a WHOIS contact profile for domain registration contact information. Use this endpoint to view domain registration contact information including registrant, admin, and technical contacts.
Parámetros de entrada
whois_idintegerObligatorioThe unique identifier of the WHOIS contact profile to retrieve
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WHOIS Profile UsageHOSTINGER_GET_WHOIS_PROFILE_USAGEAcciónTool to retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains use specific contact profiles.
HOSTINGER_GET_WHOIS_PROFILE_USAGEAcciónTool to retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains use specific contact profiles.
Parámetros de entrada
whois_idintegerObligatorioThe unique identifier of the WHOIS contact profile
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog ItemsHOSTINGER_LIST_CATALOG_ITEMSAcciónGet catalog item list. Retrieve catalog items available for order. Use this endpoint to view available services and pricing before placing orders. Prices in catalog items are displayed as cents (without floating point), e.g., float 17.99 is displayed as integer 1799.
HOSTINGER_LIST_CATALOG_ITEMSAcciónGet catalog item list. Retrieve catalog items available for order. Use this endpoint to view available services and pricing before placing orders. Prices in catalog items are displayed as cents (without floating point), e.g., float 17.99 is displayed as integer 1799.
Parámetros de entrada
namestringFilter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domains
categorystringenumCategory for filtering catalog items.
DOMAINVPS
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List VPS Data CentersHOSTINGER_LIST_DATA_CENTERSAcciónGet data center list. Retrieve all available data centers. Use this endpoint to view location options before deploying VPS instances. Returns a list of all available data centers with their city, continent, country code, and name information.
HOSTINGER_LIST_DATA_CENTERSAcciónGet data center list. Retrieve all available data centers. Use this endpoint to view location options before deploying VPS instances. Returns a list of all available data centers with their city, continent, country code, and name information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DNS SnapshotsHOSTINGER_LIST_DNS_SNAPSHOTSAcciónTool to retrieve DNS snapshots for a domain. Use when you need to view available DNS backup points for restoration or audit purposes.
HOSTINGER_LIST_DNS_SNAPSHOTSAcciónTool to retrieve DNS snapshots for a domain. Use when you need to view available DNS backup points for restoration or audit purposes.
Parámetros de entrada
domainstringObligatorioThe domain name for which to retrieve DNS snapshots
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DomainsHOSTINGER_LIST_DOMAINSAcciónGet domain list. Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio.
HOSTINGER_LIST_DOMAINSAcciónGet domain list. Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Hosting OrdersHOSTINGER_LIST_ORDERSAcciónTool to list hosting orders. 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.
HOSTINGER_LIST_ORDERSAcciónTool to list hosting orders. 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.
Parámetros de entrada
pageintegerPage number to retrieve.
per_pageintegerNumber of items to return per page. Default is 25.
statusesstring[]Filter orders by their statuses (e.g., 'active', 'suspended').
order_idsinteger[]Filter by specific order IDs.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Payment MethodsHOSTINGER_LIST_PAYMENT_METHODSAcciónGet payment method list. Retrieve available payment methods that can be used for placing new orders. Use this endpoint to view available payment options before creating orders. This action requires no request parameters. Note: To add a new payment method, use hPanel instead: https://hpanel.hostinger.com/billing/payment-methods
HOSTINGER_LIST_PAYMENT_METHODSAcciónGet payment method list. Retrieve available payment methods that can be used for placing new orders. Use this endpoint to view available payment options before creating orders. This action requires no request parameters. Note: To add a new payment method, use hPanel instead: https://hpanel.hostinger.com/billing/payment-methods
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Public KeysHOSTINGER_LIST_PUBLIC_KEYSAcciónGet public keys. Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authentication.
HOSTINGER_LIST_PUBLIC_KEYSAcciónGet public keys. Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authentication.
Parámetros de entrada
pageintegerPage number for pagination
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SubscriptionsHOSTINGER_LIST_SUBSCRIPTIONSAcciónGet subscription list. Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active services and billing status.
HOSTINGER_LIST_SUBSCRIPTIONSAcciónGet subscription list. Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active services and billing status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List VPS TemplatesHOSTINGER_LIST_TEMPLATESAcciónGet templates. Retrieve available OS templates for virtual machines. Use this endpoint to view operating system options before creating or recreating VPS instances. Returns a list of all available templates with their ID, name, description, and documentation links.
HOSTINGER_LIST_TEMPLATESAcciónGet templates. Retrieve available OS templates for virtual machines. Use this endpoint to view operating system options before creating or recreating VPS instances. Returns a list of all available templates with their ID, name, description, and documentation links.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Virtual MachinesHOSTINGER_LIST_VIRTUAL_MACHINESAcciónGet virtual machines. Retrieve all available virtual machines. Use this endpoint to view available VPS instances. Returns a list of all virtual machines with their configuration details including CPU, memory, disk, IP addresses, and current state.
HOSTINGER_LIST_VIRTUAL_MACHINESAcciónGet virtual machines. Retrieve all available virtual machines. Use this endpoint to view available VPS instances. Returns a list of all virtual machines with their configuration details including CPU, memory, disk, IP addresses, and current state.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebsitesHOSTINGER_LIST_WEBSITESAcciónList websites. Retrieve a paginated list of websites (main and addon types) 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. Use the available query parameters to filter results by username, order ID, enabled status, or domain name for more targeted results.
HOSTINGER_LIST_WEBSITESAcciónList websites. Retrieve a paginated list of websites (main and addon types) 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. Use the available query parameters to filter results by username, order ID, enabled status, or domain name for more targeted results.
Parámetros de entrada
pageintegerPage number for pagination
domainstringFilter by domain name (exact match)
order_idintegerFilter by order ID
per_pageintegerNumber of items per page (1-100). If not specified, the server's default will be used
usernamestringFilter by specific username
is_enabledbooleanFilter by enabled status
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WHOIS ProfilesHOSTINGER_LIST_WHOIS_PROFILESAcciónRetrieve WHOIS contact profiles for domain registration. Use this endpoint to view available contact profiles that can be used when registering domains. Optionally filter by TLD to get profiles applicable to specific domain extensions.
HOSTINGER_LIST_WHOIS_PROFILESAcciónRetrieve WHOIS contact profiles for domain registration. Use this endpoint to view available contact profiles that can be used when registering domains. Optionally filter by TLD to get profiles applicable to specific domain extensions.
Parámetros de entrada
tldstringFilter by TLD (without leading dot)
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate DNS RecordsHOSTINGER_VALIDATE_DNS_RECORDSAcciónValidate DNS records. Validates DNS records prior to update for the selected domain. Use this endpoint to verify DNS record validity before applying changes. If the validation is successful, the response will contain 200 Success code. If there is a validation error, the response will fail with 422 Validation error code.
HOSTINGER_VALIDATE_DNS_RECORDSAcciónValidate DNS records. Validates DNS records prior to update for the selected domain. Use this endpoint to verify DNS record validity before applying changes. If the validation is successful, the response will contain 200 Success code. If there is a validation error, the response will fail with 422 Validation error code.
Parámetros de entrada
zoneobject[]ObligatorioArray of DNS zone entries to validate.
domainstringObligatorioThe domain name to validate DNS records for.
overwritebooleanIf true, resource records (RRs) matching name and type will be deleted and new RRs created. Otherwise, ttl's are updated and new records appended. If no matching RRs found, they are created.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Domain OwnershipHOSTINGER_VERIFY_DOMAIN_OWNERSHIPAcciónVerify 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).
HOSTINGER_VERIFY_DOMAIN_OWNERSHIPAcciónVerify 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).
Parámetros de entrada
domainstringObligatorioDomain name to verify ownership for.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not