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 and 'List Types' operation, it retrieves a list of available webhook types from the Zendry platform. This is useful for users who want to programmatically discover and manage webhook types supported by Zendry, enabling automation of webhook registration and handling in workflows.

Use Case Examples

  1. A user wants to fetch all webhook types supported by Zendry to dynamically register webhooks based on available types.
  2. An automation workflow needs to verify webhook types before creating or removing webhooks to ensure valid operations.

Output

JSON

  • json - Response containing the list of webhook types from Zendry API

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure the Zendry API credentials are correctly configured and have the necessary permissions to access webhook information.
  • If the API request fails, check network connectivity and Zendry API service status.
  • Common errors include authentication failures and invalid endpoint access; verify the base URL and credentials.

Links

Discussion