mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to check if a domain is transferable. Specifically, the "Domain Check Domain Transferability" operation verifies whether a given domain can be transferred, likely by querying the API with the domain name and an optional authorization code.

This node is useful in scenarios where users want to automate domain management workflows, such as verifying domain transfer eligibility before initiating a transfer process or integrating domain status checks into broader IT automation pipelines.

Example use cases:

  • Automatically checking if a customer's domain can be transferred before starting a migration.
  • Integrating domain transfer checks into a domain reseller platform.
  • Validating domain transferability as part of a bulk domain management system.

Properties

Name Meaning
Domain The domain name to check for transferability.
Auth Code An optional authorization code related to the domain, sent along with the request body.

Output

The node outputs JSON data returned from the mittwald mStudio API regarding the transferability status of the specified domain. This typically includes information such as whether the domain is transferable, any restrictions, or required steps.

No binary data output is indicated.

Dependencies

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

Troubleshooting

  • Invalid or missing domain: Ensure the "Domain" property is correctly set and formatted.
  • Authentication errors: Verify that the API key credential is valid and has the necessary permissions.
  • API connectivity issues: Confirm network access to https://api.mittwald.de and that no firewall blocks the requests.
  • Unexpected API responses: Check if the domain is supported by mittwald or if additional parameters are required.

Common error messages might include authentication failures or validation errors from the API indicating invalid domain names or missing auth codes.

Links and References

Discussion