Appearance
Getting Started
Tendios provides a REST API that lets you integrate public procurement data into your applications.
Base URL
https://api-rest.tendios.com/apiMaking your first request
All requests require your API key in the api-key header:
bash
curl -X POST https://api-rest.tendios.com/api/v1/tenders/search \
-H "api-key: tend_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{ "text": "construction" }'Authentication
See the Authentication guide for how to obtain an API key.
Tools
You can explore all endpoints interactively in the API Reference.