DOCS
Authentication
How to authenticate API requests.
All TrustDigits API requests require an **API Key**.
Your API key must be sent in the `Authorization` header.
bash
Authorization: Bearer YOUR_API_KEY⚠️ **Keep your API key secret.** Do not expose it in frontend code or public repositories.