All Categories Developer How do I authenticate with the Dale API?

How do I authenticate with the Dale API?

Dale uses API key-based authentication. To get your API key:

  • Go to Admin > Developer > API Keys

  • Generate a new API key and store it securely — it will not be shown again

  • Include the key in the request header: Authorization: Bearer YOUR_API_KEY

Never expose your API key in client-side code. Always make API calls from your server.