Skip to main content
GET
Retrieve full metadata for a message template by its UUID identifier, including component structures, Meta review status, quality rating, and associated channel bindings.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the template. Example: 3a4b5c6d-7e8f-9012-3456-789abcdef012.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Template UUID in Pingr AI.
string
Internal system account identifier.
string
Associated WhatsApp phone number channel UUID.
string
Meta WhatsApp Business Account identifier.
string
Meta Graph API template ID.
string
Unique template slug name.
string
BCP-47 language tag (e.g. en_US).
string
Category: MARKETING, UTILITY, or AUTHENTICATION.
string
Current operational status: PENDING, APPROVED, or REJECTED.
object[]
Structured header, body, footer, and button components.
string
Meta quality score: GREEN, YELLOW, RED, or UNKNOWN.
string
Creation timestamp.
string
Last modification timestamp.


Previous
Delete template
DELETE /api/v1/templates/{template_id}
Next