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 interacts with the Zendry API to list webhook types under the 'Crypto' resource. It is useful for users who want to retrieve available webhook event types related to cryptocurrency operations managed by Zendry. For example, it can be used to dynamically fetch webhook types to configure webhook listeners or integrations.

Use Case Examples

  1. A user wants to get all available webhook types for crypto events to set up automated notifications in their system.
  2. A developer needs to list webhook types to understand what events can trigger their webhook endpoints.

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.
Additional Fields Optional parameters that can be passed to the API request, such as filters or webhook-specific details.
Required Fields (JSON) JSON object containing required fields for the operation as per API documentation.

Output

JSON

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

Dependencies

  • Zendry API access with a valid Bearer token

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to access webhook types.
  • Verify that the Base URL is correct and reachable.
  • If the requestBody JSON is malformed, the node will throw an error indicating invalid JSON.
  • Missing required parameters like webhook_type_id or url for other webhook operations will cause errors, but for listing webhook types, no additional parameters are mandatory.

Links

Discussion