Tremendous · JSON Structure
Tremendous Order Structure
JSON Structure for a Tremendous reward order
Type: object
Properties: 0
Employee IncentivesGlobal PayoutsIncentivesMarket ResearchPayoutsRewards
Tremendous Order Structure is a JSON Structure definition published by Tremendous.
Meta-schema:
JSON Structure
{
"title": "Tremendous Order Structure",
"description": "JSON Structure for a Tremendous reward order",
"type": "object",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Unique order identifier" },
{ "name": "external_id", "type": "string", "required": false, "description": "Customer external reference for idempotency" },
{ "name": "status", "type": "enum[DRAFT,PENDING_APPROVAL,APPROVED,PROCESSING,DONE,FAILED]", "required": true, "description": "Order fulfillment status" },
{ "name": "payment.funding_source_id", "type": "string", "required": true, "description": "Funding source (use 'balance' for account balance)" },
{ "name": "payment.subtotal", "type": "object", "required": false, "description": "Order subtotal {currency_code, value}" },
{ "name": "payment.total", "type": "object", "required": false, "description": "Order total including fees {currency_code, value}" },
{ "name": "rewards", "type": "array[Reward]", "required": false, "description": "Individual rewards in this order" },
{ "name": "created_at", "type": "date-time", "required": false, "description": "Order creation timestamp" }
],
"nested": {
"Reward": {
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Reward identifier" },
{ "name": "order_id", "type": "string", "required": false, "description": "Parent order ID" },
{ "name": "status", "type": "enum[PENDING,PROCESSING,DELIVERED,FAILED,CANCELED]", "required": true, "description": "Delivery status" },
{ "name": "value.denomination", "type": "number", "required": true, "description": "Reward amount" },
{ "name": "value.currency_code", "type": "string", "required": true, "description": "Currency code (USD, EUR, etc.)" },
{ "name": "recipient.name", "type": "string", "required": true, "description": "Recipient full name" },
{ "name": "recipient.email", "type": "string", "required": true, "description": "Recipient email" },
{ "name": "delivery.method", "type": "enum[EMAIL,LINK,PHONE]", "required": false, "description": "Delivery channel" },
{ "name": "delivery.status", "type": "string", "required": false, "description": "Delivery status details" },
{ "name": "delivery.delivered_at", "type": "date-time", "required": false, "description": "Delivery timestamp" }
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tremendous-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.