Skip to content

Security Best Practices

Protect your users and your revenue by following these guidelines.

  • Never expose your API token in public code or client-side apps.
  • Store tokens in environment variables.
  • Rotate tokens regularly from the dashboard.
  • Validate incoming webhook requests (e.g., with a secret or signature).
  • Use HTTPS endpoints for all webhooks and callbacks.
  • Keep your SDK and dependencies up to date.
  • Monitor your account for suspicious activity.