domains_getDomainForwardingV1
View domain redirect configurations by retrieving forwarding data for a specified domain using Hostinger's API integration tool.
Instructions
Retrieve domain forwarding data.
Use this endpoint to view current redirect configuration for domains.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name |
Implementation Reference
- types.d.ts:528-541 (schema)Schema definition for the 'domains_getDomainForwardingV1' tool, specifying the input parameter 'domain' (string) and a generic 'any' response type. This is part of the APITools TypeScript interface.* Retrieve domain forwarding data. Use this endpoint to view current redirect configuration for domains. */ "domains_getDomainForwardingV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API };