mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node checks the registrability status of a domain name. It is useful for scenarios where you want to verify if a specific domain is available for registration or already taken. For example, it can be used in domain management workflows, website setup automation, or domain portfolio monitoring to quickly determine whether a domain can be registered.

Properties

Name Meaning
Domain The domain name to check for registrability (e.g., "example.com").

Output

The node outputs JSON data containing the result of the domain registrability check. This typically includes information such as whether the domain is available, taken, or any related metadata returned by the API. The exact structure depends on the external API response but generally indicates the domain's registration status.

No binary data output is expected from this node.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful requests.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing an incorrectly formatted domain name may lead to errors or unexpected results.
    • Network connectivity problems can prevent the node from reaching the API endpoint.
  • Error messages and resolutions:

    • Authentication errors: Verify that the API key credential is correctly set up and has the required permissions.
    • Validation errors: Ensure the domain input follows proper domain name syntax.
    • Timeout or network errors: Check internet connection and API service status.

Links and References

Discussion