v1
latestOpenAPI 3.0.32026-07-246376162.1 KBMessaging
Get list of canned messages
Returns a paginated list of all canned messages.
get/api/v4/messaging/canned_messages
Query parameters
limitinteger
The number of items to return.
offsetinteger
The number of items to skip before starting to collect the result set.
Response
OK
Example response
{
"canned_messages": [
{
"id": 10,
"name": "Payment Confirmation",
"body": "Thank you for your payment of {{amount}}.",
"channels": [
"sms",
"whatsapp",
"telegram"
],
"teams": [
{
"id": 3,
"name": "Multilingual Support"
}
],
"created_at": "2026-01-15T10:30:00.123000Z",
"updated_at": "2026-01-20T14:15:00.456000Z"
}
],
"metadata": {
"total": 100
}
}