List templates
Retrieves the active templates of the account of the authenticated API Key. Use the id field as template_id when sending a message. If the account has no templates, an empty array is returned.
Authentication
x-api-keystring
Account authentication key. The App-Key must have the RCS channel enabled.
Response
List of active templates.
id
Template identifier. Use it as template_id when sending a message.
name
account
Owner account (informational).
status
Always true; only active templates are listed.
type
RCS content type. The agent's type must match the template's type when sending.
created_at
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error

