Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve integration credentials. Specifically, for the "Integration" resource and the "Retrieve Integration Credential" operation, it fetches credential details associated with a given integration ID. This is useful in scenarios where you need to programmatically access or verify integration credentials stored in Connect Secure, such as automating audits, synchronizing credentials, or managing integrations dynamically.

Properties

Name Meaning
X USER ID User Id header value required by the API to identify the user making the request.
Id The numeric identifier of the integration whose credential you want to retrieve.
  • X USER ID is passed as an HTTP header named X-USER-ID.
  • Id is used as a path or query parameter to specify which integration's credential to retrieve.

Output

The node outputs JSON data representing the retrieved integration credential information. The exact structure depends on the Connect Secure API response but typically includes fields related to the integration's authentication details.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and the provided user ID and integration ID being valid.
  • No additional environment variables are explicitly required beyond the API credential.

Troubleshooting

  • Invalid or missing X USER ID header: Ensure that the "X USER ID" property is set correctly; otherwise, the API may reject the request.
  • Invalid integration ID: Providing a non-existent or incorrect integration ID will likely result in an error or empty response.
  • Authentication errors: Verify that the API key credential is configured properly and has sufficient permissions.
  • Network issues: Confirm network connectivity to the Connect Secure API endpoint.
  • API changes: If the Connect Secure API changes its schema or authentication method, the node might fail until updated.

Links and References

Discussion