Jegy.hu

Interact with Jegy.hu ticketing API

Overview

This node interacts with the Jegy.hu ticketing API to perform various ticket-related operations. Specifically, the 'Get Basket' operation retrieves the contents of a shopping basket by its ID. This is useful for scenarios where you need to check or display the current tickets and details held in a user's basket before proceeding to payment or further modifications.

Use Case Examples

  1. Retrieve the current tickets in a user's basket to display them in a checkout page.
  2. Check basket contents programmatically to validate ticket selections before starting a transaction.

Properties

Name Meaning
Basket ID The unique identifier of the basket whose contents are to be retrieved.

Output

JSON

  • json - The JSON response from the Jegy.hu API containing the basket contents and details.

Dependencies

  • Requires an API key credential for the Jegy.hu ticketing API.

Troubleshooting

  • Common issues include providing an invalid or empty Basket ID, which will cause the API to return an error or empty response.
  • Network or authentication errors may occur if the API key credential is missing or incorrect.
  • Error messages from the API will be propagated; ensure the Basket ID is correct and the API credentials are valid.

Links

Discussion