Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve a custom domain setting based on a provided identifier. It is useful in scenarios where users need to programmatically access specific configuration details related to custom domains within the Connect Secure environment. For example, an administrator might use this node to fetch domain settings for auditing or integration purposes.

Properties

Name Meaning
X USER ID User Id header value required for authentication or identification in the API request.
Id Numeric identifier of the custom domain setting to retrieve.

Output

The node outputs JSON data representing the retrieved custom domain setting. The exact structure depends on the API response but typically includes details about the domain configuration associated with the given Id. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the Connect Secure API being accessible and properly configured.
  • The node uses the OpenAPI specification bundled internally to define its operations.

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 the user ID is valid and correctly set.
  • Invalid Id parameter: Providing an Id that does not exist or is malformed will likely result in an error or empty response. Verify the Id before execution.
  • Authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Connectivity problems to the Connect Secure API endpoint can cause failures; check network access and endpoint availability.

Links and References

Discussion