Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node interacts with the Zendry API to perform various operations related to the Checkout resource, specifically listing webhooks in this context. It allows users to retrieve a list of registered webhooks from the Zendry platform, which is useful for monitoring and managing webhook notifications related to payments, checkouts, and other events. Practical applications include integrating webhook management into automated workflows, ensuring real-time updates from Zendry services, and maintaining synchronization between Zendry and other systems.

Use Case Examples

  1. A user wants to automate the retrieval of all active webhooks to verify their configurations.
  2. A business integrates this node to periodically check webhook statuses and update their internal monitoring dashboard.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating with the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which should not be changed unless necessary.
Additional Fields Optional parameters to refine the webhook listing, such as filters in JSON format or other webhook-specific fields.
Required Fields (JSON) JSON object containing required fields for the operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of webhooks.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Common issues include invalid or expired access tokens leading to authentication errors. Ensure the access token is valid and has the necessary permissions.
  • Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties can cause parsing errors. Validate JSON syntax before execution.
  • Missing required parameters such as 'webhook_type_id' or 'url' for certain webhook operations will result in errors. Verify all mandatory fields are provided.

Links

Discussion