Skip to main content

API Keys

API Keys are managed through the Dashboard. You can create, revoke, and manage your API keys in the Settings > API Keys section of the Truedy Dashboard.

Manage API Keys

Go to Dashboard

Authentication

All API requests must include your API key in the Authorization header as a Bearer token.
Authorization: Bearer truedy_YOUR_API_KEY
Keys have the format truedy_ followed by a random string (e.g. truedy_Z21gJO4PDlOBbWSWdfSpO72guWIE6KWP). The full key is shown only once when you create it; store it securely. For full authentication options (header vs Bearer, security, error codes), see Authentication.