Kanal docs
Talk to us on WhatsAppPlaybooks 📓Book DemoBlogBack to Kanal →
  • Welcome to Kanal
  • Create your Kanal account and link it to Meta
  • Add a payment method on Meta
  • Verify your account on Meta
  • Certify your account on WhatsApp
  • Your first 14 days on WhatsApp
  • Features
    • Templates
    • Campaigns
    • Flows
    • AI agent
  • Integrations
    • Shopify
    • API
      • Authentication
      • Send a WhatsApp Template
    • Klaviyo
      • Send a WhatsApp template from Klaviyo Flows
    • Webhooks
  • HELP
    • FAQ
  • GROWTH TOOLS
    • Add WhatsApp widget
      • Add WhatsApp widget on Shopify
      • How to translate the WhatsApp Widget on Shopify?
      • Add WhatsApp widget on other CMS
    • Customized WhatsApp QR Code
    • ROI WhatsApp simulator
Powered by GitBook
On this page
  1. Integrations
  2. API

Authentication

The Kanal API uses API keys to authenticate requests. You can view and manage your API keys in the Kanal Application

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail. Authentication to the API is performed via HTTP Bearer Auth. Provide your API key as the Bearer token value in the Authorization header.

Authorization: Bearer <YOUR_API_KEY>
PreviousAPINextSend a WhatsApp Template

Last updated 6 months ago