API Keys
Manage your API keys for programmatic access
API Calls This Month
16,268
of 50,000 limit (Growth Plan)
Active Keys
2
2 production, 1 test
Avg Response Time
142ms
Excellent
Your API Keys
Use these keys to authenticate API requests. Keep them secure.
Production API Key
Created 2025-01-01 • Last used 2 mins ago
production12,847 requests
tanya_live_sk_...8a4fTest API Key
Created 2025-01-05 • Last used 1 hour ago
test3,421 requests
tanya_test_sk_...3c2dQuick Start
Get started with the Tanya API
curl -X POST https://api.tanya.travel/v1/hotels/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"destination": "Dubai",
"checkIn": "2025-02-01",
"checkOut": "2025-02-05",
"guests": 2
}'Security Best Practices: Never share your API keys publicly or commit them to version control. Use environment variables to store keys securely. Rotate keys periodically and revoke any compromised keys immediately.