mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource to generate a session token for an extension. It is useful in scenarios where extensions need to authenticate or maintain session state securely by obtaining a stable session token. For example, an extension managing user sessions or permissions can use this operation to retrieve tokens tied to specific session IDs, enabling consistent and secure access control.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance for which the session token is being generated.
Session Id The identifier of the session. This allows receiving session tokens with a stable ID so that extensions can store session info.

Output

The node outputs JSON data containing the generated session token associated with the specified extension instance and session ID. This token can be used by the extension to authenticate subsequent requests or maintain session continuity. There is no indication of binary data output.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • Connects to the mittwald API endpoint at https://api.mittwald.de.
  • Uses standard HTTP headers for JSON content (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Missing or invalid credentials: Ensure that a valid API authentication token is configured in n8n credentials; otherwise, the request will fail.
  • Invalid Extension Instance Id or Session Id: Providing incorrect or empty values may result in errors or failure to generate a session token.
  • API connectivity issues: Network problems or API downtime could cause request failures; verify network access and API status.
  • Error responses from API: If the API returns error messages, check the provided parameters and ensure they conform to expected formats.

Links and References

Discussion