mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve rules associated with a specific file upload token. It is useful when you need to programmatically access or verify the rules that apply to a particular file upload token within the mittwald system. For example, this can be used in workflows that automate validation or auditing of file upload permissions and constraints.

Properties

Name Meaning
File Upload Token The unique identifier (token) for which to retrieve the associated file upload rules.

Output

The node outputs JSON data containing the rules related to the specified file upload token. This JSON structure typically includes details about the constraints, permissions, or policies defined for that token. The exact schema depends on the mittwald API response but generally provides structured information about the token's rules.

No binary data output is indicated.

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 credentials in n8n is necessary.

Troubleshooting

  • Invalid or missing File Upload Token: Ensure the token provided is correct and exists in the mittwald system.
  • Authentication errors: Verify that the API key credential is correctly configured 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 request.

Links and References

Discussion