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:
Category | Event type | Description |
|---|---|---|
| Sends an event when the availability status of an item changes. | |
|
| |
| Sends reward status events such as frozen, cancelled, activated, etc. | |
|
|
|
| Sends an event every time a platform’s credentials have been changed. | |
|
| Sends an event every time Tango’s daily currency exchange rates are updated. |
Events payloads follow the following format:
| Property | Type | Description |
|---|---|---|
eventId | string | The unique ID associated with the specific event |
revision | long | The position of the event within the subscription. |
eventType | eventType | The type of the event that occurred such as ItemAvailability, AccountStatus, RewardStatus, etc. |
category | eventCategory | The event category you want to subscribe to, such as ITEM, ACCOUNT, REWARD, ORDER. |
eventOccurredAt | timestamp | Includes the timestamp of the event. |
Updated 5 days ago
