DEVELOPER · EARLY ACCESS

Programmatic access to your tender operating layer.

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.

Tendor API console showing REST endpoints and signed webhook payloads

What you can do today

READ · TENDERS

Discovery feed

Pull the live discovery feed filtered by category, region or buyer. Same listings your team sees in Tendor, available for downstream pipelines.

READ · WORKSPACES

Pipeline state

Inspect pipeline state, evidence pins and draft revisions per pursuit. Useful for BI dashboards that need bid-stage cardinality at a workspace level.

READ · AWARDS

Award records

Query historical award records and competitor cardinality where public data exists — buyer, value, supplier, scope — to sharpen pricing memory.

WEBHOOKS · EVENTS

Event stream

Fires on tender-matched, evidence-uploaded, draft-exported and award-recorded. Sign payloads with HMAC and replay through a signed delivery log.

Shape of a request

Example API request showing the shape of a v1 REST call
$ 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"
}

What's on the roadmap

  • ROADMAP · WRITE ENDPOINTS

    Write endpoints for workspace creation and evidence upload, scoped per integration token (FY27 H1).

  • ROADMAP · GRAPHQL

    GraphQL surface alongside REST, sharing the same schema and auth model (FY27 H2).

  • ROADMAP · SDKS

    Official SDKs — TypeScript first, Python second — generated against the OpenAPI spec.

Auth + limits

AUTH
Bearer token, scoped to workspace
RATE
60 req/min default · burst 200
REGION
ap-southeast-2 only
DATA
responses include trace IDs for audit log correlation
EARLY ACCESS

Want a token for the private preview?

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.