We’ve added support for header-based authentication to improve the security of API access.
• You can now authorize your API requests by including your API key in the request
header: Authorization: Bearer YOUR_API_KEY
⚠️
Important
:While both query string (?apikey=...) and header-based authentication methods currently work, we recommend switching to header authentication for enhanced security and future compatibility.
Next steps:
• Update your integration to use header-based authentication.
• Refer to our API docs for implementation examples.
Let us know if you have any questions or need help making the switch!