Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve specific asset data, particularly a "Cipher View" for an asset. It is useful in scenarios where users need to fetch detailed encrypted or secured views of assets identified by their unique IDs. For example, a user might want to programmatically obtain the cipher view of a digital asset for auditing, reporting, or further processing within an automation workflow.

Properties

Name Meaning
X USER ID The User Id header value required for authentication or identification in the API call.
Id The numeric identifier of the asset whose cipher view is to be retrieved.

Output

The node outputs JSON data representing the cipher view of the specified asset. This JSON typically contains the detailed encrypted or secured information related to the asset identified by the provided Id. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the external Connect Secure service being accessible.
  • Uses the @devlikeapro/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request construction and execution.

Troubleshooting

  • Missing or invalid X USER ID: If the "X USER ID" header is not provided or incorrect, the API may reject the request. Ensure this property is set correctly.
  • Invalid asset Id: Providing an invalid or non-existent asset Id will likely result in an error or empty response. Verify the Id before making the request.
  • Authentication errors: Make sure the API key credential is configured properly in n8n.
  • Network issues: Connectivity problems to the Connect Secure API endpoint can cause failures; check network access and API availability.

Links and References

Discussion