Nalpeiron Zentitle2 icon

Nalpeiron Zentitle2

Interact with Nalpeiron Zentitle2 API

Overview

The node "Nalpeiron Zentitle2" is designed to interact with the Nalpeiron Zentitle2 API, specifically to manage and retrieve entitlement data. The "List Entitlements" operation fetches a list of entitlements associated with customers or products, supporting pagination and optional expansion of related data.

This node is beneficial in scenarios where you need to automate the retrieval of licensing or entitlement information from Nalpeiron's system, such as integrating license management into your workflows, auditing customer licenses, or syncing entitlement data with other systems.

Practical examples include:

  • Fetching all entitlements for a specific customer to verify license usage.
  • Retrieving paginated entitlement lists to display in a custom dashboard.
  • Expanding entitlement details to get more comprehensive information about each license.

Properties

Name Meaning
Customer ID Customer identifier to filter entitlements by a specific customer.
Expand A string parameter to expand additional configuration or related data in the response.
Page Number Requested page number for paginated results.
Page Size Maximum number of items per page in the paginated response.
Product ID Product identifier to filter entitlements by a specific product.

These properties are provided under the "Additional Fields" collection when the resource is set to "Entitlement" and the operation is "List".

Output

The output of this node consists of JSON data representing the list of entitlements retrieved from the Nalpeiron Zentitle2 API. Each item in the output array corresponds to an entitlement record, potentially including fields such as customer ID, product ID, license details, and any expanded information if requested.

If binary data were involved (not indicated here), it would typically represent files or attachments related to entitlements, but this node focuses on JSON responses.

Dependencies

  • Requires an API key credential for authenticating with the Nalpeiron Zentitle2 API.
  • The base URL defaults to https://api.nalpeiron.com but can be overridden via credentials.
  • Requires setting the tenant ID in the request headers through credentials.
  • No additional external dependencies beyond the configured API authentication.

Troubleshooting

  • Authentication errors: Ensure that the API key and tenant ID credentials are correctly configured and valid.
  • Empty or incomplete results: Verify that the filters such as Customer ID or Product ID are correct and exist in the system.
  • Pagination issues: If requesting pages beyond available data, the response may be empty; adjust page number and size accordingly.
  • API connectivity problems: Check network access to the Nalpeiron API endpoint and confirm no firewall or proxy blocks.
  • Invalid expand parameter: Using unsupported values in the "Expand" field may cause API errors; consult the API documentation for valid options.

Links and References

Discussion