- Accounts
- Account Users
- AgentBots
- Users
- Inbox API
- Contacts API
- Conversations API
- Messages API
- Contact Labels
- CSAT Survey Page
- Account AgentBots
- Agents
- Canned Responses
- Canned Response
- Custom Attributes
- Contacts
- Contact
- Automation Rule
- Help Center
- Conversations
- Conversation Assignment
- Conversation Labels
- Inboxes
- Messages
- Integrations
- Profile
- Teams
- Custom Filters
- Webhooks
- Reports
List all Canned Responses in an Account
GET
/api/v1/accounts/{account_id}/canned_responses
Canned Responses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//canned_responses'
Response Response Example
200 - Example 1
[
{
"id": 0,
"content": "string",
"short_code": "string",
"account_id": 0
}
]
Request
Path Params
account_id
stringÂ
required
Responses
🟢200OK
application/json; charset=utf-8
Body
Array of all canned responses
array of:
id
integerÂ
optional
content
stringÂ
optional
short_code
stringÂ
optional
account_id
integerÂ
optional
🟠403Forbidden