Supported webhook events

We support webhook events in Tango API via subscription. Use POST {URI}/webhooks endpoint to subscribe to webhook events and receive timely notifications for events occurring within Tango. See how you can Create a subscription. To retrieve the information about a specific event type such as low balance, see Get all subscription event types.

By subscribing to Tango's webhook events you can be notified by the following events and event types:

CategoryEventEvent typeDescription
ITEMItem availabilityItemAvailabilitySends an event when the availability status of an item changes.
ACCOUNTAccount statusAccountStatusSends an event when the status of an account changes within the platform.
ACCOUNTTransactionTransactionSends an event when funds are added, removed, or transferred to/from your Tango account.
ACCOUNTLow balanceLowBalanceSends an event when your account reaches a predefined low balance.
REWARDReward statusRewardStatusSends reward status events such as frozen, cancelled, activated, etc.
ORDERAsynchronous order statusAsyncOrderStatusSends an event when an asynchronous order has completed processing—whether it was successful, retrying, failed, or partially failed.
ORDERLine item delivery statusLineItemDeliveryStatusSends an event when the line item delivery status changes.
ORDER🚧( Coming soon) Order action statusOrderActionStatusSends updates on actions (cancel, freeze, and unfreeze) taken on an order.
PLATFORMAPI credentialsAPICredentialsSends an event every time a platform’s credentials have been changed.

Events payloads follow the following format:

PropertyTypeDescription
eventIdstringThe unique ID associated with the specific event
revisionlongThe position of the event within the subscription.
eventTypeeventTypeThe type of the event that occurred such as ItemAvailability, AccountStatus, RewardStatus, etc.
categoryeventCategoryThe event category you want to subscribe to, such as ITEM, ACCOUNT, REWARD, ORDER.
eventOccurredAttimestampIncludes the timestamp of the event.

© 2026 Tango API are provided by Tango, a division of BHN, Inc.