Skip to content

Authentication

The Tendios public API uses API keys for authentication. Every request must include your API key in the api-key header.

Sending your API key

bash
curl 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" }'

Key format

API keys are prefixed with tend_ followed by a 64-character hex string:

tend_a3f2c1d4e5b6...

Getting an API key

Access to the Tendios API is available to enterprise clients. To request an API key, contact us at support@tendios.com.

Keeping your key safe

  • Never expose your API key in client-side code or public repositories
  • If your key is compromised, contact support@tendios.com to have it rotated
  • One API key is issued per account

© Tendios