- API requests without authentication will fail.
- All API requests must be made over HTTPS.
- Keep API keys secure at all times. Ensure your API key is always stored securely and never share it or record it in a medium that might be publicly accessible such as client-side code, public repositories, etc.
API key authentication
Set the API key in theAuthorization header of the request sent from your
backend server using the format Bearer secret-key-value.
API Authentication