GET /api/templates/{id}
Returns the full details of a single template, including its variable schema, linked channels, and current status.
Headers
Your CometChat App ID.
Your CometChat API Key.
Path parameters
The template ID.
Example request
Example response
Response fields
Unique template identifier.
Template display name.
Custom or auto-generated template identifier.
Current status:
draft, approved, or archived.Array of linked channel IDs.
Declared template variables with their types.
Template-level configuration.