Fetches all approved WhatsApp message templates from your WABA. Use ?id=<uuid> to get detailed info on a single template.
/api/v1/templatesFetch a single template with extra fields: components, rejection_reason, updated_at.
Whether request succeeded
Template UUID
Template name
Template category (UTILITY, MARKETING, AUTHENTICATION)
Template status (APPROVED, PENDING, REJECTED)
Total templates count
curl -X GET "https://app.chatofy.in/api/v1/templates" \
-H "Authorization: Bearer YOUR_API_KEY"Was this endpoint guide helpful?