mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to create an authorization code for a specific domain. It is useful in scenarios where you need to programmatically generate domain authorization codes, for example, when transferring domains or managing domain settings via automation workflows.

Properties

Name Meaning
Domain Id The unique identifier of the domain for which to create the authorization code.

Output

The node outputs JSON data containing the result of the domain authorization code creation request. This typically includes the newly created authorization code and related metadata returned by the mittwald mStudio API.

Dependencies

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

Troubleshooting

  • Missing or invalid Domain Id: Ensure that the "Domain Id" property is provided and correctly references an existing domain.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • API connectivity issues: Check network access to https://api.mittwald.de and ensure no firewall or proxy blocks the requests.
  • Unexpected API responses: Review the API documentation for any changes or required parameters.

Links and References

Discussion