Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

Overview

This node integrates with the Zendry API to manage various financial and webhook-related operations. Specifically, for the Webhooks resource with the List Types operation, it retrieves and lists all available webhook types from the Zendry platform. This is useful for users who want to understand what webhook event types they can register or manage within their Zendry account.

Use Case Examples

  1. A user wants to see all webhook event types supported by Zendry to decide which ones to register for notifications.
  2. A developer is building an automation that dynamically registers webhooks based on available types and needs to fetch the list first.

Output

JSON

  • json - The JSON response containing the list of webhook types available in Zendry

Dependencies

  • Requires Zendry API credentials for authentication

Troubleshooting

  • Common issues include authentication failures due to invalid or missing API credentials. Ensure the Zendry API key is correctly configured in the node credentials.
  • Network errors or API endpoint changes may cause request failures. Verify the base URL and network connectivity.
  • If the API returns an error, check the error message for details such as permission issues or invalid parameters.

Links

Discussion