Please do not open a public GitHub issue for a security problem in this SDK.
Report it privately through GitHub's "Report a vulnerability" button under the repository's Security tab (private vulnerability reporting). If that is unavailable, use the support channels at https://www.api2convert.com. Please avoid disclosing details publicly until a fix has been released.
The library handles two secrets on the caller's behalf — keep both out of source control and configure them via environment variables or a secret manager:
- the account API key (
X-Api2convert-Api-Key) — read from configuration/environment and sent only over TLS to the API host, never in a URL query string; - the webhook signing secret — used locally to verify callback signatures (HMAC-SHA256, constant-time comparison).