Chronox Public APIs
    • Get Started
      • Introduction
      • Authentication
      • Rate limiting
    • Get User Details
      GET
    • Get Meta Integration
      GET
    • Get Whatsapp Templates
      GET
    • Get Whatsapp Template Details
      GET
    • Get Whatsapp Template Category
      GET
    • Get Whatsapp Languages
      GET
    • Get Whatsapp Template Type
      GET
    • Get Whatsapp Template Interactive Type
      GET
    • Get Whatsapp Template Header Type
      GET
    • Get Whatsapp Template Button Type
      GET
    • Get Whatsapp Template Dynamic Variable Type
      GET
    • Create Whatsapp Template
      POST
    • Send Whatsapp Message
      POST
    • Send Whatsapp Template
      POST
    • Get Inbox Data
      GET
    • Get Thread Details
      GET
    • Schemas
      • Thread Execution Data

      Get Whatsapp Template Category

      Developing
      GET
      /global/whatsapp-template-category

      Request

      Header Params

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.chronox.ai/api/global/whatsapp-template-category' \
      --header 'if-none-match: W/"a7-eCstcM1yGdO7EWt6uOJCJUwoM8g"' \
      --header 'priority: u=1, i' \
      --header 'Authorization: Bearer <api-key>'
      Response Response Example
      {
          "status": true,
          "data": [
              {
                  "whatsapp_template_category_id": 1,
                  "whatsapp_template_category_name": "Marketing"
              },
              {
                  "whatsapp_template_category_id": 2,
                  "whatsapp_template_category_name": "Utility"
              },
              {
                  "whatsapp_template_category_id": 3,
                  "whatsapp_template_category_name": "Authentication"
              }
          ]
      }
      Modified at 2026-04-03 11:27:36
      Previous
      Get Whatsapp Template Details
      Next
      Get Whatsapp Languages
      Built with