Skip to main content

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 the X-Dromo-License-Key header.
curl -H "X-Dromo-License-Key: YOUR_API_KEY" \
      https://app.dromo.io/api/v1/schemas
I