Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tango Card Orders API

Reward order creation and management

Tango Card Orders API is one of 13 APIs that Tango Card publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and best-practice docs.

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against 2 base URLs: https://api.tangocard.com/raas/v2, https://integration-api.tangocard.com/raas/v2.

4 operations 3 paths 5 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://api.tangocard.com/raas/v2
Authentication
HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Tango Card Orders API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It supports OAuth 2.0 (oAuth2) using the clientCredentials flow. By default, every request must be authenticated.

  • basicAuth — HTTP Basic Auth using platform name and API key
  • oAuth2 — OAuth 2.0 client credentials flow for more secure integrations

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 4

Reward order creation and management

GET
/orders
List orders
listOrders 5 params → 200401
POST
/orders
Create an order
createOrder body → 201400401429
GET
/orders/{referenceOrderID}
Get an order
getOrder 1 param → 200401404
POST
/orders/{referenceOrderID}/resends
Resend an order
resendOrder 1 param body → 200400401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Order (9 properties), OrderCreate (9 properties), LineItem (7 properties), Error (5 properties). Each schema is shown below with its type and property counts.

LineItem
object
Represents a line item within an order
7 properties
RecipientInfo
object
3 properties
Error
object
API error response
5 properties
OrderCreate
object
9 properties 4 required
Order
object
Represents a reward order
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tango-card-orders-api-openapi.yml Raw ↑

Other APIs Tango Card publishes across the network.

Tango Card Accounts API
Tango Card Brand Categories API
Tango Card Catalog API
Tango Card Choice Products API
Tango Card Countries & Currencies API
Tango Card Credential Types API
Tango Card Customers API
Tango Card Digital Templates API
Tango Card Exchange Rates API
Tango Card Fund Management API
Tango Card Line Items API
Tango Card Low Balance Alerts API