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 integrates with the Zendry Global API, providing access to various resources such as Pix receipts, payments, webhooks, account information, crypto transactions, and checkout operations. Specifically, for the 'Account' resource and 'List Webhooks' operation, it retrieves a list of registered webhooks from the Zendry API. This is useful for monitoring and managing webhook configurations in an automated workflow, such as fetching all active webhooks to verify their URLs or types.

Use Case Examples

  1. Automate retrieval of all webhooks registered in your Zendry account to audit or update webhook URLs.
  2. Integrate webhook listing into a monitoring system to alert if expected webhooks are missing or misconfigured.

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 filter or specify details for the webhook listing, such as filters in JSON format.

Output

JSON

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

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to list webhooks; invalid tokens will cause authentication errors.
  • The 'Filters (JSON)' field must contain valid JSON; invalid JSON will cause a parsing error and the node will throw an error indicating the requestBody must be valid JSON.
  • If required parameters like 'accessToken' are missing, the node will throw an error indicating the missing required field.

Links

Discussion