Show WhatsApp template by ID.
cURL
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": [ {} ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Template submitted to WhatsApp for approval. Necessary to create business initiated conversations.
Show child attributes