API & Developers
How do I authenticate API requests?
54 views
Updated 1 month, 2 weeks ago
Include your API key in the Authorization header: "Authorization: Bearer 7AZ_your_key_here". Alternative: Pass as query parameter "?api_key=7AZ_your_key_here" (less secure, avoid in production).
Was this answer helpful?
Let us know to help us improve our FAQ