Generating New API Keys
If this is your first time using TimesDB, you’ll likely need to generate a new API key from TimesDB web app, API Keys screen. You can do this by navigating in web app ->- Click API Keys
- Generate your first API key! You can do this by clicking the “Generate New” button.

Making an authenticated API request
Calls to our API are authenticated using a bearer token and are sent to our API using anAuthentication: Bearer <token>
HTTP header.
Tokens should always be kept secret. Don’t share outside of your organization and be careful when sharing within.