theQuickAssist.cotheQuickAssist.co

Getting Started

  • Overview
  • Quickstart Guide
  • API Keys & Authentication

WhatsApp Templates

  • Module Overview

Appointment Booking

  • Module Overview

Webhooks

  • Webhooks

Create intelligent AI assistants for your website in minutes without coding.

TheQuickAssist is a product of Prominno Labs Pvt. Ltd.

Solutions

  • Real Estate
  • Healthcare
  • Education
  • E-Commerce
  • IT Companies
  • Marketing Agencies
  • Hotels & Restaurants
  • Travel Agencies
  • Salons & Spas
  • Banking & Fintech

Free Tools

  • All Free Tools
  • WhatsApp Chat Button
  • WhatsApp QR Code Generator
  • Free WhatsApp Link Generator

Quick Links

  • AI Chatbot
  • Pricing
  • Blogs
  • Contact Us
  • Documentation

Company

  • Affiliate Program
  • Cancellation & Refunds
  • Shipping
Trustpilot
InstagramFacebookTwitter
theQuickAssist.co

2026 TheQuickAssist.co. All rights reserved.

Privacy PolicyTerms of ServiceCookie Policy
Documentation/REST API/WhatsApp Templates
WhatsApp Templates Module
WhatsApp Templates

Get Template List

GEThttps://gateway-api.aichatbot.websitebyct.in/v1/templates

Retrieve a list of all WhatsApp templates associated with your chatbot. Returns template details including approval status, category, language, and meta components.

Authorizations

x-api-key
string(header)required

Query & Path Parameters

ParameterRequiredTypeDescription
statusNostring
Filter templates by review status (e.g. approved, submitted, rejected, paused).
searchNostring
Search templates by name or language.
pageNonumber
Page number. Default is 1.
limitNonumber
Items per page. Default is 10, maximum is 100.

Responses

200Success
{
  "success": true,
  "message": "Templates fetched successfully",
  "requestId": "7cf0743f-f852-4268-b5db-a2617dbd75b4",
  "data": {
    "items": [
      {
        "_id": "<TEMPLATE_ID>",
        "name": "order_update",
        "language": "en_US",
        "category": "utility",
        "status": "approved",
        "components": [
          {
            "type": "BODY",
            "text": "Hi {{1}}, your order {{2}} has been confirmed!"
          }
        ],
        "version": 1,
        "createdAt": "2026-04-16T06:15:00.000Z",
        "updatedAt": "2026-04-16T06:15:00.000Z"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "totalPages": 1
    }
  }
}
Request
curl --request GET \
  --url https://gateway-api.aichatbot.websitebyct.in/v1/templates \
  --header 'X-API-Key: YOUR_API_KEY'

WhatsApp Template Statuses

approved:

Ready to send via /v1/templates/send

submitted:

Under review by Meta

rejected:

Rejected by Meta quality check

draft:

Saved in dashboard builder

Common Error Codes

401
API_KEY_REQUIRED

x-api-key header was missing

401
UNAUTHORIZED

API key is invalid or inactive

404
NOT_FOUND

Resource ID not found

422
VALIDATION_ERROR

Request parameters failed validation