# Get chat buttons Retrieve all chat buttons configured for the user account. Requires API key authentication. Endpoint: GET /api-get-chat-buttons Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `success` (boolean) - `data` (array) - `data.id` (string) - `data.user_id` (string) - `data.name` (string) Display name of the button Example: "Agente" - `data.icon` (string) Icon identifier for the button Example: "robot" - `data.color` (string) Color of the button (hex format) Example: "#3B82F6" - `data.is_toggle` (boolean) Whether this button is a toggle button Example: true - `data.is_enabled` (boolean) Whether the button is currently enabled/active Example: true - `data.position` (integer) Display order/position of the button - `data.created_at` (string) - `data.updated_at` (string,null) ## Response 401 fields (application/json): - `error` (string, required) Error message ## Response 500 fields (application/json): - `error` (string, required) Error message