AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node operation lists active event subscriptions from the AI Marketplace API. It is useful for users who want to retrieve and manage their current event subscriptions, such as webhook or WebSocket subscriptions to marketplace events like lot creation or offer status changes. For example, a user can list all their active subscriptions to monitor which events they are currently subscribed to and manage them accordingly.

Use Case Examples

  1. A user wants to see all their active webhook subscriptions to marketplace events to verify which events they are receiving notifications for.
  2. An admin wants to audit all event subscriptions to ensure proper event delivery and troubleshoot any missing notifications.

Properties

Name Meaning
Environment The environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL for the selected environment.
Additional Fields Optional additional parameters for the request, including timeout and response format.

Output

JSON

  • json - The JSON response containing the list of active event subscriptions.

Dependencies

  • Requires an API key credential for authenticated requests.

Troubleshooting

  • Common issues include authentication errors if the API key credential is not configured or invalid.
  • Timeout errors can occur if the request takes longer than the specified timeout; increasing the timeout in Additional Fields may help.
  • Invalid base URL errors can occur if the Override Base URL is incorrectly set; ensure the URL is valid and accessible.

Discussion