Discovery feed
Pull the live discovery feed filtered by category, region or buyer. Same listings your team sees in Tendor, available for downstream pipelines.
A read-only REST surface plus signed webhooks during private preview. Designed for ERP and CRM sync, BI dashboards that report against pipeline state, and automated evidence-refresh pipelines that keep your library current. Scoped tokens, AU residency, trace IDs on every response. Write endpoints and SDKs are sequenced behind the read surface so integrations stay grounded in stable contracts.

Pull the live discovery feed filtered by category, region or buyer. Same listings your team sees in Tendor, available for downstream pipelines.
Inspect pipeline state, evidence pins and draft revisions per pursuit. Useful for BI dashboards that need bid-stage cardinality at a workspace level.
Query historical award records and competitor cardinality where public data exists — buyer, value, supplier, scope — to sharpen pricing memory.
Fires on tender-matched, evidence-uploaded, draft-exported and award-recorded. Sign payloads with HMAC and replay through a signed delivery log.
$ curl https://api.tendor.ai/v1/tenders?category=civil \
-H "Authorization: Bearer $TENDOR_TOKEN"
{
"id": "tnd_01HX9C2K7Q",
"buyer": "Department of Transport · QLD",
"category": "civil",
"close_at": "2026-06-18T14:00:00+10:00",
"trace_id": "trc_8f3a2e1b"
}Write endpoints for workspace creation and evidence upload, scoped per integration token (FY27 H1).
GraphQL surface alongside REST, sharing the same schema and auth model (FY27 H2).
Official SDKs — TypeScript first, Python second — generated against the OpenAPI spec.
We're onboarding a small set of integration partners each quarter. Tell us what you want to sync and we'll scope a token to the workspace.