theQuickAssist.cotheQuickAssist.co

Introduction

  • Overview
  • Quickstart Guides

Getting Started

  • Get Your API Key

API Reference

  • 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
Templates

Get Template List

GEThttps://gateway-api.thequickassists.co/v1/templates

Retrieve a list of all WhatsApp templates associated with your chatbot. Returns template details including status, content, and metadata.

Authorizations

X-API-Key
string(header)required

Path Parameters

ParameterRequiredTypeDescription
statusNostring
Filter by status, for example approved.
searchNostring
Search by template 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": "661fb4d4bc6f62c4ef12a001",
        "chatBotId": "661fb310bc6f62c4ef128888",
        "metaTemplateName": "order_update",
        "language": "en_US",
        "category": "utility",
        "metaPayload": {},
        "status": "approved",
        "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.thequickassists.co/v1/templates \
  --header 'X-API-Key: YOUR_API_KEY'

Common Error Codes

401
API_KEY_REQUIRED

API key was not provided

401
UNAUTHORIZED

API key is invalid

401
API_KEY_EXPIRED

API key has expired

402
SUBSCRIPTION_REQUIRED

No active subscription exists

403
TEMPLATE_API_DISABLED

WhatsApp Template API is not enabled

422
VALIDATION_ERROR

Request input is invalid

500
INTERNAL_SERVER_ERROR

Unexpected server error

Common Template Statuses

draft:

Template is saved but not submitted

submitted:

Template was submitted for approval

approved:

Template is approved and can be used

rejected:

Template was rejected

paused:

Template is temporarily paused

disabled:

Template is disabled