SentalicaSentalica

Developer Platform · REST & OCDS v1.1

Build on Africa's procurement intelligence layer.

Access Uganda's canonical procurement records formatted as OCDS releases, export datasets in bulk, and create source-linked evidence reviews with explicit limitations.

Endpoints

5 Documented Routes

Standard

OCDS-shaped records

Latency

Response headers

Privacy

Workspace controls

Language:
Endpoint Specification

Search procurement records

Query the indexed procurement record endpoint. Returned fields and availability are authoritative; the example below is illustrative.

Request (CURL)
curl "https://sentalica.com/api/ocds/records?q=example&page=1"
Response Schema (200 OK)
{"illustrative":true,"releases":[{"ocid":"OCID_FROM_RESPONSE","tender":{"title":"Example procurement","value":{"amount":123000000,"currency":"UGX"}}}]}

Authentication & API Tokens

Bearer Token Header Authorization

For authenticated decision brief endpoints, pass your session token via the standard Authorization header: Authorization: Bearer <SENTALICA_TOKEN>