Skip to main content
GET
Get Template

Overview

Retrieve a specific WhatsApp message template by ID.

Path Parameters


Response

Success (200 OK)

Not Found (404)


Component Structure

The components object contains all template elements:

Header (Optional)

Text Header:
Media Header:

Body (Required)

Buttons (Optional)


Usage Example


Use this endpoint to inspect template structure before sending messages with Send Template Message.

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

template
integer
required

ID of the template.

Response

data
object
required