Analytics
Authenticate with your Terra API credentials: username = your Terra
dev-id, password = your Terra API key — the same credentials used for
every other Terra API. The header pair dev-id + x-api-key is also
accepted. Suspended credentials receive 403; accounts without the
Vantage entitlement receive 403 once entitlement enforcement is
enabled.
Start of the window (RFC3339). Defaults to until minus 7 days.
End of the window (RFC3339). Defaults to now.
Analytics summary
Invalid time window
Missing or invalid credentials
Internal server error
GET /api/v1/overview HTTP/1.1
Host: vantage.tryterra.co
Authorization: Basic username:password
Accept: */*
{
"orders": {
"total": 27,
"by_status": {
"order.completed": 29,
"order.processing": 8
}
},
"results": {
"total": 7,
"missing": 8
},
"webhooks": {
"failed_total": 5,
"daily": [
{
"date": "2026-05-16",
"failed": 1
}
]
}
}Authenticate with your Terra API credentials: username = your Terra
dev-id, password = your Terra API key — the same credentials used for
every other Terra API. The header pair dev-id + x-api-key is also
accepted. Suspended credentials receive 403; accounts without the
Vantage entitlement receive 403 once entitlement enforcement is
enabled.
One delivery outcome, or "failed" (rejected|invalid|dead_lettered).
25event_id from the previous page's next_cursor
333410942627700737One page of delivery outcomes
Pass as ?cursor= for the next page; absent on the last page.
333410942627700737Invalid pagination or filter parameters
Missing or invalid credentials
Internal server error
GET /api/v1/webhook-deliveries HTTP/1.1
Host: vantage.tryterra.co
Authorization: Basic username:password
Accept: */*
{
"deliveries": [
{
"event_id": "333410942627700737",
"event_type": "order_item.results_status_change",
"order_id": "333410942627700736",
"order_item_id": "333410942627700737",
"outcome": "dead_lettered",
"final_status_code": 500,
"attempts": 6,
"completed_at": "2026-01-01T00:00:00.000Z",
"event_created_at": "2026-01-01T00:00:00.000Z"
}
],
"next_cursor": "333410942627700737"
}Last updated
Was this helpful?