Skip to main content

API Keys

Tavrn’s Enterprise Demand Letter API uses API keys for authentication. You can create API keys at an organization account level through your organization’s Tavrn dashboard. Remember to store the API secret key safely. Do not share it with others or expose it in any client-side code (browsers, apps). Production requests must be routed through the organization’s backend server where your API key can be securely loaded from an environment variable or key management service. All API requests should include your API key in an Authorization HTTP header as follows:
Authorization Bearer YOUR_API_KEY