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, specifically supporting the 'Crypto' resource with the 'List Webhooks' operation. It allows users to retrieve a list of registered webhooks from the Zendry API. This is useful for monitoring and managing webhook endpoints that receive notifications from the Zendry platform, such as payment or crypto transaction updates.

Use Case Examples

  1. A user wants to fetch all webhooks registered in their Zendry account to verify which endpoints are active.
  2. A developer needs to list webhooks to audit or update webhook configurations programmatically.

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 customize the webhook listing, such as generator name, document, external reference, expiration time, external link, filters in JSON format, webhook URL, webhook type ID, authorization header value, and authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per the API documentation.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include invalid or expired access tokens resulting in authentication errors. Ensure the access token is valid and has the necessary permissions.
  • Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' parameters can cause parsing errors. Validate JSON syntax before input.
  • Missing required parameters such as 'webhook_type_id' or 'url' for certain webhook operations will cause errors. Verify all mandatory fields are provided.

Links

Discussion