mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an API, specifically to create a retrieval key for an extension instance. It is useful when you need to programmatically generate access keys or tokens tied to specific extension instances within a marketplace environment. For example, this can be used in automation workflows where new extensions are deployed and require secure retrieval keys for further operations or integrations.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance for which the retrieval key will be created. This is a required string input.

Output

The node outputs JSON data containing the details of the created retrieval key associated with the specified extension instance. The exact structure depends on the API response but typically includes the key itself and metadata such as creation time or expiration. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API authentication token credential to connect securely to the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content negotiation (Accept: application/json and Content-Type: application/json).

Troubleshooting

  • Missing or invalid Extension Instance Id: Ensure the "Extension Instance Id" property is provided and correctly formatted; otherwise, the API call will fail.
  • Authentication errors: Verify that the API authentication token is valid and has sufficient permissions to create retrieval keys.
  • API connectivity issues: Check network connectivity and that the base URL https://api.mittwald.de is reachable.
  • Unexpected API responses: If the API returns errors, review the error message for details such as rate limits or invalid parameters.

Links and References

Discussion