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 provides universal access to the Zendry API, allowing users to interact with various Zendry services such as Pix receipts, payments, webhooks, account information, crypto transactions, and checkout operations. Specifically, for the 'Account' resource and 'List Webhook Types' operation, it fetches the list of available webhook types from the Zendry API. This is useful for users who want to manage or integrate webhook notifications within their workflows, enabling automated responses to events triggered by the Zendry platform.

Use Case Examples

  1. A user wants to retrieve all webhook types supported by Zendry to configure webhook listeners accordingly.
  2. An automation workflow needs to dynamically fetch webhook types to present options for webhook registration.

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 can be changed if necessary.
Additional Fields Optional parameters that can be added to the request, though not typically required for listing webhook types.
Required Fields (JSON) JSON object containing required fields for the operation, if any.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include invalid or expired access tokens, which will cause 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' for other webhook operations will throw errors; ensure all mandatory fields are provided.

Links

Discussion