Authentication
All API endpoints require an API key. Pass it in theX-API-Key header with every request.
Getting a key
Sign up at platform.trythinkbase.com to create your API key instantly. Keys start on the free tier and auto-graduate as you spend.Using your key
Include theX-API-Key header in every request:
Key format
Keys follow the formattb_live_ followed by 32 random hex characters:
Error responses
Missing key
401 Unauthorized
Invalid or revoked key
401 Unauthorized
Security
- Keys are hashed with SHA-256 before storage. We never store or log raw keys.
- All API traffic must use HTTPS.
- If you suspect your key is compromised, contact us immediately to revoke it and issue a new one.