Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve specific credential information based on a provided credential ID. It is useful in scenarios where you need to programmatically access stored credentials or verify credential details within an automated workflow. For example, you might use this node to fetch user-specific credentials before performing further operations that require authentication or authorization.

Properties

Name Meaning
X USER ID User Id header value sent with the request; identifies the user making the request.
Id The numeric identifier of the credential to retrieve.

Output

The node outputs JSON data representing the retrieved credential details corresponding to the specified credential ID. The exact structure depends on the Connect Secure API response but typically includes fields such as credential metadata and associated values. There is no indication that binary data is returned by this node.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Missing or invalid "X USER ID" header: Ensure the "X USER ID" property is correctly set, as it is required for the API call.
  • Invalid credential ID: Providing an incorrect or non-existent credential ID will likely result in an error or empty response.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Confirm connectivity to the Connect Secure API endpoint.

Links and References

Discussion