Step Two - Fetch Templates

Endpoint

https://app.wabais.com/api/templates?status=APPROVED

Method

GET

Authentication

Bearer Token

Body Type

None

Query Parameters

status APPROVED

Sample Response

{
    "data": [
        {
            "id": "63849488a55c41704e642",
            "name": "verified_whatsapp",
            "template_human_name": "Verified Whatsapp (en)",
            "components": [
                {
                    "type": "HEADER",
                    "format": "TEXT",
                    "text": "Get Verified WhatsApp Business Account"
                },
                {
                    "type": "BODY",
                    "text": "We provide WhatsApp Business API Integration Solution and help in getting Verified WhatsApp Business Profile. For more details, call us at +91-9399549"
                },
                {
                    "type": "BUTTONS",
                    "buttons": [
                        {
                            "type": "PHONE_NUMBER",
                            "text": "Call Us",
                            "phone_number": "+919399549"
                        },
                        {
                            "type": "URL",
                            "text": "Know More",
                            "url": "https://www.jithvar.com/"
                        }
                    ]
                }
            ],
            "language": "en",
            "status": "APPROVED",
            "category": "MARKETING",
            "template_id": "666590738413001",
            "created_at": "28 Nov 22 10:59 AM",
            "parameters_array": []
        }
    ]
}