mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve details about a specific SSL certificate associated with a domain. It is useful when you need to programmatically access SSL certificate information, such as expiration dates, issuer details, or status, directly within an n8n workflow. For example, you might use this node to automate monitoring of SSL certificates and trigger alerts if a certificate is nearing expiration.

Properties

Name Meaning
Certificate Id ID of the SSL Certificate to be retrieved. This is a required string input specifying which certificate's details to fetch.

Output

The node outputs JSON data containing the details of the requested SSL certificate. The exact structure depends on the mittwald mStudio API response but typically includes fields such as certificate metadata, validity period, issuer information, and status. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The API expects and returns JSON-formatted data.

Troubleshooting

  • Common issues:

    • Invalid or missing Certificate Id will cause the API request to fail.
    • Authentication errors if the API key credential is not configured correctly.
    • Network connectivity problems may prevent reaching the mittwald API endpoint.
  • Error messages:

    • Unauthorized or 401 errors indicate invalid or missing API credentials.
    • 404 Not Found errors suggest the specified Certificate Id does not exist.
    • Timeout or network errors require checking internet connection or API availability.

To resolve these, verify the Certificate Id is correct, ensure the API key credential is properly set up in n8n, and confirm network access to the API endpoint.

Links and References

Discussion