https://chatloka.net/api/v1/canned-responses/{cannedResponse}
Get a canned response by ID.
canned_responses:read
1. Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
curl -X GET 'https://chatloka.net/api/v1/canned-responses/{cannedResponse}' \
-H 'Authorization: Bearer $API_KEY' \
-H 'Accept: application/json'
{ "success": true, "data": { "id": 1, "title": "Greeting", "shortcut": "/hi", "content": "Hello! How can I help you today?", "category": "General", "message_type": "text", "visibility": "global", "usage_count": 42, "created_at": "2026-07-10T08:00:00+00:00" } }
UNAUTHORIZED
{ "success": false, "error": { "code": "UNAUTHORIZED", "message": "Invalid or revoked API key" } }
FORBIDDEN
{ "success": false, "error": { "code": "FORBIDDEN", "message": "You do not have permission to access this resource." } }
NOT_FOUND
{ "success": false, "error": { "code": "NOT_FOUND", "message": "The requested resource was not found." } }
RATE_LIMIT_EXCEEDED
{ "success": false, "error": { "code": "RATE_LIMIT_EXCEEDED", "message": "Too many requests. Please slow down.", "retry_after": 60 } }
Every minute you wait is revenue walking out the door. Join hundreds of businesses who transformed their customer communication with ChatOn.
β 30-day money-back guarantee
We use cookies and similar technologies to improve your experience, analyze traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. Privacy Policy & Cookie Policy.
Choose which cookies you want to allow. Essential cookies are always required for the website to function.
Essential Cookies
Required for the website to function. Cannot be disabled.
Analytics Cookies
Help us understand how visitors interact with our website by collecting anonymous data.
Marketing Cookies
Used to track visitors across websites to display relevant advertisements.