Skip to main content

Authentication

All requests to the Mindo API require authentication via an API Key sent in the X-API-Key header.

Authentication header

Examples

Authentication errors

API Key security
  • Never expose your API Key in client-side code (frontend, mobile apps).
  • Use environment variables to store it in your applications.
  • Rotate your API Key periodically from the Dashboard.
  • If you believe your API Key has been compromised, revoke it immediately from the Dashboard.