Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the "Tags" resource of the Connect Secure API, specifically to retrieve details about a single tag by its identifier. It is useful in scenarios where you need to fetch metadata or information associated with a specific tag within the Connect Secure system. For example, you might use this node to get tag details for auditing, reporting, or further processing in an automation workflow.

Properties

Name Meaning
X USER ID The user identifier required for authentication or context when making the API request.
Id The numeric identifier of the tag to retrieve.

Output

The node outputs JSON data representing the retrieved tag's details. This typically includes all properties and metadata associated with the tag as returned by the Connect Secure API. 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 API service being accessible.
  • The node uses an OpenAPI specification internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID: If the user ID header is not provided or incorrect, the API call may fail with an authentication or authorization error. Ensure the "X USER ID" property is set correctly.
  • Invalid Tag Id: Providing a non-existent or invalid tag id will likely result in a "not found" error from the API.
  • API connectivity issues: Network problems or incorrect API credentials can cause failures. Verify API access and credentials.
  • Unexpected response structure: If the API changes, the node’s output format might differ. Check for updates to the node or API documentation.

Links and References

Discussion