This endpoint allows retrieving filterable data such as cities, regions, agencies, tender activities, and other related entities. The returned data includes identifiers and names that can be used in other API endpoints to filter results effectively. This endpoint is designed to provide necessary reference data for constructing meaningful queries in the API.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Header Params
Responses
🟢200OK
application/json
Successful response with filterable data.
Body
🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.tendersalerts.com/api/integration/filters?model' \
--header'Authorization: Bearer <token>'