Change history
The following table lists the documentation updates:
Date | Change | Ticket Number |
---|---|---|
10/16/2024 | Updated OAuth 2.0 with a note: "When you deactivate a client credential, all active tokens for this client will become invalid and your integration will be broken. Deactivation cannot be reversed." OAuth 2.0 is currently on a limited release. | - |
9/30/2024 | Added account statuses such as Active, Inactive, etc. to the webhook event: AccountStatus . | - |
8/15/2024 | Deprecated credentials and added a note to use credentialList instead. | - |
4/8/2024 | Added a new endpoint to filter your catalog for your recipients based on country and currency. Use the GET /rewardCountries endpoint to determine the preferred currency. | API-373 |
3/25/2024 | Added a new parameter to use with POST {URI}/orders/{referenceOrderID}/resends for when you are resending an order. | - |
3/15/2024 | Improved the results of GET {URI}/accounts by adding more query parameters. | API-211 |
2/20/2024 | You are able to categorize each brand into industry-standard categories within the Tango catalog and group/filter the brand in your custom catalog display. See categoryIds. | API-241 |
2/13/2024 | You can add up to five emails addresses to receive funding notification alerts using PATCH / {URI}/customers/{customerIdentifier}/accounts/{accountIdentifier} to create a patch. | API-334 |
2/8/2024 | Improved the results of GET {URI}/creditCards by adding optional query parameters under funding account. | API-345 |
2/8/2024 | You can create a new account in any of the supported currencies: CAD, EUR, GBP, and USD using POST {URI}/customers/{customerIdentifier}/accounts endpoint and currencyCode . | API-338 |
1/29/2024 | You are able to transfer funds from one account to another account of the same currency using GET {URI}/transferFunds . | API-240 |
10/23/2023 | Added GET /webhooks/{webhookId}/events?fromRevision={fromRevision}&toRevision={toRevision}&maxResultsint32={maxResultsint32} to receive all past event notifications up to three months.* This feature is available in limited release, contact your Customer Success Manager (CSM) or [email protected] for more information. | API-269 |
10/17/2023 | Added POST /webhooks/{webhookId}/replay?fromRevision={fromRevision}&toRevision={toRevision} to redeliver past webhook event notifications up to Three months. Notifications older than three months are not retrievable.* This feature is available in limited release, contact your Customer Success Manager (CSM) or [email protected] for more information. | API-270 |
10/12/2023 | Added GET {URI}/choiceProducts/{choiceProductUtid}/catalog to get the content of a Tango Choice catalog. You must have access to the Catalog to see the content. | API-293 |
10/12/2023 | You can get all available Choice Products in your Tango catalog using GET {URI}/choiceProducts to returns utid. | API-294 |
10/12/2023 | Added GET {URI}/choiceProducts/{utid} to return the details for a specific Choice Product on your Tango platform. | API-313 |
10/11/2023 | You can set a specific expiration date, such as 12/31/24, for a Promo Link at the time of order with Tango API instead of setting the expiration date as x days from the time of issuance. See the Promo Link acceptance criteria . | API-320 |
10/7/2023 | Categories have a Universal Unique Identifier (UUID). You can filter a catalog by category using GET {URI}//brandCategories . | API-306 |
10/5/2023 | You can order a Printed Reward Link using GET {URI}/lineItems when you Get a list of line items and GET {URI}/lineItems/{referenceLineItemID} when you Get details for a specific line item. | API-305 |
9/28/2023 | You can modify the recipient address object to be included in all returning payloads of line items, as well as in any query parameters that can filter and search the recipient information. | API-290 |
9/27/2023 | Added ptid to GET {URI}/orders so you can get the list of Printed Reward Link orders. | API-304 |
9/26/2023 | Added ptid to POST {URI}/orders so you can create Printed Reward Link orders. | API-303 |
9/15/2023 | Added orderNotes GET {URI}/lineItems to see your order notes in both API and in the Tango portal line items history. | API-295 |
9/15/2023 | Added purchaseOrderNumber to order and line items. You are now able to include a PO Number when creating an order. | API-291 |
8/18/2023 | Added filters for one or more currencies when using the exchange rate endpoint. | API-282 |
6/16/2023 | Added OAuth authentication. | |
5/1/2023 | Added query parameters to "Get a list of Orders" and added pagination to "Get a list of Accounts". | |
12/22/2022 | Exposed the GET /credentialtypes endpoint on the Test Console. | |
12/21/2022 | Added line items endpoints: - GET {URI}/lineItems to get a list of line items in the platform.- GET {URI}/lineItems/{referenceLineItemID} to get details for a specific line item.- POST {URI}/lineItems/{referenceLineItemId}/resends to resend a specific line item. | |
8/23/2021 | Added GET /catalogs endpoint filters for utid, brandKey, currencyCode and country. | |
1/14/2021 | Added API Reference to primary drop down. | |
7/15/2019 | Added Glossary to the API documentation. (work in progress) | |
11/29/2018 | Removed non-active cards from GET creditCards default response. Must use "?showInactive=true" to see inactive cards. | |
11/1/2018 | Added Managing Email Templates for new API endpoints. | |
8/6/2018 | Added note to clarify 4 digit security code require for Amex for test environment funding. | |
7/19/2018 | Added credentialType to improve reward credential parsing. | |
4/18/2018 | Added XSS and malicious behavior prevention note. | |
4/12/2018 | Added SSL cert examples. | |
4/6/2018 | Added email receipts information in Funding. | |
3/29/2018 | Returned ETID in the API order response. Without a custom template defined, Tango default template ID: E000000 is returned. | |
3/29/2018 | Included i18nKey in error responses which serves as a unique error code to facilitate international translations. | |
2/28/2018 | Added clarification regarding how "Pending funding" status works. Provided $5.55 and $6.55 test amounts in sandbox. | |
1/23/2018 | Updated: Group in Tango portal is calledCustomer in API. |
Updated about 1 month ago