Skip to main content
Glama

hostinger-api-mcp

Official

domains_createDomainForwardingV1

Set up domain forwarding to redirect a domain to another URL using specified redirect types (301 or 302). Configure domain redirects effectively for seamless traffic management.

Instructions

Create domain forwarding configuration.

Use this endpoint to set up domain redirects to other URLs.

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name
redirect_typeYesRedirect type
redirect_urlYesURL to forward domain to

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name", "type": "string" }, "redirect_type": { "description": "Redirect type", "enum": [ "301", "302" ], "type": "string" }, "redirect_url": { "description": "URL to forward domain to", "type": "string" } }, "required": [ "domain", "redirect_type", "redirect_url" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server