AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node operation allows users to unsubscribe from event notifications in the AI Marketplace platform. It is useful for managing event subscriptions, such as stopping webhook or WebSocket notifications for marketplace events. For example, if a user no longer wants to receive updates about lot creations or offer status changes, they can use this operation to cancel their subscription by providing the subscription ID.

Use Case Examples

  1. A user wants to stop receiving webhook notifications for marketplace events and uses the Unsubscribe operation with their subscription ID to cancel it.
  2. An admin managing multiple event subscriptions removes an obsolete subscription to reduce unnecessary event traffic.

Properties

Name Meaning
Environment Selects the environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL for the selected environment.
Subscription ID The ID of the subscription to cancel. This is required to identify which subscription to unsubscribe from.
Additional Fields Optional additional parameters for the request, including timeout and response format.

Output

JSON

  • json - The response data from the unsubscribe request, typically confirming the cancellation of the subscription.

Dependencies

  • Requires an API key credential for authentication to perform the unsubscribe operation.

Troubleshooting

  • Ensure the Subscription ID is correctly provided and valid; otherwise, the API will return an error indicating the subscription could not be found.
  • If authentication credentials are missing or invalid, the node will throw an authentication error. Configure the AI Marketplace API credentials properly.
  • Timeout errors may occur if the request takes longer than the specified timeout; increase the timeout in Additional Fields if needed.

Discussion