GET
/
stable
/
open
/
whatsapp
/
get-template-list
curl --request GET \
  --url https://api.iomnihub.ai/stable/open/whatsapp/get-template-list
[
  {
    "id": 123,
    "name": "submit_feedback",
    "body": "Hi {{1}}, please submit your feedback for our service",
    "header": {
      "type": "text",
      "value": "Submit Feedback"
    },
    "footer": "Powered by iOmniHub",
    "buttons": [
      {
        "id": 123,
        "type": "url",
        "title": "Submit Feedback",
        "value": "Submit Feedback"
      }
    ],
    "attributes": [
      {
        "attribute": "1"
      }
    ]
  }
]

Authorizations

api_key
string
query
required

Query Parameters

platform_id
integer
required

The Id of the WhatsApp Platform, can be found in iOmniHub Dashboard or with API

Response

200
application/json

Successful operation

The response is of type object[].