Templates List
Returns a list of WhatsApp templates configured for a specific company.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired
Responses
200
List of WhatsApp templates for the requested company.
application/json
401
Unauthorized access. Bearer token may be missing or invalid.
get
/user/templatesGET /ext/v2/{businessname}/user/templates HTTP/1.1
Host: api.pingueen.it/ext/v2/{businessname}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"category": "text",
"components": [
{
"format": "text",
"type": "text",
"text": "text",
"buttons": [
{
"text": "text",
"type": "text",
"flow_action": "text",
"flow_id": 1
}
]
}
],
"created_at": "2025-12-03T09:16:53.722Z",
"created_by": {
"user_id": "text",
"user_name": "text"
},
"external_id": "text",
"id": "text",
"language": "text",
"modified_at": "2025-12-03T09:16:53.722Z",
"name": "text",
"namespace": "text",
"partner_id": "text",
"quality_score": {
"score": "text",
"reasons": [
"text"
]
},
"rejected_reason": "text",
"status": "text",
"updated_external": true,
"waba_account_id": "text"
}
]Last updated