List Templates - Paginated

Endpoint

https://app.wabais.com/api/templates

Method

GET

Authentication

Bearer Token

Body Type

None

Query Parameters

sortColumn created_at

sortDirection desc

perPage 25

Sample Response

{
    "data": [
        {
            "id": "63e9c3d590e3dcceb8079b86",
            "name": "welcome_to_lake_nakuru",
            "template_human_name": "Welcome To Lake Nakuru (en_US)",
            "components": [
                {
                    "type": "HEADER",
                    "format": "IMAGE",
                    "example": {
                        "header_handle": [
                            "https://scontent.whatsapp.net/v/t61.29466-34/305053275_2405589636265251_9134240685348568935_n.jpg?ccb=1-7&_nc_sid=57045b&_nc_ohc=LB9jBfRoxkwAX9QhvTf&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_AdSnKZCKe2fodmjN3z8Yp3VX4XxL-8h0T159t92DHJiegA&oe=641133FA"
                        ]
                    }
                },
                {
                    "type": "BODY",
                    "text": "Dear {{1}},\n\nPlease welcome to Lake Nakuru national park.",
                    "example": {
                        "body_text": [
                            [
                                "Felix"
                            ]
                        ]
                    }
                },
                {
                    "type": "FOOTER",
                    "text": "Thank you"
                }
            ],
            "language": "en_US",
            "status": "APPROVED",
            "category": "MARKETING",
            "template_id": "2405589632931918",
            "body_text_examples": null,
            "example_header_file_path": null,
            "created_at": "13-02-2023 05:00 AM",
            "parameters_array": [
                1
            ]
        },
        {
            "id": "63e8aa938bbe759e2d06be87",
            "name": "invoice",
            "template_human_name": "Invoice (en_US)",
            "components": [
                {
                    "type": "HEADER",
                    "format": "IMAGE",
                    "example": {
                        "header_handle": [
                            "https://scontent.whatsapp.net/v/t61.29466-34/321187875_646177420598088_3502273070301558983_n.jpg?ccb=1-7&_nc_sid=57045b&_nc_ohc=ztaRxGQI4SkAX8nis7w&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_AdSlr6btdPufLGeAcg9SMKJBqI0UluHzgNdgghOIqioMlg&oe=64114E17"
                        ]
                    }
                },
                {
                    "type": "BODY",
                    "text": "Dear Customer,\n\nThank you for doing business with us. We are sending you the invoice for your further usage.\n\nLooking forward to serve you again in future.\n\nThank you"
                },
                {
                    "type": "BUTTONS",
                    "buttons": [
                        {
                            "type": "PHONE_NUMBER",
                            "text": "Call us",
                            "phone_number": "+919399632549"
                        },
                        {
                            "type": "URL",
                            "text": "Know more",
                            "url": "https://www.wabais.com/"
                        }
                    ]
                }
            ],
            "language": "en_US",
            "status": "APPROVED",
            "category": "TRANSACTIONAL",
            "template_id": "646177417264755",
            "body_text_examples": null,
            "example_header_file_path": null,
            "created_at": "12-02-2023 09:00 AM",
            "parameters_array": []
        }
    ],
    "links": {
        "first": "http://localhost:8080/api/templates?page=1",
        "last": "http://localhost:8080/api/templates?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "http://localhost:8080/api/templates?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "http://localhost:8080/api/templates",
        "per_page": 25,
        "to": 25,
        "total": 25
    }
}