Overview
The Dromo API uses API keys to authenticate requests. You can view and manage your API keys in the Dromo Dashboard.Keep your backend API keys secure!
- Never expose them in client-side code
- Store them securely in environment variables
Authentication Methods
To send an authorized API call, include your backend API key in theX-Dromo-License-Key
header.