All API endpoints are authenticated using Bearer tokens (API Keys).

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 ->
  1. Click API Keys
  2. Generate your first API key! You can do this by clicking the “Generate New” button.
You can create multiple API keys and manage them here.
img:create-api-keys-page
or using the Key APIs

Making an authenticated API request

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