Zendry API icon

Zendry API

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

Overview

This node integrates with the Zendry API to manage webhooks. Specifically, the 'List' operation under the 'Webhooks' resource retrieves a list of registered webhooks from the Zendry platform. It is useful for users who want to programmatically view all webhooks they have set up in their Zendry account, enabling automation and monitoring of webhook configurations.

Use Case Examples

  1. A user wants to fetch all webhooks registered in their Zendry account to display them in a dashboard.
  2. An automation workflow needs to verify existing webhooks before registering new ones to avoid duplicates.

Properties

Name Meaning
Client ID Client ID of the Zendry application, used for authentication.
Client Secret Client Secret of the Zendry application, used for authentication.
Endpoint API endpoint to call if no predefined operation is selected (not used for this operation).
HTTP Method HTTP method to use for the request if no predefined operation is selected (not used for this operation).
Body (JSON) Request body in JSON format, used only if HTTP method is not GET and no predefined operation is selected.

Output

JSON

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

Dependencies

  • Zendry API authentication via Client ID and Client Secret

Troubleshooting

  • Ensure that Client ID and Client Secret are correctly provided; missing credentials will cause authentication errors.
  • The node throws an error if the API token cannot be obtained; verify network connectivity and credentials.
  • If the request body is provided, it must be valid JSON; otherwise, a parsing error will occur.

Links

Discussion