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 request associated with a domain. It is useful when you need to programmatically fetch information about an SSL certificate request by its unique identifier, for example, to verify the status or details of a pending or completed certificate request.

Practical scenarios include:

  • Automating monitoring of SSL certificate requests.
  • Integrating SSL certificate management into broader workflows.
  • Fetching certificate request data for auditing or reporting purposes.

Properties

Name Meaning
Certificate Request Id The unique ID of the SSL certificate request to retrieve. This is required to specify which certificate request's details should be fetched.

Output

The node outputs JSON data representing the details of the requested SSL certificate. This typically includes fields such as the certificate request metadata, status, and any relevant attributes returned by the mittwald mStudio API. The exact structure depends on the API response but generally contains all pertinent information about the SSL certificate request.

If the node supports binary data output (e.g., the actual certificate file), it would be included in the binary output field; however, based on the provided code, only JSON output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for API requests.
  • The node depends on the @devlikeapro/n8n-openapi-node package for building properties from the OpenAPI specification.

Troubleshooting

  • Missing or invalid Certificate Request Id: Ensure that the "Certificate Request Id" property is correctly set and corresponds to an existing certificate request in the mittwald system.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Confirm that the n8n instance can reach https://api.mittwald.de.
  • Unexpected API responses: Check if the mittwald API has changed or if there are rate limits affecting the requests.

Links and References

Discussion