Skip to main content
GET
/
whatsapp
/
templates
/
{id}
Show WhatsApp template by ID.
curl --request GET \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/whatsapp/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "agent_ids": [
      123
    ],
    "group": "<string>",
    "template_id": "<string>",
    "namespace": "<string>",
    "name": "<string>",
    "friendly_name": "<string>",
    "language": "<string>",
    "category": "AUTHENTICATION",
    "status": "created",
    "components": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200 - application/json

Success

data
object

Template submitted to WhatsApp for approval. Necessary to create business initiated conversations.