Loading...
Learn how to get your API keys to start integrating with Celar.
To authenticate your requests, you'll need API keys. You can obtain these from your Celar Dashboard.
Important: Keep your API keys secure. Never expose them in client-side code or public repositories.
Include your API key in the Authorization header of all requests:
Authorization: Bearer <<your_api_key>>