API authentication

Updated 2024-01-164 min read

Generating API Keys

Navigate to SettingsDeveloperAPI Keys to generate your credentials.

Authentication

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Security Best Practices

  • Never expose API keys in client-side code
  • Rotate keys regularly
  • Use environment variables
Was this article helpful?

Related in this category