HomeUser GuidesAPI Reference
Get Started
HomeAPI Reference
Authentication
Branches
Contact Groups
Contacts
Conversations
Error HandlingInvoices
Messages
Orders
Rate LimitingSDKs & Code ExamplesTemplatesTicketsAPI VersioningWABA NumbersWebhooks
User GuideAPI ReferenceBest PracticesSecurity Notes

Security Notes

Important security considerations

Reading time: 1 minute

Security Notes

šŸ”’ Critical Security

Never share hmacSecret:

  • Store it in environment variables (process.env.HMAC_SECRET)
  • Don't put it in source code
  • Don't share it via email or messages

Always use HTTPS:

  • All requests must be over HTTPS
  • Don't use HTTP in production

Key Rotation:

  • Change hmacSecret periodically
  • Use different keys for different environments (dev/staging/production)

Related

← Back to Authentication
View Guide
View