Skip to main content

Authentication

Kloutit API uses an API key to authenticate requests. Every request must include the API key in the x-api-key header. You can manage your API key in the Kloutit dashboard. This API is designed exclusively for server-to-server communication. To ensure the security of your integration:

  • Store the API key securely in environment variables or a secret manager.
  • Never expose your API key publicly in source code, repositories, or client-side applications.
  • Do not share your API key with unauthorized third parties.
  • Regularly rotate API keys to minimize security risks.
Security Scheme Type:apiKey
Header parameter name:x-api-key